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

/* -----left_side----- */
#contents_top{
	background:url(../img/common/side_back_top.jpg) center 10px no-repeat;
}

/* -----main text----- */
#main{
	width:630px;
	margin-top:10px;
}

/* -----about----- */
#about{
	background:url(../img/index/about_back.jpg) left center no-repeat;
	min-height:195px;
	margin-bottom:20px;
	padding-left:210px;
}
/* IE6用ハック */
*html #about{
	height:195px;
}
#about h2{
	margin-bottom:10px;
}


/* -----service_menu----- */
#service_menu li{
	float:left;
	margin:20px auto 30px;
}


/* -----setsumei----- */
.setsumei{
	margin:5px auto;
	clear:both;
}
.setsumei h3{
	background:url(../img/index/setsumei_back.jpg) left top no-repeat;
	padding-top:8px;
	text-align:center;
}
.setsumei div{
	background:url(../img/index/setsumei_back_bot.jpg) left bottom no-repeat;
	width:312px;
	min-height:210px;
	padding-bottom:10px;
}
/* IE6用ハック */
*html .setsumei div{
	height:210px;
}
.setsumei div p{
	width:295px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}


/* -----results----- */
.results{
	padding:10px 0;
	clear:both;
}
.results h2{
	margin-right:8px;
	float:left;
}
.results li{
	margin-top:5px;
	margin-right:8px;
	float:left;
}
/* IE6用ハック */
*html .results li{
	margin-right:6px;
}
.border_line{
	border-bottom:1px solid #000000;
}

/* -----news----- */
#news{
	width:300px;
	height:320px;
	overflow:auto;
	margin:3px 8px 3px 0;
	padding:7px;
	border:1px solid #dddddd;
	float:right;
}
/* IE6用ハック */
*html #news{
	margin-right:7px;
}
#news li{
	background:url(../img/index/news_list.jpg) left 1px no-repeat;
	text-indent:20px;
	list-style:none;
	line-height:140%;
	margin-bottom:8px;
	padding-right:5px;
}
#news li a{
	color:#cc0000;
	text-decoration:none;
}
#news li a:hover{
	text-decoration:underline;
}

#privacy{
	background:url(../img/index/privacy.jpg) left top no-repeat;
	width:279px;
	height:81px;
	margin-top:5px;
	padding:8px;
}
#privacy a{
	font-weight:bold;
	color:#2210D2;
}