@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_back01.jpg);
	background-repeat:repeat-x;
}
embed{ vertical-align:bottom; }
img{ border:none; vertical-align:bottom;}

/********************************************/
/* 基本レイアウト指定                       */
/********************************************/

#wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#header{
	width:980px;
	margin:0 auto;
	text-align:center;
}

#content01{
	width:980px;
	margin:0 auto;
	padding-bottom:50px;
}

#content02{
	width:948px;
	margin:0 auto;
	padding:0 16px 20px 16px;
}

#content03{
	width:980px;
	margin:0 auto;
	padding:0 0 40px 0;
}

#footer{
	clear:both;
	height:49px;
	margin:0 auto;
	background-image:url(../images/footer_back01.jpg);
	background-repeat:repeat-x;
}

/********************************************/
/* コンテンツ内レイアウト指定               */
/********************************************/

#content01 .c1left1{
	float:left;
	width:536px;
	padding:15px 0 0 0;
}
#content01 .c1right1{
	float:right;
	width:444px;
	padding:15px 0 0 0;
}

/***** #content01 *****/

#content02 .c2left1{
	float:left;
	width:314px;
	padding-right:16px;
}
#content02 .c2right1{
	float:left;
	width:618px;
}

#content02 .c2left2{
	float:left;
	width:618px;
	padding-right:16px;
}
#content02 .c2right2{
	float:left;
	width:314px;
}

/***** #content02 *****/

#footer #footer_info{
	width:980px;
	margin:0 auto;
}
#footer #copyright{
	float:left;
	text-align:left;
	color:#FFFFFF;
	width:400px;
	padding:15px 0 0 15px;
	margin:0 auto;
}
#footer #pagetop{
	float:right;
	text-align:right;
	width:550px;
	padding:10px 15px 0 0;
	margin:0 auto;
}
#footer #pagetop a{
	color:#333333;
}
#footer #pagetop p.backtop{
	width:110px;
	padding:5px;
	text-align:center;
	border:1px #999999 solid;
	background-color:#EEEEEE;
}

/***** #footer *****/

/********************************************/
/* 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{
	color:#FF0000;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px #CCCCCC solid;
	margin-bottom:5px;
}
p.black_b{
	color:#000000;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px #CCCCCC solid;
	margin-bottom:5px;
}

/********************************************/
/* CLASS-レイアウト指定                     */
/********************************************/


