/* -------------------- body -------------------- */

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFAE9;
	background-image: url(../img/general_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/* -------------------- container -------------------- */

#container {
	width: 815px;
	position:absolute;
	left:50%;
	margin-left:-408px;
}

/* -------------------- header -------------------- */

#header {
	text-align: center;
}

#header_menu {
	background-image: url(../img/header_menu_bg.gif);
}

#header_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}


/* -------------------- header -------------------- */

.page_explanation {
	width: 85%;
	font-size: 80%;
	line-height: 135%;
	margin: -10px 0px 2em 50px;
}

.page_back {
	font-size: 80%;
	line-height: 135%;
	text-align: right;
	margin: -25px 10px 1em 50px;
}

#contents_store .page_explanation {
	font-size: 80%;
	line-height: 135%;
	margin: -10px 50px 0px 80px;
}


/* -------------------- contents -------------------- */

#contents {
	background-color: #FFFFFF;
	/*width: 816px; これをONにするとIEでは説明文が消えないが、Firefoxではエリアがはみでる */
	padding: 20px 35px 20px 35px;
}

#contents_store {
	width: 816px;
	background-color: #FFFFFF;
	padding: 20px 0px 10px 0px;
}

#left_area {
	width:160px;
	padding:0px 20px 0px 20px;
}

#right_area {
	width:550px;
}

#left_menu {
	font-size: 80%;
	line-height: 140%;
}

.explanation {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 83%;
	line-height: 160%;
}




/* -------------------- headline -------------------- */

h1 {
	width: 100%;
	margin-bottom: 2em;
	border-left: 4px solid orange;
	padding-left: 6px;
	font-size: 120%;
	font-weight: bold;
}

#contents_store h1 {
	width: 100%;
	margin-left: 35px;
	margin-bottom: 2em;
	border-left: 4px solid orange;
	padding-left: 6px;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	margin: 3em 1em 2em 1em;
	border: 1px solid gray;
	border-bottom: 2px solid gray;
	border-left: 4px solid green;
	padding: 3px 3px 3px 9px;
	font-size: 120%;
	font-weight: bold;
}

h3 {
}

/* -------------------- sitemap -------------------- */

.sitemap h2 a {
	margin: 0em 2em 0.5em 0em;
	border: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 4px solid green;
	display: block;
	padding: 3px 3px 3px 9px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
}

.sitemap h2 a:hover {
	margin: 0em 2em 0.5em 0em;
	border: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 4px solid orange;
	display: block;
	padding: 3px 3px 3px 9px;
	background-color: #FFFAE9;
	color: #FF3300;
	font-size: 80%;
	font-weight: normal;
}

.sitemap h2 {
	margin: 0em 0em 0em 0em;
	border: 0px;
	padding: 0px;
}

.sitemap ul {
	margin-top: 0px;
	margin-bottom: 1.2em;
	font-size: 80%;
	line-height: 150%;
}


/* -------------------- event -------------------- */

.event_calendar {
	border-collapse: collapse;
	width: 730px;
	border-top: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	font-size: 83%;
}

.event_calendar td {
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	border-right: none;
	border-left: none;
}

.event_calendar .date {
	width: 1%;
	padding-left: 10px;
}

.event_calendar .day_of_the_week {
	width: 1%;
}


.event_calendar .place {
	width: 1%;
}

.event_calendar .register {
	width: 1%;
	color: #666666;
}

.event_calendar .update {
	width: 1%;
	color: #666666;
	padding-right: 10px;
}

.sat {
	color: #0000CC;
}

.sun {
	color: #CC0000;
}



/* -------------------- book -------------------- */

/* --- catalogue --- */

.book_catalogue {
	position: relative;
}

.book_catalogue .book_instance {
	float: left;
	text-align: center;
	width: 105px;
	height: 150px;
	overflow: hidden;
}

.book_catalogue .book_instance {
	font-size: 80%;
	text-align: center;
}

.book_catalogue .book_instance img {
	border: 1px solid #999999;
}

.book_catalogue .book_name {
	padding: 0px 3px;
}


/* --- detail --- */

.book_detail {
	font-size: 80%;
	line-height: 140%;
}

.book_detail h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

.book_detail .book_information {
	text-align: center;
	color: #444444;
}

.book_detail .book_publish_date {
	margin-bottom: 7px;
}

.book_detail .book_issn {
	margin-bottom: 7px;
}

.book_detail ul {
	margin-top: 0px;
	margin-bottom: 1.2em;
}

.book_detail li ul {
	padding-left: 0em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.book_detail li ul li {
	list-style: none;
}

.book_detail .nomark {
	list-style: none;
	margin-left: 1em;
}

.book_detail .book_instance {
	width: 135px;
	font-size: 80%;
	text-align: center;
}

.book_detail .book_instance img {
	border: 1px solid #999999;
	margin-bottom: 20px;
}

.book_detail .book_instance img {
	border: 1px solid #999999;
}

.book_detail .book_photo {
	float: left;
	width: 140px;
	border: 0px solid gray;
}

.book_detail .book_contents {
	float: right;
	width: 565px;
	padding-left: 30px;
	border-left: 1px dotted #BBBBBB;
}

.back_to_booklist {
	text-align: right;
	font-size: 80%;
	line-height: 135%;
	margin: 0px 15px 0px 0px;
}

hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

.clear {
	clear: both;
}

/* -------------------- capping -------------------- */


#capping {
	position: relative;
}

.capping_kajin_list {
	padding-left: 10px;
	width: 130px;
	float: left;
	font-size: 80%;
}

