@charset "utf-8";


/* CSS Document */

*{ margin:0; padding:0;}

img{border:0;}

ul,dl{
list-style-type:none;
list-style-position:outside;
}

body { background-color: #FFFFFF; color: #666666;}

html{ height:100%;}

a:link {
  text-decoration:underline;
  color: #0033FF ;
}

a:visited {
  text-decoration:underline;
  color: #6699CC ;
}

a:active {
  text-decoration:underline;
  color:#0E76F5 ;
}

a:hover {
  text-decoration:underline;
  color: #003333;
}




/* クラス */
.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_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: #336699;}
.font_purple{ color:#363E7F;}
.font_black{ color:#000000;}
.font_gray{ color: #333333;}
.font_pink{ color:#C40469;}
.font_blak{ color:#000000;}


/* BG色 */
.bg_f0f0f0{background-color:#f0f0f0;}


/* クラス*/
.f0{font-size:0; line-height:0; vertical-align:bottom;}
.dl{ margin-top:10px;}
 .dl dt{} 
 .dl dd{ margin-bottom:10px;}
 
.h001{ border-bottom: dashed #999999 1px; padding:0 3px;}

.h002{}

.h003{ border-left:3px #003333 solid; padding:5px 5px 5px 10px; color:#000000;}


.waku{ padding:10px; border:#CCCCCC 1px solid; background-color:#efefef;}

 
/* クラスマージン */ 

.auto{margin:auto;}
.T5{ margin-top:5px;}
.T10{ margin-top:10px;}
.T20{ margin-top:20px;}
.T30{ margin-top:30px;}
.T40{ margin-top:40px;}


.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;}
.L2em{ margin-left:2em;}

.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;}

.padding_all10{padding:10px;}

.pB10{ padding-bottom:10px;}


/* クラスフォントサイズ */
.text_s{font-size: 0.7em; line-height: 1.4em;}
.text_n{font-size: 0.8em; line-height: 1.6em;}
.text_sn{font-size: 0.8em; line-height: 1.4em;}
.text_nb{font-size: 0.9em; line-height: 1.5em;}
.text_b{font-size: 1.0em; line-height: 1.6em;}
.text_h{font-size: 1.8em; line-height: 2.0em;}
.text_u{font-size: 36px; line-height: 110%;}




/* テーブル*/
.table{ margin:20px 0 10px 20px; width:700px;}
 .table td{ border-bottom:#CCCCCC groove 1px; padding:5px;}
 .table td2{ padding:5px;}

.table01 {}
.table01 td{ padding:5px; border:#CCCCCC 1px solid; border-collapse:collapse;}
.table01 th{ padding:5px; font-weight:normal; background-color:#D2FFD2; border:#CCCCCC 1px solid; border-collapse:collapse;}

.tablebg_green{background-color:#003333; color:#FFFFFF;}

/* ヘッダーイメージ */


/* ID */

#head{ background-color:#000000; width:100%;}


#mainimage{}

#menu00{ clear:left; margin:10px 0 0 20px;}
#menu00 dd{ float:left;}


#menu01{ clear:left; margin:10px 0 0 20px;}
#menu01 dd{ float:left;}


#menu02{ clear:left; margin:10px 0 0 20px;}
#menu02 dd{ float:left;}

#con{ clear:left; background-image:url(../img/waku_bg.gif); background-repeat:repeat-y; margin-top:20px;}
#con .contents_mid{ margin:10px 40px; width:870px;}

#footer{ margin:0 20px; padding:20px 0 20px 0;width:910px;}
#footer dt{ font-weight:bold;}
#footer dl{ clear:left;}
#footer dd{ float:left; margin-right:1.5em; margin-bottom:10px;}
#footer li{float:left; margin-right:10px;}

#pan{clear:left; padding:10px 20px; font-size:0.9em;}

#qanda{}
	#qanda dt{ background-image:url(../img/bg_q.gif); background-repeat:no-repeat; padding:10px 0 10px 30px; margin-bottom:10px; font-size:0.8em;}
	#qanda dd{ background-image:url(../img/bg_a.gif); background-repeat:no-repeat; padding:10px 0 10px 30px; margin-bottom:30px; font-size:0.8em;}
	
#qalist{}
	#qalist li{ list-style:disc; margin-left:3em;}
	
