div#main /*styleRewrite*/ {
	width: auto;
	margin-top: 0;
	background: url("../images/detail_main_bg.gif") repeat-x;
}

div#main div.inner {
	width: 910px;
	margin: 0 auto 30px;
}

div#main div.text {
	float: right;
	width: 495px;
}

div#main div.text .entrytitle {
	font-size: 340%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	line-height: 120%;
}

div#main div.text p.lead {
	margin: 20px 0;
	font-weight: bold;
}

div#main div.text div.entrybody {
	margin: 20px 0;
}

div#main div.text p.end {
	display: inline;
	margin: 20px 0 0;
	padding: 2px;
	color: #dd0000;
	background-color: #ffffff;
	border: 1px solid #dd0000;
}

div#main div.img {
	float: left;
	width: 400px;
}

div#main div.img div.mainimg {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div#main div.img ul.btn {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

