/*
common.cssの後に記述して各セレクタの内容を上書きするように使用してください。
*/


#boxMiddle{
	background:url(../img/bg03.gif) left bottom no-repeat;
}

/*コンテンツ部分*/
#boxContents{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:760px;
	margin-top:25px;
	padding:0 0 20px 0;
}
#boxContents h2{
	width:710px;
}
/*下バナー*/
#banner {
	margin-top:20px;
}
#banner ul li {
	margin:0;
	padding:0;
	width: 240px;
	display: inline;
	list-style-type: none;
}


.boxLeftSpace{
	background:url(../img/bg02.gif) left top repeat-y;
	width:510px;
	float:left;
}
.boxRightSpace{
	width:235px;
	float:right;
}

.boxRightSpace p{
	margin:1px 0 10px 5px;
	width:225px;
}
