@charset "utf-8";

/* CSS Informaition ****************************************

	FileName		layout.css
	Descripton		レイアウト用
	
***********************************************************/

#wrapper{
	width:945px;
	margin:0 auto;
}

#header{
	height:75px;
	position:relative;
}

#mainv{
	width:945px;
	height:391px;
	background:url(../images/top/mainv.png) no-repeat;
}

*html #sidebar{
	width:227px;
	float:left;
}

#sidebar{
	margin-left:5px;
	width:227px;
	float:left;
}

#contents{
	width:655px;
	float:right;
	margin:20px 10px 0 0;
	padding:0 15px 20px 15px;
	background:url(../images/cbg.png) repeat-y left;
	border-top:1px solid #ccc8c8;
	border-bottom:1px solid #ccc8c8;
}

#index_contents{
	width:670px;
	float:right;
	margin:20px 10px 0 0;
}

#footer{
	clear:both;
	padding:30px 0 0;
}

.service_list { /* dwango mobile用 */
	margin:0 auto;
	width:620px;
}

.service_list .service_list_box {
	margin:1em 0 0 1em;
	float:left;
	width:290px;
}

.service_list h3 {
	margin:0 0 1em 0;
	font-weight:bold;
}

.service_list p {
	margin:0;
}

#contents .dm_text {
	margin:20px 20px 20px 30px;
}