body	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/bg_dots.jpg);
	}

/* コンテナ */
div#container	{
	background-color: #ffffff;
	border: solid 1px #666666;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	}

/* トップ */
div#top	{
	background-color: #ffffff;
	height:600px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	}

div#top2	{
	background-color: #ffffff;
	height:600px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	}

/* ヘッダー */
div#header	{
	background-color: #ffffff;
	background-image:url(img/official_logo_1line.gif);
	background-repeat:no-repeat;
	height:70px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	text-align: right;
	}

div#header p{
	margin-bottom:0;
	margin-top:0;
	}
	
/* ナビゲーション */
div#navi{
	width:960px;
	height:30px;
	background-color:#FFCC00;
	}

ul#navi_bar {
	background-color: #ffcc00;
	margin-top:0;
	padding-left:0;
	}
	
ul#navi_bar li{
	list-style-type:none;
	float: left;
	}

ul#navi_bar li a{
	display:block;
	width:118px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#000000;
	background-color:#FFCC00;
	border-right:solid 1px #ffffff;
}

ul#navi_bar li a:hover{
	background-color:#FF9900
}

/* コンテンツ */
div#contents{
	width: 665px;
	background-image:url(img/bg_line_blue.gif);
	background-repeat:no-repeat;
	float: left;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left:10px;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:20px;
	border:solid 1px #999999;
}

div#contents h1	{
	font-size: 1.4em;
	line-height: 2em;
	padding-left: 10px;
	margin:0;
}

div#contents h2	{
	font-size: 1.2em;
	color:#FF3300;
	line-height: 2em;
	padding-left: 20px;
	background-image:url(img/title_deco2.gif);
	background-repeat:no-repeat;
}

div#contents p	{
	font-size: 1em;
	line-height: 1.7em;
	padding-left: 40px;
	padding-right:40px
}

/* 課題図書紹介 */
div#book_intro	{
	width: 300px;
	height:550px;
	background-color:#ffffff;
	margin-top:10px;
	margin-left:-5px;
	margin-right:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border: solid 1px #cccccc;
	float:left;
	margin-bottom: 10px;
}

div#book_intro h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	color:#FF3300;
	padding-left: 20px;
	margin-bottom:0;
}

div#book_intro p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left: 30px;
	padding-right:30px;
	margin-top:0;
	margin-bottom: 10px;
}

/* バナー */
div#banner	{
	width: 200px;
	float: right;
	background-color:#FFFFCC;
	margin-top:30px;
	margin-bottom:20px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border: solid 1px #999999;
}

div#banner p{
	font-size:0.8em;
	line-height:1.8em;
	text-align:center;
}

/* フッター */
div#footer	{
	background-color: #FFCC00;
	width: 960px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

address	{
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
