@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:600px;
	margin:0px auto;
	padding:0px;
	background:url(../../img_common/ow_contentsbg.jpg) repeat-y top center; 
	position:relative; }

.contentsframe{ width:522px; margin:0px auto 0px; text-align:left;}


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

	 
/* ____ 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{
	margin-bottom:30px;
}
.date{ font-weight:bold; color:#758046;}

.tablesize560{ width:522px;}
.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*/
