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

body {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 160%;
}

#container {
	width:850px;
	margin: 0 auto;
	background: url(../images/back_middle.jpg) 20px 0px repeat-y;
}

#logo {
	margin:18px 28px 0 79px;
	float:left;
	display: inline;
}

#title_top {
	margin:18px 0 0 0;
	float:left;
}

#header {
	width:830px;
	margin:0;
	padding-left:20px;
	background-color:#FFF;
}

.clear {
	clear:both;
}

.img-left {
	float:left;
	margin-right:10px;
}

.sp10 {margin-top:10px;}
.sp20 {margin-top:20px;}
.sp30 {margin-top:30px;}

#main {
	margin:0;
	display: inline-block;
}

#navi {
	background:url(../images/back_navi.jpg) no-repeat right top;
	float:left;
	width:240px;
	height:416px;
	margin:0;
	padding:45px 0 0 0;
	display: inline;
}

.navi_btn {
	margin-top:6px;
}


#content {
	float:left;
	width:492px;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: -200;
	margin-left: 60px;
}

.content-main {
	margin:15px 10px 0 10px;
}

.main-left {
	float:left;
	width:90px;
}

.main-right {
	float:right;
	width:370px;
}

#bottom {
	height:326px;
	margin:0 0 0 0;
	display: inline-table;
	background-image: url(../images/back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}

#bottom_cont {
	margin:150px 0 0 291px;
	width:540px;
}

#btn-mae {
margin-left:19px;
float:left;
}

#btn-tugi {
margin-right:67px;
float:right;
}

#pagetop {
margin-left:395px;
margin-top:10px;
}

#footer{
	background:url(../img/footer/footer_line.jpg) no-repeat top;
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
	width:800px;
}

#footer-left {
float:left;
width:380px;
}

#footer-right {
float:right;
margin-right:0px;
}

#menu_ue {margin:10px 0 0 0;}
#nemu_shita {margin:10px 0 0 0;}

#menu_1 { margin-left:6px;}
#menu_2 { margin-left:24px;}
#menu_3 { margin-left:36px;}
#menu_4 { margin-left:37px;}
#menu_5 { margin-left:0;}
#menu_6 { margin-left:19px;}
#menu_7 { margin-left:20px;}
#menu_8 { margin-left:21px;}
#menu_9 { margin-left:22px;}

#footer_menu {
	margin:30px 0 0 0px;
}

.footer_menu_img {
margin-left:9px;
}

#copy {
margin:13px 0 0 0;
}
 
/* 動画コンテンツページ */

#movie_cont{
	width:830px;
	margin:20px 0 20px 3px;
	padding:0;
	float:left;
}

#movie_box{
	width:830px;
	height:497px;
	float:left;
	margin:0;
	padding:0;
}

#movie_box h1{
	margin:0;
	padding:0;
}

#movie_list{
	width:830px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
}

#movie_list ul{
	width:830px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#movie_list li{
	width:270px;
	height:95px;
	padding:0;
	float:left;
}

.vol_01{
	width:270px;
	height:95px;
	margin:0 10px 0 0;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol01_on.jpg) no-repeat;
}

.vol_01 a{
	width:270px;
	height:95px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol01_off.jpg) no-repeat;
	outline:hidden;
}

.vol_01 a:hover{
	background:url(../../movie/img/vol01_on.jpg) no-repeat;
}

.vol_02{
	width:270px;
	height:95px;
	margin:0 10px 0 0;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol02_on.jpg) no-repeat;
}

.vol_02 a{
	width:270px;
	height:95px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol02_off.jpg) no-repeat;
	outline:hidden;
}

.vol_02 a:hover{
	background:url(../../movie/img/vol02_on.jpg) no-repeat;
}

.vol_03{
	width:270px;
	height:95px;
	margin:0;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol03_on.jpg) no-repeat;
}

.vol_03 a{
	width:270px;
	height:95px;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url(../../movie/img/vol03_off.jpg) no-repeat;
	outline:hidden;
}

.vol_03 a:hover{
	background:url(../../movie/img/vol03_on.jpg) no-repeat;
}

