@charset "utf-8";
/* CSS Document */

/* -----left_side----- */
#left_side{
	position:relative;
	top:-20px;
}
#contents_top{
	background:url(../../img/common/side_back_top.jpg) center 29px no-repeat;
}

/* -----main text----- */
#main{
	width:615px;
}
#main h2{
	background:url(../../img/common/bar_01.jpg) left top no-repeat;
	width:565px;
	height:22px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:8px 30px 0;
	text-align:left;
}
#main h3.bar{
	background:url(../../img/common/bar_02.jpg) left top no-repeat;
	width:525px;
	height:24px;
	color:#ff0000;
	font-weight:bold;
	font-size:120%;
	margin:0 auto 15px;
	padding:10px 30px 0;
	text-align:left;
	clear:both;
}

/* ----- ----- */

.main_txt p{
	line-height:150%;
	margin-top:8px;
	margin-bottom:20px;
}
h3#area_top{
	background:url(../img/consul/area_top.jpg) left top no-repeat;
	text-align:center;
	padding-top:20px;
	margin-bottom:10px;
}

.main_txt p.l_txt{
	width:330px;
	margin-left:15px;
	margin-bottom:20px;
	float:left;
}
/* IE6用ハック */
*html .main_txt p.l_txt{
	margin-left:7px;
}
#area{
	background:url(../img/consul/area_body.jpg) left top repeat-y;
	text-align:center;
	clear:both;
	margin-bottom:30px;
}
#area_bot{
	background:url(../img/consul/area_bottom.jpg) left bottom repeat-y;
	padding-bottom:20px;
}
/* IE6用ハック */
*html #area_bot{
	margin-bottom:-20px;
}
/* IE7用ハック */
*:first-child+html #area_bot{
	margin-bottom:-20px;
}

#area p{
	width:560px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#area .check{
	background:url(../img/consul/check.jpg) 5px 5px no-repeat;
	width:560px;
	margin:20px auto;
	text-align:left;
}
#area .check li{
	margin:5px 0 5px 75px;
}
/* IE6用ハック */
*html .check li{
	margin:0 0 5px 75px;
}

#area p.txt_box{
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	width:470px;
}
.flow{
	margin-left:65px;
}