@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{
	position: relative;
    width: 690px;
	margin: 0 auto;
	color: #333;
	background-color: #FFF;
	padding: 0 5px 0 105px;
	border-right: solid 2px #E8B4C7;
	border-left: solid 2px #E8B4C7;
	background-image: url(../image/site/title.gif);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: solid 5px #000;
}
div#header h1{
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 12px;
}
div#header h2{
	font-size: 24px;
}
div#header h2 a{
	color: #000;
	text-decoration: none;
}
div#header h2 a:hover{
	color: #000;
	text-decoration: none;
}
div#header p.description{
	font-size: 14px;
}

div#header .menu ul li{
	font-size: 12px;
	float: left;
	width: 97px;
	padding: 0 0 8px 0;
	list-style: none;
	list-style-position: outside;
}
div#header .menu ul li a{
	color: #0465CC;
	font-weight: bold;
	text-decoration: none;
}
div#header .menu ul li.list_top{
	padding-left: 8px;
}

div#header .menu ul li.list_4{
	width: 95px;
	padding-left: 2px;
}
div#header .menu ul li.list_5{
	width: 91px;
	padding-left: 4px;
}

div#header .menu ul li.list_9{
	padding-left: 3px;
}
div#header .menu ul li.list_10{
	width: 60px;
}



div#body{
    width: 790px;
	margin: 0 auto;
	color: #333;
	background-color: #FFF;
	padding: 0 5px;
	border-right: solid 2px #E8B4C7;
	border-left: solid 2px #E8B4C7;
}

div#left{
    float: left;
    width: 160px;
	padding: 10px 0;
}
div#left div.category .title{
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 5px;
	height: 20px;
}
div#left div.search-box p{
	padding: 5px;
}
div#left div.category{
    width: 150px;
    border: solid 1px #CCCCCC;
	color: #333;
	background-color: #F0F0F0;
	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#right{
    float: right;
    width: 630px;
	padding: 10px 0;
}


/*トップページ動画紹介*/
div#right div.content{
    margin-bottom: 20px;
}
div#right h2{
	color: #FFF;
	background-color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 0 5px;
	height: 20px;
	margin-bottom: 10px;
}
div#right h3.top-movie-title{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FCC2C7;
	padding: 5px;
}
div#right div.movie_tn{
    float: left;
    width: 328px;
	height: 344px;
	padding-bottom: 15px;
}
div#right div.movie_info{
    float: right;
    width: 287px;
	padding: 0 5px 15px 10px;
}

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: 380px;
}
ul#s li h3.s_title{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FCC2C7;
	padding: 5px;
	margin-bottom: 10px;
}
ul#s li h3.s_title a{
	color: #000;
	text-decoration: none;
}
ul#s li div.s_content .s_title a{
	color: #FFFF00;
}

ul#s li div.s_image{
    float: left;
    width: 240px;
	height: 180px;
}
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;
}

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