@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
	padding: 0;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../image/site/bg.gif);
	background-repeat:repeat;
}

img , img a{
    border: 0;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
p{
    padding: 5px 0;
}
a{
    color: #0079CA;
	text-decoration: underline;
}

.green,.green a{
    color: #00FF00;
}

.clear{
    clear: both;
}
.clear_left{
    clear: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
.small{
    font-size: small;
}
.red{
	color: #F00;
}

div#header{
    width: 1000px;
	height: 120px;
	margin: 0 auto;
	color: #333;
	background-color: #FFF;
}
h1{
	padding-top: 8px;
	padding-left: 19px;
}

div#body{
    width: 990px;
	margin: 0 auto;
	color: #333;
	background-color: #FFF;
	padding: 0 5px;
}

p.description{
	text-align: center;
	font-size: 12px;
	height: 13px;
	padding: 5px 0;
	color: #FFF;
	background: #000;

}

div#left{
    float: left;
    width: 160px;
	padding: 10px 0;
}
div#left div.category .title{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	margin-top: 5px;
	height: 16px;
	background-image: url(../image/site/bg_left_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: dotted 1px #333;
}
div#left div.search-box p{
	padding: 5px;
}
div#left div.category{
    width: 150px;
    border: solid 1px #999999;
	color: #333333;
	background-color: #FDFDFD;
	margin-bottom: 20px;
	font-size: 12px;
}
div#left div.category ul{
    list-style: none;
	list-style-position: outside;
	padding: 0 5px 8px 5px;
}
div#left div.category ul li{
    width: 70px;
    float: left;
	padding: 5px 0;
}
div#left div.category ol{
    list-style: none;
	list-style-position: inside;
	padding: 8px 5px;
	line-height: 180%;
}
div#left p{
	padding: 5px;
}


div#right{
    float: right;
    width: 820px;
	padding: 10px 0;
}


/*トップページ動画紹介*/
div#right div.content{
    margin-bottom: 20px;
}
div#right h2{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 0 70px;
	height: 28px;
	background-image: url(../image/site/bg-right-title.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div#right h2.top_vip{
	background-image: url(../image/site/top_vip.gif);
}

/*サブ右*/
div#right-sub{
	float: right;
	width: 168px;
	padding: 10px 6px;
	color:#000;
	background-color: #FDFDFD;
	border: solid 1px #999999;
}
div#right-sub h3{
	padding: 5px;
	font-weight: bold;
	border-bottom: dotted 1px #999999;
	margin-bottom: 10px;
}
div#right-sub div.movie_tn{
    width: 168px;
	height: 184px;
	padding-bottom: 15px;
}
div#right-sub div.movie_info{
	padding: 0 5px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
}


div#left-sub{
	float: left;
	width: 620px;

}

ul#vip{
    border: solid 1px #999999;
	color: #333333;
	background-color: #FDFDFD;
    list-style-type: none;
	list-style-position: outside;
}
ul#vip li{
    padding: 10px 10px 10px 10px;
}

/*VIP検索結果*/
ul#vip li div.vip_content{
    float: right;
	width:280px;
}
ul#vip li h3.vip_title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
}

ul#vip li div.vip_content .s_title a{
	color: #FFFF00;
}

ul#vip li div.vip_image{
    float: left;
    width: 300px;
	height: 225px;
}

ul#vip li p.vip_link{
	font-size: 12px;
	text-align: right;
	color: #0079CA;
}
ul#vip li p.vip_link a{
	color: #0079CA;
	font-weight: bold;
}
div#footer-sub{
	clear: both;
	padding-top: 15px;
}


ul#s{
    list-style-type: none;
	list-style-position: outside;
}
ul#s li{
    padding: 0 0 20px 0;
}

/*検索結果*/
ul#s li div.s_content{
    float: right;
	width: 500px;
}
ul#s li h3.s_title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
}
ul#s li h3.s_title a{
	color: #CF1010;
	text-decoration: none;
}
ul#s li div.s_content .s_title a{
	color: #FFFF00;
}

ul#s li div.s_image{
    float: left;
    width: 300px;
	height: 225px;
}
ul#s li div.s_image img{
    border: solid 1px #FFFFFF;
}

ul#s li p.s_link{
	font-size: 12px;
	text-align: right;
	color: #0079CA;
}
ul#s li p.s_link a{
	color: #0079CA;
	font-weight: bold;
}

.footer-navi{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

div#footer{
    clear: both;
	text-align: center;
	font-size: 12px;
}