@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/homepage/area_top.jpg) left top no-repeat;
	text-align:center;
	padding-top:20px;
	margin-bottom:10px;
}
#area{
	background:url(../img/homepage/area_body.jpg) left top repeat-y;
	text-align:center;
}
#area_bot{
	background:url(../img/homepage/area_bottom.jpg) left bottom repeat-y;
	padding-bottom:20px;
	clear:both;
}
/* IE6用ハック */
*html #area_bot{
	margin-bottom:-20px;
}
/* IE7用ハック */
*:first-child+html #area_bot{
	margin-bottom:-20px;
}
#area h4{
	margin-bottom:20px;
	clear:both;
}
#area h5{
	margin-bottom:15px;
	clear:both;
}
#area ul,#area p{
	width:560px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#area ul.banner_li li{
	float:left;
}
#area ul.txt_li{
	width:500px;
	margin-bottom:20px;
}
#area ul.txt_li li{
	background:url(../img/homepage/list.jpg) left 2px no-repeat;
	font-size:120%;
	font-weight:bold;
	color:#ff0000;
	margin-bottom:5px;
	padding-left:15px;
}

#area p.l_txt{
	width:330px;
	margin-left:15px;
	margin-bottom:20px;
	float:left;
}
/* IE6用ハック */
*html #area p.l_txt{
	margin-left:7px;
}
#area .ref{
	background:url(../img/homepage/refe_back.jpg) left bottom no-repeat;
	width:212px;
	min-height:224;
	margin-right:15px;
	margin-bottom:20px;
	float:right;
}
/* IE6用ハック */
*html #area .ref{
	margin-right:7px;
}
#area .ref .ref_head{
	background:url(../img/homepage/refe_back_top.jpg) left top no-repeat;
	width:auto;
	margin:0;
	padding:10px 10px 5px;
	text-align:left;
	color:#ff0000;
}
/* IE6用ハック */
*html #area .ref .ref_head{
	background:url(../img/homepage/refe_back_top.jpg) left 1px no-repeat;
	margin-top:-5px;
}
#area .ref p{
	width:185px;
	margin-left:auto;
	margin-right:auto;
}

#awave{
	background:url(../img/option/awave_back.jpg) left top no-repeat;
	width:558px;
	height:209px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:left;
	padding-top:15px;
}
#awave h5,#awave p{
	margin-left:15px;
	margin-right:15px;
	width:340px;
}

.w_150{
	width:150px;
	float:left;
}