@charset "utf-8";


/* CSS Document */


/* cssリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; list-style-position:outside;}
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
q:before,q:after { c ontent:'';}



body { background-color: #DFF7F8; background-image: url(../img/bg.gif); background-repeat:repeat-y; color:#333333;}

html{ height:100%;}

a:link {
  text-decoration:underline; color:#3366CC;
}

a:visited {
  text-decoration:underline; color:#3399FF;
}

a:active {
  text-decoration:underline; color:#006666;
}

a:hover {
  text-decoration:underline;
   color:#006666;
}



/* クラス */
.spannone {display:none;}
.width100{ width:100px;}
.width200{ width:200px;}
.width400{ width:400px;}
.width30{ width:30px;}
.width50{ width:50px;}
.clleft{clear:left;}
.cright{ clear:right;}
.float_l{ float:left;}
.float_r{ float:right;}

/* クラスフォント色 */
.font_white{color:#FFFFFF;}
.font_dred{color:#CC0033}
.font_orange{ color:#FF3344;}
.font_dorange{ color:#FF6600;}
.font_indigo{ color:#000033;}
.font_dgreen{ color:#616600;}
.font_brown{ color:#43270E;}
.font_yellow{ color: #FFCC33;}
.font_lyellow{ color: #CCCC66;}
.font_blue{ color: #0099CC;}
.font_lblue{ color:#0033FF;}
.font_purple{ color:#363E7F;}
.font_black{ color:#000000;}
.font_gray{ color:#999999;}
.font_pink{ color:#C40469;}


/* BG色 */
.bg_f0f0f0{background-color:#f0f0f0;}


/* クラス*/
.cb{ clear:both;}
.f0{font-size:0; line-height:0; vertical-align:bottom;}
.h001{ color:#333333; border-left:#0099CC solid 4px; padding:5px 0 3px 10px; margin:30px 40px 0 0;}
.h002{ color:#333333; border-left:#0099CC solid 4px; padding:5px 0 3px 10px; margin:40px 40px 0 20px;}
.h003{ color:#333333; padding:5px 0 3px 5px; margin:20px 40px 0 20px;}
.h004{ color:#333333; border-bottom:#CCCCCC dotted 1px; padding:5px 0 3px 5px; margin:20px 40px 0 20px;}
.h005{ color:#333333; border-left:#0099CC solid 4px; padding:5px 0 3px 10px; margin:20px 40px 0 20px;}
.h006{ color: #FF0080; border-bottom:#CCCCCC solid 1px; padding:5px 0 0 0; margin:20px 10px 0 10px;}
.h007{ color:#333333; border-left:#C40469 solid 4px; padding:5px 0 3px 10px; margin:20px 10px 0 20px;}
.h008{ color: #333333; border-bottom:#CCCCCC dotted 1px; padding:5px 0 3px 5px; margin:40px 20px 10px; 20px;}
.h009{ color:#333333; border-left:#401070 solid 4px; padding:5px 0 3px 10px; margin:30px 40px 0 20px;}

.waku{background-color:#efefef; border:#CCCCCC 1px solid; padding:5px;}





.table{ margin:20px 0 10px 20px; width:530px;}
 .table td{ border-bottom:#CCCCCC dotted 1px; padding:3px;}

.kins_title{ color:#333333; border-left:#C40469 solid 4px; padding:5px 0 3px 10px; margin:40px 40px 0 20px;}
.kins_komidashi{ color:#C40469; border-bottom:#CCCCCC dotted 1px; padding:5px 0 2px 0; margin:20px 40px 10px 30px;}

.khms_c_title{ color:#333333; border-left:#616600 solid 4px; padding:5px 0 3px 10px; margin:40px 40px 0 20px;}
.khms_c_komidashi{ color:#616600; border-bottom:#CCCCCC dotted 1px; padding:5px 0 2px 0; margin:20px 40px 10px 30px;}
.khms_c_bg{ color:#333333; background-color: #DDF3CD; padding:5px; margin:20px; 50px;}

.khms_title{ color:#333333; border-left:#f83800 solid 4px; padding:5px 0 3px 10px; margin:40px 40px 0 20px;}
.khms_komidashi{ color:#f83800; border-bottom:#CCCCCC dotted 1px; padding:5px 0 2px 0; margin:20px 40px 10px 30px;}

.donyu_title{ color:#333333; border-left:#204D79 solid 4px; padding:5px 0 3px 10px; margin:40px 40px 0 20px;}

.hitokoto{ width:500px; margin:10px 20px 0 30px; background-color:#FFCCCC; padding:7px;}

.foot_menu{ width:181px; float:left;}
 .foot_menu dl{ margin-top:8px; margin-left:8px; padding:0.3em;}
 .foot_menu dt{ color:#003399;}
 .foot_menu dd{ margin-left:10px;} 
 .foot_menu p{ margin-top:8px; margin-left:8px; color:#003399; padding:0.3em;} 
 
.a_right{ text-align:right;}
.a_center{ text-align:center;}
.v_bottom{ vertical-align:bottom} 
 
 
 
/* クラスマージン */ 

.auto{margin:auto;}
.T5{ margin-top:5px;}
.T10{ margin-top:10px;}
.T20{ margin-top:20px;}
.T30{ margin-top:30px;}
.T40{ margin-top:40px;}
.T50{ margin-top:50px;}


.L0{ margin-left:0px;}
.L5{ margin-left:5px;}
.L10{ margin-left:10px;}
.L20{ margin-left:20px;}
.L30{ margin-left:30px;}
.L40{ margin-left:40px;}
.L45{ margin-left:45px;}
.L60{ margin-left:60px;}
.L3em{ margin-left:3em;}

.R5{ margin-right:5px;}
.R10{ margin-right:10px;}
.R20{ margin-right:20px;}
.R30{ margin-right:30px;}
.R40{ margin-right:40px;}
.R50{ margin-right:50px;}

.B5{ margin-bottom:5px;}
.B10{ margin-bottom:10px;}
.B20{ margin-bottom:20px;}
.B30{ margin-bottom:30px;}

.ALL10{ margin:10px;}

.padding_all05{padding:5px;}
.padding_all10{padding:10px;}


/* クラスフォントサイズ */
.text_s{font-size: 0.6em; line-height: 1.3em;}
.text_n{font-size: 0.9em; line-height: 1.6em;}
.text_sn{font-size: 0.8em; line-height: 1.4em;}
.text_nb{font-size: 1.1em; line-height: 1.6em;}
.text_b{font-size: 1.3em; line-height: 1.8em;}
.text_h{font-size: 1.4em; line-height: 1.3em;}
.text_u{font-size: 36px; line-height: 110%;}




/* テーブルクラス */
.table001{}
	.table001 td{ padding:5px; border:#CCCCCC 1px solid; border-collapse:collapse;}
	.table001 th{ padding:5px; background-color:#DBF7FB; border:#CCCCCC 1px solid; border-collapse:collapse;}
	
.table002{}
	.table002 td{ padding:5px; border:#CCCCCC 1px solid; border-collapse:collapse;}
	.table002 th{ padding:5px; background-color:#DBF7FB; border:#CCCCCC 1px solid; border-collapse:collapse; text-align:center;}

/* リストクラス */
.list_disc{list-style:disc; list-style-type:disc; list-style-position:outside;}

/* ヘッダーイメージ */


/* ID */

#all-contents{ width:934px;}

#header{ width:934px; font-size:0; line-height:0; vertical-align:bottom;}

#menu_left{width:218px; float:left;}
	#menu_left dl{ margin-bottom:15px;}
	#menu_left dd{font-size: 0.8em; line-height: 1.6em; margin-left:40px; margin-bottom:5px; color:#FFFFFF;}
	#menu_left a{ display:block;}
	#menu_left a:link {  text-decoration:underline; color:#FFFFFF;}
	#menu_left a:visited {  text-decoration:underline; color:#efefef;}
	#menu_left a:active {  text-decoration:underline; color:#ffffff}
	#menu_left a:hover {  text-decoration:underline;   color: #FFFF66;}


#main{ width:706px; float:left;}

#topbanner ul{ margin-top:10px;}

#news{ margin:20px 28px 0 23px;}

#teikei{ margin:20px 28px 0 23px;}

#access{ margin:20px 28px 0 23px;}

#time{ margin:20px 28px 0 23px;}

#footer{ margin-top:20px; text-align:center;}

#sub-con{ margin:25px 28px 0 23px;}

#pan{ margin:0 0 10px 23px;}

#yoyakubtn{text-align:center; margin:20px 0 10px 0;}
