﻿body {
	background-image: url(image/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;	
}
#absolute{
	position:fixed;
	top: 30px;
	right: 0px;
	background-color: #ccff66;
	font-size: 150%;
}
a {
	color: #017acd
}

/* コンテナ */
div#container{
	background-color: #;
	width: 760px;

}
/*  ヘッダー */
div#header{
	background-color: #92c9ff;
	background-image: url(image/main01.jpg);
	padding:0px 30px 180px
	
}
div#header h4 {
	margin-left: 420px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

div#header h1{
	margin: 0;
	padding-top: 30px;
	}
div#header h2{
	color: #000080;
	font-size: 1.3em;
	letter-spacing: 0.em;
	margin-top: 0px;
	margin-left: 0px;
	
}
.yume {
	font-size: 80%;
	color: #ff9933;}
.yume02 {
	font-size: 80%}
.yume03 {
	color: #cc3366;}

/* メニュー*/
ul#menu {
	font-size: 1em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0px;
	height: 30px;
	background-color: #005087;
	
	
}
ul#menu li{
	border-left: solid 1px #ffffff;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	float: left
	
}
ul#menu li a {
	display: block;
	width: 120px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	text-decorartion: none;
	background-color: #005087;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
ul#menu li a:hover{background-color: #017acd
}

/* メイン */
div#main {
	width: 574px;
	float: left
}
/* コンテンツ */
div#content {
	
	width: 388px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
h2.sample{
	background-color: #014471;
	background-image: url(image/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;

}
h3.sample{
	background-color: #e0e0e0;
	background-image: url(image/bar-green.png);
	basckground-repeat: no-repeat;
	font-size: 0.875em;
	lin-height: 34px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;

}
.red {
	color: #ff4500;}
div#content# p {
	font-size: 0.75em;
}
/*インラインヅレーム */
div#frame{
	border: solid 1px #666666;
	padding-left: 20px;
	paddind-right: 20px;
	background-color: #ffffcc;
	height: 250px;
	overflow: scroll
}

/* サイドバー */
div#sidebar {
	width: 166px;
	float: left;
	margin-bottom: 25px;
}
div.info {
	background-color: #ffffff;
	border: solid 1px #8cc63f;
	margin-bottom: 20px;
}
div#sidebar h2 {
	background-color: #017acd;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px;
}
div#sidebar p {
	text-align: center;
	background-color:;
}
div#sidebar p {
	font-size: 0.75em;
	margin: 0px 0px;
}
/* おすすめサイト */
div.info02 {
	background-color: #ffffff;
	border: solid 1px #808000;
	margin-bottom: 20px;
}
div.info02 ul {
	font-size: 0.75em;
	line-height: 2em;
	margin: 5px;
	padding: 0;
}
div.info02  ul li {
	background-image: url(image/maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none;
}
/* お知らせ */
div.info03 {
	background-color: #;
	border: solid 1px #999999;
	height: ;
}

/* 右サイドバー */
div#sidebar-right {
	background-color: #ffc0cd;
	width: 166px;
	height: 1050px;
	text-align: center;
	margin: 0px;
	padding: 0;
	float: right;
}
div#sidebar-right h2 {
	
	margin: 0;
	padding: 0;
	text-align: center;
}

div#sidebar-right p{
	color: #330066;
	font-family: 'MS Pゴシック',sans-serif;
	font-size: 85%;
	font-weight: bold;
}
/* フッター */
div#footer {
	background-image: url(image/line-blue.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 10px;
	padding-top: 8px;
	clear: both;
}
address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	
}

	

