@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	-apple-text-size-adjust: none;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#023118;
	font-family:Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img { border-style:none;
	vertical-align: top;}

a img { border-style:none; }

#base{
	margin:0 auto;
	width:1000px;
	font-size:12px;
	background-color:#000;
	padding-top:10px;
	padding-bottom:35px;
}

#header{
	background-image:url(images/main.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:280px;
	height:370px;
	padding-left:35px;
}

#contents{
	background-image:url(images/line.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:840px;
	margin-left:45px;
	background-color:#4b0302;
	padding:70px 35px 35px 35px;
}

#contents_bottom{
	width:840px;
	margin-left:45px;
}

.box{
	width:840px;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #AD911B;
}

.box{
	width:840px;
	margin-bottom:40px;
	padding-bottom:40px;
}

.box_pic{
	width:840px;
	background-image:url(images/pic2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:40px;
	padding-bottom:40px;
	height:300px;
}

.dvd{
	width:840px;
	height:140px;
}

.bluray{
	width:840px;
	height:160px;
}

.pic_button{
	width:840px;
	text-align:right;
	margin-top:20px;
}

#copy{
	width:960px;
	text-align:center;
	margin:0 auto;
	padding:20px 20px 20px 20px;
	font-size:11px;
	color:#fff;
	background-color:#4b0302;
	line-height:180%;
}

.copylink{
	padding-left:10px;
}

.copylink a{
	color:#fff;
	text-decoration:none;
}

.copylink a:hover{
	color:#ccc;
	text-decoration:none;
}