@charset "UTF-8";
/*
html {
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
	min-width: 960px;
	text-align: center;
}
*/
h1, h2, h3, h4, h5, h6, p, li {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/*====================
	ヘッダー
======================*/
#ske48 {
	margin: 10px auto 0;
	padding: 0 0 25px 0;
	width: 960px;
	height: auto;
}
#ske48 #title {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 655px;
	position:relative;
}
#ske48 #title h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 210px;
}
#ske48 #title .ph {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#ske48 #title div.lead{
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	position:absolute;
	top: 120px;
	left: 52px;
}
#ske48 #title div.lead p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #444444;
	line-height: 140%;
	text-align: left;
}

#ske48 #title div.moviebox{
	margin: 0;
	padding: 0;
	width: 240px;
	height: auto;
	position:absolute;
	top: 411px;
	left: 10px;
}
#ske48 #title div.moviebox .movieheader{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #e3587d;
	line-height: 140%;
	text-align: left;
}
#ske48 #title div.moviebox .movie{
	margin: 0 0 3px 0;
	padding: 0;
	width: 240px;
	height: 193px;
}
#ske48 #title div.moviebox .cap{
	margin: 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	color: #e3587d;
	line-height: 12px;
	text-align: left;
	background: url(./cap_icon.gif) no-repeat 0 0;
}




#ske48 #cntnts {
	margin: 0;
	padding: 0;
	width: 960px;
	height: auto;
	background: url(./bg_dotline.gif) repeat-y 0 0;
	position:relative;
}

#ske48 #cntnts .left, #ske48 #cntnts .right {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 530px;
}
#ske48 #cntnts .left {
	background: url(./body_left.jpg) no-repeat 0 0;
}
#ske48 #cntnts .right {
	background: url(./body_right.jpg) no-repeat 0 0;
}

#ske48 #cntnts .item {
	margin: 0;
	padding: 0;
	width: 450px;
	height: 180px;
	text-align: left;
	position:absolute;
	top: 335px;
	left: 10px;
}
#ske48 #cntnts .guidebook {
	margin: 0;
	padding: 0;
	width: 265px;
	height: 60px;
	text-align: left;
	position:absolute;
	top: 400px;
	left: 153px;
}
#ske48 #cntnts .guidebook p{
	margin: 6px 0 0 0;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	text-align: left;
}




/*====================
	購入ボタン
======================*/
#ske48 #cntnts .buybtn{
	width: 265px;
	height: 40px;
	display:block;
	background:url(./btn.jpg) no-repeat 0 0;
	text-decoration:none;
	outline:none;
	text-indent:-9999px;

	position:absolute;
	top: 475px;
	left: 153px;
}
#ske48 #cntnts .buybtn a{
	width: 265px;
	height: 40px;
	display:block;
	background:url(./btn.jpg) no-repeat 0 0;
	text-decoration:none;
	outline:none;
}
#ske48 #cntnts .buybtn a:hover{
	background:url(./btn_on.jpg) no-repeat 0 0;
	text-decoration:none;
	outline:none;
}




/*====================
	ページトップ
======================*/

#ske48 #page_bottom {
	margin: 5px auto;
	padding: 0;
	width: 960px;
	height:25px;
}
#ske48 #page_bottom .left {
	margin: 0;
	padding: 0;
	width: 650px;
	text-align:left;
}
#ske48 #page_bottom .right{
	margin: 0;
	padding: 5px 0 0 0;
	width: 300px;
	text-align:right;
}

#ske48 #page_bottom p.credit{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #222;
	line-height: 15px;
	text-align: left;
}


#ske48 #page_bottom .right span {
	margin: 0;
	padding: 0 0 0 14px;
	font-size:12px; 
	line-height: 120%; 
	color:#e3587d; 
	font-weight:normal;
	background: url(./cap_icon.gif) no-repeat 0 2px;
	}
#ske48 #page_bottom a {
	color:#e3587d; 
	text-decoration:none;
	}

#ske48 #page_bottom a:hover { 
	color:#e3587d; 
	text-decoration:underline;
	}

