@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; }
q:before,q:after { content:'';}
img  {
vertical-align: bottom;
}

html{height:100% }

a:link { text-decoration:underline; color:#0066ff;}
a:visited { text-decoration:underline; color:#0066ff;}
a:active { text-decoration:underline; color:#3399ff;}
a:hover { text-decoration:underline; color:#3399ff;}


/* クラス */
.spannone {display:none;}
.width100{ width:100px;}
.width200{ width:200px;}
.width400{ width:400px;}
.width470{ width:470px;}
.width510{ width:510px;}
.width600{ width:600px;}
.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:#006600;}
.font_bgreen{color:#005100;}
.font_brown{ color:#43270E;}
.font_yellow{ color: #FFCC33;}
.font_dyellow{ color: #9F9800;}
.font_lyellow{ color: #CCCC66;}
.font_blue{ color: #0099CC;}
.font_lblue{ color:#0033FF;}
.font_purple{ color: #CC00FF;}
.font_black{ color:#000000;}
.font_gray{ color:#999999;}
.font_pink{ color:#C40469;}
.font_lpink{ color:#ff00cc;}
.font_green{ color:#33CC00;}
.font_red{color:#FF0000}


/* クラス*/
.cb{ clear:both;}

.list_disc{list-style-type:disc;}
.list_circle{list-style-type: circle;}
.list_ualpha {list-style-type:upper-alpha;}

.flow dt{border:dashed 1px #CCCCCC; background-color:#FEFFD7; padding:5px; margin-top:15px; font-weight:bold;}
.flow dd{margin-left:10px; margin-top:5px;}

.h001{color: #339933; border-bottom:dashed 1px #ccc;}
.h002{color: #666600; border-bottom:dashed 1px #ccc;}
 
/* クラスマージン */ 

.auto{margin:auto;}
.T0{margin-top:0px;}
.T5{ margin-top:5px;}
.T10{ margin-top:10px;}
.T15{ margin-top:15px;}
.T20{ margin-top:20px;}
.T25{ margin-top:25px;}
.T30{ margin-top:30px;}
.T35{ margin-top:35px;}
.T40{ margin-top:40px;}
.T50{ margin-top:50px;}


.L0{ margin-left:0px;}
.L5{ margin-left:5px;}
.L10{ margin-left:10px;}
.L15{ margin-left:15px;}
.L20{ margin-left:20px;}
.L25{ margin-left:25px;}
.L30{ margin-left:30px;}
.L35{ margin-left:35px;}
.L40{ margin-left:40px;}
.L45{ margin-left:45px;}
.L50{ margin-left:50px;}
.L60{ margin-left:60px;}
.L2em{ margin-left:2em;}
.L3em{ margin-left:3em;}

.R5{ margin-right:5px;}
.R10{ margin-right:10px;}
.R20{ margin-right:20px;}
.R30{ margin-right:30px;}
.R35{ margin-right:35px;}
.R40{ margin-right:40px;}
.R50{ margin-right:50px;}

.B5{ margin-bottom:5px;}
.B10{ margin-bottom:10px;}
.B15{ margin-bottom:15px;}
.B20{ margin-bottom:20px;}
.B25{ margin-bottom:25px;}
.B30{ margin-bottom:30px;}
.B40{ margin-bottom:40px;}
.B50{ margin-bottom:50px;}

.ALL10{ margin:10px;}

.pT10{padding-top:10px;}
.pT15{padding-top:15px;}
.pT20{padding-top:20px;}
.pT30{padding-top:30px;}
.pT40{padding-top:40px;}

.pL10{padding-left:10px;}
.pL20{padding-left:20px;}

.pR35{padding-right:35px;}
.pR40{padding-right:40px;}
.pR45{padding-right:45px;}



/* クラスフォントサイズ */
.text_s{font-size: 0.8em; line-height: 1.1em;}
.text_n{font-size: 0.9em; line-height: 1.6em;}
.text_sn{font-size: 0.8em; line-height: 1.3em;}
.text_nb{font-size: 1.0em; line-height: 1.5em;}
.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%;}


.block{	display: block;}
.inline{display:inline;}
.inline_block{display:inline-block;}

/* テーブルクラス */
.table001{}
	.table001 td{ padding:8px; border:#CCCCCC 1px solid; border-collapse:collapse; background-color:#FFFFFF;}
	.table001 th{ padding:5px; background-color:#DBF7FB; border:#CCCCCC 1px solid; border-collapse:collapse;}
	
.toptable table{ border-collapse:collapse; margin:20px 20px 0 40px;}
	.toptable td{padding:5px; border:#cccccc solid 1px;}
	.toptable th{padding:5px; border:#cccccc solid 1px; background-color: #DAFEE7;}

	
/*form*/
input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../img_common/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.submit,button.submit{
  background:#ffffff url(../img_common/submitBg.png) -20px 0 no-repeat;
  }

textarea {
  width:350px;
  height: 200px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  order:1px solid #888888;
}



/* ID */
body{text-align:center;}

#header{width:100%; margin:0 auto; text-align:center; background-image:url(../img/menu_header.gif);}

#header_menu{ margin:0 auto; width:925px;}
	#header_menu ul{display:block;}
	#header_menu li{ float:left;}
#header_menu:after{content : ""; display : block; height : 0; clear : both;}

#contents{ width:925px; text-align:left; margin:40px auto;}

#con_left{ width:635px; margin-right:40px; float:left;}
#con_right{ width:250px; float:left;}

#footer{ margin-top:40px; text-align:center;font-size: 0.9em; line-height: 1.6em;}

#contact{ border:#CCCCCC 1px solid; padding:10px; margin:20px 0 0 0;}