@charset "EUC-JP";
#content_area {
	width:950px;
	height:536px;
	_height:546px;
	padding-top:10px;
	position: relative;
	z-index: 0;
	background-image:url(images/content_bg.jpg);
	background-position:0px 10px;
	background-repeat:no-repeat;
}

#content_area p {
	margin: 0px;
	padding: 0px;
}

#content_area img {
	vertical-align: bottom;
	border-style: none;
}

#cover {
	width:950px;
	height:536px;
	z-index: 50;
	/*background-image:url(images/cover.jpg);*/
	background-repeat:no-repeat;
	display:none;
}

#navi {
	display:none;
	width:950px;
	heigh:536px;
	_heigh:546px;
	z-index: 49;
}

#item_area {
	display:none;
}

#item_area .item {
	width: 760px;
	clear:both;
}

#item_area .item .photo {
	float: left;
	background-color: #fff;
}

#item_area .item .photo img {
	padding:5px;
}

#item_area .item .data {
	float: right;
	width: 435px;
	font-family: ¥Ò¥é¥®¥Î³Ñ¥´ Pro W3, Hiragino Kaku Gothic Pro, ¥á¥¤¥ê¥ª, Meiryo, Osaka, £Í£Ó £Ð¥´¥·¥Ã¥¯, MS PGothic, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 166%;
}

#item_area .item .data .item_title {
	margin: 0px;
	padding-top:5px;
	margin-bottom:20px;
	font-size: 24px;
	font-weight: bold;
}

#item_area .item .data .item_detail {
	margin: 0px;
	margin-bottom:20px;
	font-size: 12px;
}

#item_area .item .data .item_photo {
	float:right;
	margin: 0px;
	margin-bottom:20px;
	background-color: #fff;
	padding:5px;
}

#item_area .item .data .item_text {
	float:left;
	width:300px;
	margin: 0px;
	margin-bottom:20px;
}

#bt_close {
	position:absolute;
	left: 916px;
	top: 0px;
	display: block;
	width: 34px;
	height: 33px;
	background-image: url(images/bt_close.gif);
}

#bt_prev {
	display: block;
	position:absolute;
	left: 0px;
	top: 215px;
	width: 30px;
	height: 100px;
	background-image: url(images/bt_prev.gif);
}

#bt_next {
	display: block;
	position:absolute;
	left: 920px;
	top: 215px;
	width: 30px;
	height: 100px;
	background-image: url(images/bt_next.gif);
}

#info {
	font-size: 11px;
	padding-top:5px;
	height: 20px;
}