@charset "utf-8";
/* CSS Document */

/*左サイドボックス*/
#left_box{
	width:670px;
	height: auto;
	float: left;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	background-image: url(../image/txt_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 670px;
	clear: both;
	text-align: left;
	padding-left: 18px;
	padding-top: 10px;
	margin: 0px;
}

/*ホームページ制作*/
#homepage{
	width:670px;
	height: auto;
	margin-bottom: 20px;
}

#homepage ul{
	margin: 0px;
	padding: 0px;
}

#homepage li#hp01{
	background-image: url(../image/hp01.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 210px;
	float: left;
}

#homepage li#hp02{
	background-image: url(../image/hp02.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 210px;
	float: left;
	margin-left: 20px;
}

#homepage li#hp03{
	background-image: url(../image/hp03.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 210px;
	float: left;
	margin-left: 20px;
}

#homepage .copy{
	text-align: left;
	padding-top: 38px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	line-height: 15px;
}

#homepage .detail_bt{
	margin: 0px;
}

/*トップテキスト*/
#toptxt{
	width: 670px;
	background-image: url(../image/toptxt_bg.jpg);
	height: 120px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#toptxt p{
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-right: 90px;
	padding-left: 5px;
	padding-top: 5px;
}

/*パートナー*/
#partner{
	width: 670px;
	background-image: url(../image/partner.jpg);
	height: 180px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#partner p{
	text-align: left;
	padding-top: 50px;
	padding-left: 205px;
	font-size: 12px;
	line-height: 17px;
	padding-right: 10px;
}

/*ホームページ実績*/
#works{
	width:670px;
	height: auto;
	margin-bottom: 20px;
}

#works ul{
	margin: 0px;
	padding: 0px;
}

#works li{
	background-image: url(../image/hp01.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 210px;
	float: left;
}

#works li p#copy{
	text-align: left;
	padding-top: 38px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	line-height: 15px;
	font-size: 12px;
}

/*トピックス*/
#topics{
	width:670px;
	height: auto;
	margin-bottom: 20px;
}

#topics ul{
	margin: 0px;
	padding: 0px;
}

#topics li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#topics li p{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}


/*右サイドボックス*/
#right_box{
	width:210px;
	height: auto;
	float: left;
	margin-left: 35px;
}

#area_box{
	width:208px;
	height: auto;
	background-image: url(../image/area.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#area_box p{
	font-size:11px;
	text-align: left;
	padding-top: 45px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 15px;
	color: #666;
}

