@charset 'UTF-8';

@import url("contents.css");
@import url("lightwindow.css");
@import url("others.css");

body {
	color:#333;
	margin:0px;
	text-align:center;
	background: url(../../img_common/headerbg.jpg) repeat-x #5A2E01;}

#container {
	width:940px;
	margin:0px auto;
	padding:0px;
	background:url(../../img_common/contentsbg.jpg) repeat-y top center; 
	position:relative; }

.contentsframe{ width:840px; margin:0px auto 0px;}


/* ____ header ____ */
#headbg{ background:url(../../img_common/headtitlebg.jpg) no-repeat top center;}
#head{ background:url(../../img_common/headtitle.gif) no-repeat top center; height:130px; }
#head h1 a{ display:block; width:840px; height:130px; margin:0px auto; }	

	 
/* ____ footer ____ */

#copyright{ float:right; font-size:110%;}
#foot01{ float:left; font-size:120%;}
#foot02{ font-size:120%; margin-bottom:10px; line-height:1;}
#foot02 a{ text-decoration: none; color:#333333;}
#foot02 a:hover{ text-decoration: underline;}

/*____navi____*/
#navi{ width:840px; height:35px; margin:0px auto;}
#navi li{ display:inline; }
#navi li a{ display:block; height:35px; float:left; background: url(../img/navi_ja.gif) no-repeat left top;}

#navi .top a{width:59px;background-position: 0px 0px;}
#navi .info a{width:73px;background-position: -59px 0px;}
#navi .about a{width:87px;background-position: -132px 0px;}
#navi .place a{width:92px;background-position: -219px 0px;}
#navi .schedule a{width:99px;background-position: -311px 0px;}
#navi .report a{width:118px;background-position: -410px 0px;}
#navi .member a{width:178px;background-position: -528px 0px;}
#navi .archive a{width:134px;background-position: -706px 0px;}

#navi .top a:hover{width:59px;background-position: 0px -35px;}
#navi .info a:hover{width:73px;background-position: -59px -35px;}
#navi .about a:hover{width:87px;background-position: -132px -35px;}
#navi .place a:hover{width:92px;background-position: -219px -35px;}
#navi .schedule a:hover{width:99px;background-position: -311px -35px;}
#navi .report a:hover{width:118px;background-position: -410px -35px;}
#navi .member a:hover{width:178px;background-position: -528px -35px;}
#navi .archive a:hover{width:134px;background-position: -706px -35px;}

.menu_top #navi .top a, .menu_top #navi .top a:hover{width:59px;background-position: 0px -35px;}
.menu_info #navi .info a, .menu_info #navi .info a:hover{width:73px;background-position: -59px -35px;}
.menu_about #navi .about a, .menu_about #navi .about a:hover{width:87px;background-position: -132px -35px;}
.menu_place #navi .place a, .menu_place #navi .place a:hover{width:92px;background-position: -219px -35px;}
.menu_schedule #navi .schedule a, .menu_schedule #navi .schedule a:hover{width:99px;background-position: -311px -35px;}
.menu_report #navi .report a, .menu_report #navi .report a:hover{width:118px;background-position: -410px -35px;}
.menu_member #navi .member a, .menu_member #navi .member a:hover{width:178px;background-position: -528px -35px;}
.menu_archive #navi .archive a, .menu_archive #navi .archive a:hover{width:134px;background-position: -706px -35px;}

/* ____ chosen language ____ */
#chosen_lang{ width:840px; height:20px; margin:0px auto;}
#chosen_lang li{ display:inline;}
#chosen_lang li a{ display:block; float:right; background: url(../../img_common/la_choice.gif) no-repeat 0px 0px; height:20px;}

#chosen_lang .ja a{ width:75px; background-position: 0px 0px;}
#chosen_lang .en a{ width:71px; background-position: -75px 0px;}
#chosen_lang .ja a:hover{ width:75px; background-position: 0px -20px;}
#chosen_lang .en a:hover{ width:71px; background-position: -75px -20px;}

#chosen_lang .ja_on .ja a{ width:75px; background-position: 0px -20px;}
#chosen_lang .en_on .en a{ width:71px; background-position: -75px -20px;}

/* ____ top flash ____ */
#flash_area{ margin:10px 0px;}

/* ____ common parts ____ */

