@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;}
.cursor {cursor:pointer; text-decoration:underline;}


/* クラス */
.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: #212369;}
.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;}
.list_decimal{list-style-type:decimal;}

.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{ background-image:url(../img/h4.gif); background-repeat:no-repeat; height:42px; padding:7px 0 0 47px; color:#FF6699; font-size:1.4em;}
*html .h001{margin-bottom:9px;}


 
/* クラスマージン */ 

.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;}
.L55{ margin-left:55px;}
.L60{ margin-left:60px;}
.L65{ margin-left:65px;}
.L70{ margin-left:70px;}
.L75{ margin-left:75px;}
.L80{ margin-left:80px;}
.L85{ margin-left:85px;}
.L90{ margin-left:90px;}
.L95{ margin-left:95px;}
.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;}
.pT25{padding-top:25px;}
.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.4em;}
.text_n{font-size: 0.9em; line-height: 1.6em;}
.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.7em;}
.text_u{font-size: 36px; line-height: 110%;}


.block{	display: block;}
.inline{display:inline;}
.inline_block{display:inline-block;}

/* テーブルクラス */


.table001{ width:530px;}
	.table001 td{ padding:7px; border:#CCCCCC 1px solid; border-collapse:collapse;}
	.table001 th{ padding:5px; background-color:#F0FFE1; border:#CCCCCC 1px solid; border-collapse:collapse; text-align:center;}
	.table001 th.cell_yellow{background-color:#FFFFCC;}
	.table001 th.cell_pink{background-color:#ffeaf5;}
	.table001 tr.cell_glay{background-color:#FAFAFA;}



.avoid{page-break-inside: avoid;}

/* ID */
body{text-align:center; background:url(../img/body_bg.jpg); background-repeat:repeat-x; background-color:#ffddf4;}
#centering{margin:0 auto; text-align:left; width:950px;}
#header h1,#header ul,#header ul li,#header h2,#header p{float:left;}
#wrapper{clear:both; background:url(../img/wrapper_bg.gif) repeat-y; overflow:hidden;}
#wrapper:after {content:""; display:block; clear:both; height:1px; overflow:hidden;}
* html #wrapper {height:1em; overflow:visible;}


#left_contents{width:315px; float:left;}
#right_contents{width:635px; float:left;}
#main_contents{padding:25px 0 0 40px; background-color:#FFFFFF;}
#footer{clear:both; height:269px; background:url(../img/footer_bg.jpg) repeat-x;}
#footer div{background:url(../img/footer_centerbg.jpg) no-repeat center; height:269px; text-align:center;}
#footer p{width:480px; margin:0 auto; text-align:left; font-size:17px; line-height:27px; padding-top:115px;}