@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS トップページ用
----------------------------------------------------------- */

#top {
	background-image: url(../img/top/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#image {
	clear: both;
	height: 270px;
	width: 850px;
	float: left;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/top/image-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#business-area {
	width: 600px;
	background-image: url(../img/top/contents-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
#business-area #b-business dt {
	float: left;
	width: 250px;
}
#business-area #b-business dd {
	float: right;
	width: 330px;
	font-size: 11px;
	line-height: 145%;
	margin-bottom: 8px;
}
#business-area #s-business {
	clear: both;
	float: left;
	width: 330px;
}
#business-area #s-business dt {
	float: left;
	width: 70px;
}
#business-area #s-business dd {
	float: left;
	width: 330px;
}