.capping_kajin_list ul {
	list-style: none;
	padding: 0px;
	margin: 0.5em 0em 1em 0.8em;
}

.capping_contents {
	position: relative;
	float: left;
}

.capping_contents .explanation {
	width: 540px;
	margin: 0em 0em 2em 0em;
	font-size: 80%;
	line-height: 135%;
}

.capping_contents .a_to_b {
	float: left;
	margin-right: 26px;
}

.capping_contents .a_to_b_only {
	float: left;
}

.capping_contents .b_to_a {
	float: left;
}

.capping_contents .direction {
	margin: 0px 0px 2em 0px;
	padding: 0px 0px 0px 9px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 4px solid green;
	font-size: 85%;
	font-weight: normal;
}

.capping_contents ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 280px;
	position: relative;
}

.capping_contents .a_to_b_only ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 580px;
	position: relative;
}

.capping_contents .tanka {
	float: left;
	margin: 0px 17px 20px 0px;
	width: 121px;
	height: 425px;
	text-indent: -9999px;	
}

.capping_contents .tanka a {
	width: 121px;
	height: 425px;
	background-position: left top;
	display: block;
}

.capping_contents .kajin_explanation {
	width: 600px;
	font-size: 83%;
}

.capping_contents .kajin_explanation dl {
	border: 1px solid #DDDDDD;
	padding: 5px 7px 5px 10px;
	line-height: 125%;
}

.capping_contents .kajin_explanation dt {
	float: left;
	width: 90px;
}

.capping_contents .kajin_explanation dd {
	margin-left: 90px;
	line-height: 140%;
}




.back_to_capping {
	text-align: right;
	font-size: 80%;
	line-height: 135%;
	margin: 0px 15px 0px 0px;
}



/* -------------------- link -------------------- */

.link .area_container {
	position:relative;
}

.link .area {
	width:340px;
	float:left;
}

/* -------------------- footer -------------------- */

#footer {
}

#footer .footer_img {
	background-color: #FFFFFF;
	background-image: url(../img/footer_bg_grass.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right;
}

#footer_menu {
	background-color: #87B430;
	text-align: right;
	margin-right: 20px;
	font-size:80%;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 3px 0px 7px;
	color: #FFFFFF;
}

#footer_menu .with_partition {
	border-left: 1px solid #FFFFFF;
}

#footer_menu a {
	color: #FFFFFF;
}

#footer_menu a:hover {
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}

#copyright {
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 12px;
	text-align: right;
	color: #FFFFFF;
	font-size:70%;
	letter-spacing:1px;
}







.notice {
	color: #FF3300;
	font-weight: bold;
}


/* -------------------- awards -------------------- */

.awards {
	font-size: 80%;
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
}

.awards th {
	border: 1px solid #AAAAAA;
	background-color: #EEFFDD;
	font-weight: normal;
}

.awards td {
	border: 1px solid #AAAAAA;
}


.awards ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.awards .notyet {
	background-color: #EEEEEE;
}



/* -------------------- headline -------------------- */



/* -------------------- home -------------------- */

.whatsnew {
	margin: 0px 60px 0px 60px;
	font-size: 80%;
}




/* -------------------- link -------------------- */

.link {
	margin-left: 20px;
}

.link h2 {
	margin: 0px 0px 10px 0px;
	font-size: 80%;
	font-weight: normal;
	width: 100%;

}

.link ul {
	margin: 0px 0px 20px 0px;
	padding-left: 25px;
}

.link ul {
	line-height: 120%;
}



.white_space {
	width:1em;
}

/* -------------------- error -------------------- */

.error {
	width:600px;
	text-align:left;
}

.error_caption {
	color: #FF3300;
	font-size: 95%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

.error_explanation {
	margin-left: 2em;
	line-height: 160%;
	font-size: 85%;
}

/* -------------------- link -------------------- */

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

/* -------------------- link -------------------- */
a       { color: #0000CC; text-decoration: none;}
a:hover { color: #FF3300; text-decoration: none;}
span.link a:hover { color: #FF3300; text-decoration: none; border-bottom:1px solid #FF3300;}


/* -------------------- debug -------------------- */

.debug {
	background-color: #FF3300;
}

/* -------------------- font -------------------- */
.s {
	font-size:  80%;
	line-height: 120%;
}

.m {
	font-size:  85%;
	line-height: 120%;
}

.l {
	font-size: 100%;
	line-height: 120%;
}

.xl {
	font-size: 110%;
	line-height: 120%;
}

.ss {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 120%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.f8  {font-size:  8px;}
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 15px;}
.f14t{font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}

.x80  {font-size:  80%;}
.x85  {font-size:  85%;}
.x90  {font-size:  95%;}
.x100 {font-size: 100%;}
.x120 {font-size: 120%;}
.x140 {font-size: 140%;}
.x160 {font-size: 160%;}

.h100 {line-height: 100%}
.h110 {line-height: 110%}
.h120 {line-height: 120%}
.h130 {line-height: 130%}
.h140 {line-height: 140%}
.h150 {line-height: 150%}
.h160 {line-height: 160%}
.h160 {line-height: 180%}
.h160 {line-height: 200%}

/* -------------------- margin -------------------- */
.ml15 {margin-left:  5px}
.mr15 {margin-right: 5px}
.ml15 {margin-left: 15px}
.mr15 {margin-right:15px}
.ml35 {margin-left: 35px}
.mr35 {margin-right:35px}
.ml55 {margin-left: 55px}
.mr55 {margin-right:55px}
.ml75 {margin-left: 75px}
.mr75 {margin-right:75px}