/* CSS Document */

body { text-align:center; font-size:12px; }  
/* 外枠 */
#wrap { width:620px; text-align:left; margin:0 auto; }  
/* 内枠 */
#inner,.inner {
	margin:5px 10px 5px 10px;
	background-color:#ffffff; 
	text-align:center;
	padding: 0px;
} 

#inner_bg_green,.inner_bg_green {
	margin:5px 10px 5px 10px;
	background-color:#009900;
	height:20px;
	text-align:center;
	padding:3px 0 0 0;
} 

#inner_300right,.inner_300right {
	margin:0 0 0 0 ;
	text-align:left;
	padding: 0px;
	float:right;
} 

#inner_300left,.inner_300left {
	margin:0 5 0 0;
	text-align:left;
	padding: 0px;
	float:left;
} 

.inner_300left,.inner_300right{
	width:300px;
	}

.inner_300left{
	width:295px;
	 margin-right:4px;
	 
	}

.inner {
	margin-bottom:5em; clear:both; overflow:hidden; width:600px;}
.inner table {
	 width:100%;
	 	border-top:#CCC solid 1px;}


.inner td,.inner th{
	background-color:#FFF;
	text-align:left;
	padding:0.5em;
	border-bottom:#CCC solid 1px;
	}
.inner th{
	text-align: center;
	background-color:#e0EFE0;
	white-space:nowrap;
	}

.inner .midashi{
		text-align: center;
	background-color:#F0FFF0;
	white-space:nowrap;
}


.inner .burette{}
.inner .burette li{ list-style:circle; margin-left:1em; padding-left:0.2em;}



/* ヘッダ */
#header {font-size:12px; text-align:left; color:#666666; }
/* メニュ一覧 */
#menu { 
	font-size:11px; 
	text-align:center; 
	line-height:20px; 
	}
	
/* メイン */
#mainWrap { width:550px; background-color:#ffffff; }
/* タイトル */
#title_white {
	line-height:24px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;  
	}

.title_white {
	background-color:#096;
	margin-bottom:1.5em;
	text-align:left;
	padding:0.5em;
	font-weight:bold;
	color:#fff;  
	}
	
#text_small {
	font-size:10px;
	text-align:left;
	color:#333333;
	line-height:14px;  
	}	

#title1 {
	padding-left:26px;
	background:url('../sozai/icon/square_org25_clear.gif') left top no-repeat;
	line-height:26px;
	font-size:14px;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	color:#660066;
}

#title2 {
	padding-left:25px;
	line-height:26px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#990033; 
	}

#title3 {
	padding-left:25px;
	line-height:14px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#CC3300;  
	padding-right:25px; 
	}

#line {
	background-image:url(../sozai/icon/line_background.gif);
	background-repeat:repeat-x;
	background-position:left;
	}

#detail {
	text-align:left;
	padding-left:25px; 
	padding-right:25px; 
	} 
	


/* メニューリスト */
.ul { 
margin:0; 
padding:0; 
text-align:left; 
list-style-position: outside;
list-style-image: url(../sozai/icon/whiteplus.gif);
list-style-type: none;
}

.li {  
     list-style:none;  
     padding-left:12px;  
     background:url('../sozai/icon/whiteplus.gif') left top no-repeat;  
     line-height:12px;  	 
 }  
 
 /* フロートクリア */
.clear { clear:both; }  
.clear hr { display:none; }  
#title4 {
	padding-left:25px;
	line-height:26px;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #009900;
}

.hosoku{
	text-align:left;
	margin:1em 0;
	font-size:0.9em;
	color:#333;
	width:auto;}
.hosoku th{
	background-color:#FFF;
	vertical-align:top;
}

table.hosoku,.hosoku th,.hosoku td{ border:none;}

table.hosoku{width:auto;}


.title{ font-weight:bold; color:#066; text-align:left; margin-bottom:1em;}

hr{ color:#999} 

.secDown{ margin:0.5em 0.5em 0.5em 1em;}

.secDown .title{ margin-bottom:0.3em; color:#000; font-weight:normal;}


/**/.exInfo{ width:55%; margin:0 auto; 
margin-bottom:2em;
padding:1.5em 1.5em 0.5em 1.5em;
border: 1px #CCCCCC solid;
border-radius: 10px;/* CSS3草案 */  
-webkit-border-radius: 10px;/* Safari,Google Chrome用 */  
-moz-border-radius: 10px;/* Firefox用 */ 
}
.exInfo p{margin-bottom:0.7em;}
.exInfo p.title{ color: #930; font-weight:bold; text-align:center; margin-bottom:1.2em;}