@charset "UTF-8";

/********************************************/
/* 固定タグ                                 */
/********************************************/

*{
	margin:0;
	padding:0;
	list-style:none;
}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#333333;
	line-height:1.4;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../images/body_back02.jpg);
}
embed{ vertical-align:bottom; }
img{ border:none; vertical-align:bottom;}

/********************************************/
/* 基本レイアウト指定                       */
/********************************************/

#wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
	background-image:url(../images/body_back01.jpg);
	background-repeat:repeat-x;
}

#header{
	width:980px;
	height:806px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../images/header01.jpg);
	background-repeat:no-repeat;
}

#content{
	width:980px;
	margin:0 auto;
	background-color:#7BE380;
}

#footer{
	width:980px;
	height:75px;
	margin:0 auto;
	background-color:#7BE380;
	background-image:url(../images/footer01.jpg);
	background-repeat:no-repeat;
}

/********************************************/
/* コンテンツ内レイアウト指定               */
/********************************************/

#content .c_layout{
	background-color:#FFFFFF;
	background-image:url(../images/banner_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
	text-align:left;
}

#content .thanks_layout{
	background-image:url(../images/thanks_pattern.jpg);
	background-repeat:y-repeat;
}
#content div.message_layout01{
	_height:353px;
	min-height:353px;
	background-image:url(../images/thanks_back.jpg);
	background-repeat:no-repeat;
	padding:65px 9px 0px 23px;
}
#content div.message_layout02{
	width:428px;
	padding-bottom:30px;
	text-align:left;
	vertical-align:middle;
}
#content div.message_layout02 p{
	padding:0 20px 0 20px;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

/***** #content *****/

#header #header01{
	text-align:right;
	margin:0 auto;
	height:110px;
}
#header #header02{
	text-align:left;
	margin:0 auto;
	padding:450px 0 0 520px;
}
/***** #header *****/

/********************************************/
/* CLASS-スタイル指定                       */
/********************************************/

.l_float{ float:left; }
.r_float{ float:right; }
.imghk{ vertical-align:top; }
.clr{ clear:both; }

.kome{
	color:#FF0000;
	font-size:8px;
	padding:0 2px 0 2px;
}
.sub_txt{
	color:#666666;
	font-size:10px;
	padding:0 2px 0 2px;
}
.ulclr{
	height:5px;
	width:0;
	clear:both;
}

p.red_b,
p.txt_err{
	color:#FF0000;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px #CCCCCC solid;
	margin-bottom:5px;
	text-align:center;
}
p.blue_b,
p.txt_sccs{
	color:#0033CC;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px #CCCCCC solid;
	margin-bottom:5px;
	text-align:center;
}
p.black_b{
	color:#000000;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px #CCCCCC solid;
	margin-bottom:5px;
	text-align:center;
}

/********************************************/
/* CLASS-レイアウト指定                     */
/********************************************/


