@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}


#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	/* 背景イメージを削除 */
}

#navibar {
	height: 40px; /* 高さを設定 */
	width: 780px; /* 幅を変更 */
	margin-right: auto; /* マージンを設定 */
	margin-left: auto; /* マージンを設定 */
	padding-bottom: 10px; /* 余白を設定 */
	/* フロートを削除 */
}

#navibar li {
	float: left; /* フロートを設定 */
	/* 高さを削除 */
	/* 幅を削除 */
	/* 背景イメージを削除 */
}

/* ここからナビゲーションボタンの設定 */
#navibar #btn01 a {
	display: block;
	height: 40px;
	width: 196px;
	text-indent: -9999px;
	background-image: url(images/top/btn01.jpg);
}
#navibar  #btn01  a:hover {
	background-image: url(images/top/btn01o.jpg);
}
#navibar #btn02 a {
	display: block;
	height: 40px;
	width: 195px;
	text-indent: -9999px;
	background-image: url(images/top/btn02.jpg);
}
#navibar #btn02 a:hover {
	background-image: url(images/top/btn02o.jpg);
}
#navibar #btn03 a {
	display: block;
	height: 40px;
	width: 194px;
	text-indent: -9999px;
	background-image: url(images/top/btn03.jpg);
}
#navibar #btn03 a:hover {
	background-image: url(images/top/btn03o.jpg);
}
#navibar #btn04 a {
	display: block;
	height: 40px;
	width: 195px;
	text-indent: -9999px;
	background-image: url(images/top/btn04.jpg);
}
#navibar #btn04 a:hover {
	background-image: url(images/top/btn04o.jpg);
}
/* ここまでナビゲーションボタンの設定 */


/* ここからサブナビゲーションボタンの設定 */
#subnavibar {
	width: 180px;
	float: left;
	background-color: #e7f0f6;
	height: 100%;
}
#subnavibar li a {
	background-image: url(images/top/bk_btn_subNavi_up.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}
#subnavibar li a:hover {
	background-image: url(images/top/bk_btn_subNavi_over.jpg);
	height: 22px;
	width: 165px;
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
}
#subnavibar  #btn00  a {
	height: 80px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/naviTitle.jpg);
	text-decoration: none;
}
#subnavibar  #btn01  a {
	height: 80px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/contents01/naviTitle.jpg);
	text-decoration: none;
}

/* ここまでサブナビゲーションボタンの設定 */


#maincontent {
	width: 600px; /* 横幅を変更 */
	float: right;
	height: 400px; /* 高さを設定 */
	padding-bottom: 20px; /* 余白を変更 */
	 /* フォントサイズを削除 */
	 /* 行間を削除 */
}


/* ここからメインコンテンツの設定 */
#topic01 {
	height: 130px;
	width: 590px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
#topic01  #bk_book01 {
	width: 90px;
	height: 100px;
	float: left;
	background-image: url(images/top/book01.jpg);
	padding-left: 100px;
	padding-top: 30px;
}
#topic01 #bk_book02 {
	width: 90px;
	height: 100px;
	float: left;
	background-image: url(images/top/book02.jpg);
	padding-left: 100px;
	padding-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#topic01 #bk_book03 {
	width: 90px;
	height: 100px;
	float: left;
	background-image: url(images/top/book03.jpg);
	padding-left: 100px;
	padding-top: 30px;
}
#topic02 {
	height: 240px;
	width: 590px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}
#topic02 #bk_book01 {
	width: 171px;
	height: 225px;
	float: left;
	background-image: url(images/top/catg01.jpg);
	padding-left: 20px;
	padding-top: 50px;
}
#topic02 #bk_book02 {
	width: 171px;
	height: 225px;
	float: left;
	background-image: url(images/top/catg02.jpg);
	padding-left: 20px;
	padding-top: 50px;
	margin-right: 9px;
	margin-left: 8px;
}
#topic02 #bk_book03 {
	width: 171px;
	height: 225px;
	float: left;
	background-image: url(images/top/catg03.jpg);
	padding-left: 20px;
	padding-top: 50px;
}
/* ここまでメインコンテンツの設定 */


#footer {
	clear: both;
	width: 100%;
	background-color: #0269a8; /* 背景カラーの変更 */
	height: 30px;
	border-top-width: 3px; /* ボーダーの設定 */
	border-top-style: double; /* ボーダーの設定 */
	border-top-color: #0269A8; /* ボーダーの設定 */
}

#footer h6 {
	font-size: 11px; /* フォントサイズの変更 */
	color: #FFFFFF; /* フォントカラーの変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 1px; /* 文字間の設定 */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* ここからコンテンツページの設定 */
#topic03 {
	height: 130px;
	width: 590px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

#topic03 h6 {
	font-weight: normal;
	font-size: 10px;
	color: #0033CC;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topic03 h4 {
	font-weight: bolder;
	font-size: 14px;
	color: #0033CC;
	background-color: #e7f0f6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* ここまでコンテンツページの設定 */