.hrbr { border-bottom: 1px solid #c7c8a9; background: transparent; margin:10px auto; padding:0px; height:1px; font-size:1%; }
.hrdot { background: url(../../img_common/dot_line.gif) repeat-x 0px 0px; margin:8px auto; padding:0px; height:9px; font-size:1%; }
.circle_arrow{ background:url(../../img_common/arrow_etc.gif) no-repeat -3px 1px; padding-left:18px; font-weight:bold;}
.txt_area{ padding-left:60px; margin-bottom:30px;}
.date{ font-weight:bold; color:#758046;}

.tablesize560{ width:560px;}
.table_base{ background:#c7c8a9; font-size:100%; margin:20px auto; text-align:left;}
.table_base th{ background:#CFD798; padding:10px; white-space: nowrap;text-align:right;}
.table_base td{background:#FFF; padding:10px;}

/* ____ versatile elements ____ */

a{ color:#758046;}
a:hover{ text-decoration: none;}

img{ border:0px; }
dl{ margin:0px 0px; }
h1,h2,h3,h4,h5,form,p,ul,ol,li,dt,dd{ margin:0; padding:0; }
ul li, ol li{ list-style-type:none; }

ul li{ list-style-type:none; }
.list{
	padding-left:20px; }
	.list ul li{
		list-style-type: disc;
		margin-left:10px; }
	.list ol li{
		margin-left:15px;
		list-style: decimal; margin-bottom:10px;}
	.list ol li{ font-weight:bold; color:#758046;}
	.list ol li p{ font-weight:normal; color:#333;}


.nowrap{ white-space: nowrap; }

table img{ vertical-align:middle; }


/* ____ versatile class ____ */
.floatleft{ float:left;}
.floatright{ float:right;}

.pad10{ padding:10px;}
.padT{ padding-top:10px;}
.padT20{ padding-top:20px;}
.padL{ padding-left:10px;}
.padL15{ padding-left:15px;}
.padR{ padding-right:10px;}
.padB{ padding-bottom:10px;}
.padB20{ padding-bottom:20px;}
.padB3{ padding-bottom:3px;}
.padTB10{ padding-top:10px; padding-bottom:10px;}
.padTB5{ padding-top:5px; padding-bottom:5px;}

.mrg10{ margin:10px;}
.mrgL{ margin-left:10px;}
.mrgR{ margin-right:10px;}
.mrgT{ margin-top:10px;}
.mrgT20{ margin-top:20px;}
.mrgB{ margin-bottom:10px;}
.mrgB5{ margin-bottom:5px;}
.mrgB20{ margin-bottom:20px;}
.mrgC{ margin: 0px auto;}
.mrgTB20{ margin-bottom:20px; margin-top:20px;}
.mrgTB10{ margin-bottom:10px; margin-top:10px;}

.center{ text-align:center;}
.left{ text-align:left;}
.right{ text-align:right;}

.inline div{ display:inline;}

/*float-clear */
.cfl{ clear:both; height:0pt; line-height:0pt; font-size:1px; display:block; }
/*clearfix */
.clearfix:after{ clear:both; content:"."; display:block; height:0pt; visibility:hidden;}
/*clearfix IE6用*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/*clearfix IE7用*/
.clearfix{ zoom:1;}


/* ____ font color ____ */
.txt_br{ color:#A23219;}
.txt_gr{ color:#777;}
.txt_white{ color:#FFFFFF;}
.txt_green{ color:#758046;}
.txt_red{ color:#CC0000;}
.txt_orange{ color:#FF5600;}

.err{ color:#CC0000; font-weight:bold;}
.ok{ color:#0000CC; font-weight:bold;}
.bold{ font-weight:bold;}


/* ____ font size ____ */
#header,#container,#container_lit,#footer,table{
	font-size:x-small;
	line-height:1.4;
	font-family:"Verdana", "Lucida Grande", sans-serif; }

* html #header,* html #container,* html #container_lit,* html #footer,
* html table{
	font-size:x-small;
	line-height:1.4;
	font-family:"Verdana", "Lucida Grande", sans-serif;}

.lsize{ font-size:140%; line-height:1.8;}
.lsize0{ font-size:140%;}
.msize{ font-size:125%; line-height:1.8;}
.ssize{ font-size:104%; line-height:1.6;}
.ssize2{ font-size:106%; line-height:1.6;}
.xssize{ font-size:85%; line-height:1.4;}
.xssize2{ font-size:80%; line-height:1.4;}
.msize0{ font-size:120%;}

.alt{ position:absolute; top:-5000px; left:-999px;}

/*eof*/
