#wrapper2 p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 7px;
	}

/*メイン画像*/
#main_image{
	width:870px;
	height: 290px;
}

/*サブタイトル*/
#sub_title{
	width:830px;
}

/*左側*/
#contents01{
	width:415px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*左側スタッフボックス*/
#contents01 #staff{
	width:405px;
	margin-right: 5px;
	background-image: url(image/staff_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 500px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: 5px;
}

/*右側*/
#contents02{
	width:405px;
	float: left;
}

/*右側スタッフボックス*/
#contents02 #staff{
	width:405px;
	background-image: url(image/staff_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 500px;
	margin-top: 0px;
	margin-bottom: 15px;
}

