﻿/* CSS layout */
.explanation_picture {
	margin: 10px;
}
.BookList {
	list-style-type: disc;
	list-style-position: outside;
}
#panlist {
	font-size: small;
}
.notes {
	font-size: small;
	color: #FF0000;
}
.table_border {
	border-width: 1px;
}
a:hover {
	color: #FFFFFF;
	background-color: #5c4033;
}
body {
	border: 1px solid #CCCCCC;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1020px;
	text-align: left;
	background-color: #FFffe0;
}
#top_head {
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#top_nav {
	height: 1.3em;
	margin-top: 10px;
	margin-bottom: 20px;
}
#top_container {
	padding: 5px 0px 0px 0px;
	min-width: 600px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#top_left_col {
	padding: 0px;
	width: 195px;
	float: left;
	background-color: #F6F6F6;
	margin-right: 5px;
	line-height: 1.3em;
}
#top_right_col {
	width: 195px;
	float: right;
	background-color: #F6F6F6;
	margin-left: 5px;
	line-height: 1.3em;
}
#top_page_content {
	margin-left: 200px;
	margin-right: 200px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
}
#footer {
	padding: 0px;
	margin: 10px;
	clear: both;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 1.3em;
	font-weight: bold;
}
#top_nav li {
	border: medium outset #d2b48c;
	float: left;
	width: 150px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 1.3em;
	background-color: #d2b48c;
}
#top_nav li a {
	color: #000000;
	display: block;
	width: 150px;
	height: 1.3em;
}
#top_nav li a:hover {
	color: #FFFFFF;
	background-color: #5c4033;
}
#top_head h1 {
	padding: 0px;
	margin: 0px 200px 0px 200px;
	text-align: center;
	width: 60%;
}
h2 {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: #5c4033;
}
h3 {
	margin: 0px 5px 5px 5px;
	color: #000000;
	padding: 0px;
	border-bottom-style: double;
	border-bottom-color: #5c4033;
	text-align: left;
	background-image: url('bana-s-00.gif');
	background-repeat: no-repeat;
	text-indent: 2em;
}
#top_page_content p {
	line-height: 1.5em;
	text-indent: 1em;
	margin-right: 20px;
	margin-left: 20px;
}
/* clearfix */
.clearfix: after {
	content:".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	visibility: hidden;
}
.clearfix{
	min-height: 1px;
}
* html .clearfix {
	height: 1px;	/* IE6対応 */
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.leftbox {
	float: left;
	width: 49%;
}
.rightbox {
	float: right;
	width: 49%;
}
#layout {
	background-color: #fff8dc;
	padding: 10px;
}
#top_head p {
	padding: 0px;
	margin: 0px 200px 0px 200px;
	text-align: center;
	line-height: 1.5em;
}
#top_head.counter {
	width: 150px;
	float: right;
	position: static;
	margin-top: 50px;
}
.renewal_date {
	text-align: right;
}
h4 {
	padding: 0px;
	margin: 5px 10px 5px 10px;
	border-bottom-style: solid;
	border-bottom-color: #5c4033;
	border-bottom-width: 2px;
}
.linklist_1 {
	list-style-type: square;
	padding: 0px 0px 0px 0.5em;
	margin: 0px;
	list-style-position: inside;
}
.linklist_2 {
	list-style-position: outside;
	margin: 0px;
	list-style-type: circle;
	padding: 0px 0px 0px 2em;
}
a {
	text-decoration: none;
}
.table_item_name {
	font-size: large;
}
.explanation_picture_left {
	margin: 10px;
	float: left;
}
.explanation_picture_right {
	margin: 10px;
	float: right;
}
