@charset "Shift_JIS";
/* CSS Document */
	
/*	common
===================================================================*/
body {
	margin: 0; padding: 0; background: #081138 url(../img/bg_main.jpg) top center no-repeat;
}


div#contents {
	clear:both; width: 768px; height: 505px; background: url(../img/bg_contents.jpg) top center no-repeat; margin: 0 auto; padding-top: 55px;
}

div#contents_detail {
	 position: relative; clear:both; width: 768px; height: 505px; background: url(../img/bg_contents_detail.jpg) top center no-repeat; margin: 0 auto; padding-top: 55px;
}


/*	詳細ボタン
===================================================================*/
p#btn_prev {
	position:absolute; top: 440px; left: 15px; width: 64px; height: 64px;
}

p#btn_prev a {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/btn_prev.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

p#btn_next {
	position:absolute; top: 440px; right: 15px; width: 64px; height: 64px;
}

p#btn_next a {
	display: block;
	width: 64px;
	height: 64px;
	background: url(../img/btn_next.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

p#btn_backtop {
	position:absolute; top: 453px; left: 173px; width: 190px; height: 32px;
}

p#btn_backtop a {
	display: block;
	width: 190px;
	height: 32px;
	background: url(../img/btn_backtop.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
p#btn_prev a:hover,
p#btn_next a:hover,
p#btn_backtop a:hover {
	background-position: bottom;
}
