@charset "EUC-JP";

/*=======================================
			base and cullumn Around CSS Allstart
=======================================*/

*+html body {overflow-y:auto;}
body {overflow-y:scroll;}


/* ===================================
	reset Area
	=================================== */

html, body, #bg-all{
	min-height:100%;
}
html, body{
	height:100%;
}
*:first-child+html body{
height:auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	font-size:14px;
	color:#282828;
	word-break:break-all;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
	display:block;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

img{
	border:none;
	padding:0;
	margin:0;
	max-width:100%;
	height:auto;
}



/* ===================================
	color design
=================================== */

/*-----------------------------------------------
	a-design
-----------------------------------------------*/
a {
	color: #03c;
	text-decoration: underline;
	outline:none;
}


a:hover {
color: #c33;
text-decoration: none;
}

.bold{
	font-weight:bold;
}

/* ===================================
	font-size
	=================================== */

.fs-10px{font-size:10px !important;}
.fs-12px{font-size:12px !important;}
.fs-14px{font-size:14px !important;}
.fs-16px{font-size:16px !important;}
.fs-18px{font-size:18px !important;}
.fs-20px{font-size:20px !important;}
.fs-22px{font-size:22px !important;}
.fs-24px{font-size:24px !important;}
.fs-26px{font-size:26px !important;}
.fs-28px{font-size:28px !important;}
.fs-30px{font-size:30px !important;}
.fs-32px{font-size:32px !important;}
.fs-34px{font-size:34px !important;}
.fs-36px{font-size:36px !important;}
.fs-38px{font-size:38px !important;}
.fs-40px{font-size:40px !important;}

/* ===================================
	color
	=================================== */
.f-red{color:#c00 !important;}
.f-orange{color:#FF5C19 !important;}
.f-pink{color:#E30B79 !important;}
.f-blue{color:#06517F !important;}
.f-yellow{color:#DEDB16 !important;}
.f-green{color:#35D235 !important;}


/*================================
			culumn area
================================*/

body{
	background-image:url(/images/top/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
}

/* ---------------------------------------------------
		wrapper
--------------------------------------------------- */
#bg-all{
	background-image:url(/images/top/bg_fixed.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:1920px 1280px;
}

#wrapper{
	margin:0 auto;
	width:1000px;
	background-image:url(/images/top/bg_content.png);
	box-shadow:0 0 8px #fff,0 0 8px #fff;
}

/* ---------------------------------------------------
		h-nav
--------------------------------------------------- */
.h-nav{
	width:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	height:64px;
	background-image:url(/images/top/bg_h-nav.png);
}

.h-nav .positional{
	width:960px;
	position:relative;
	margin:0 auto;
}


.h-nav .h-logo{
	position:absolute;
	z-index:3;
	top:24px;
	left:-20px;
}
.h-nav .h-logo img{
	display:block;
}
.h-nav .hn-wrap{
	width:960px;
	position:absolute;
	z-index:4;
	height:48px;
	padding:8px ;
	margin:0 auto;
}
.h-nav .hn-wrap .btn-hn{
	float:left;
	width:720px;
}
.h-nav .hn-wrap .btn-hn li{
	float:left;
	text-align:center;
	padding:0 1em;
	line-height:32px;
}
.h-nav .hn-wrap .btn-hn li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.h-nav .hn-wrap .btn-hn li a:hover{
	color:#c33;
}
.p-top .h-nav .hn-wrap .btn-hn li.hla-01 a,
.p-search-new .h-nav .hn-wrap .btn-hn li.hla-02 a,
.p-search .h-nav .hn-wrap .btn-hn li.hla-03 a,
.p-month .h-nav .hn-wrap .btn-hn li.hla-04 a,
.p-ranking .h-nav .hn-wrap .btn-hn li.hla-05 a,
.p-contact .h-nav .hn-wrap .btn-hn li.hla-06 a,
.p-sitemap .h-nav .hn-wrap .btn-hn li.hla-07 a{
	color:#c33;
}
.h-nav .hn-wrap .head-search{
	float:right;
	width:240px;
	padding-top:4px;
}
.h-nav .hn-wrap .head-search .search-input{
	float:left;
	width:176px;
}
.h-nav .hn-wrap .head-search .search-input .text-input{
	font-size:14px;
	height:22px;
	border-right:none;
	border:solid 1px #ccc;
	border-radius:0;
	max-width:none;
	width:175px;
}
.h-nav .hn-wrap .head-search .submiter{
	float:right;
	width:64px;
}
.h-nav .hn-wrap .head-search .submiter input{
}


/* ---------------------------------------------------
		head
--------------------------------------------------- */

#header{
}
#header .header-wrap{
	position:relative;
	width:960px;
	height:400px;
	padding:0 20px;
}

#header .h-bnr{
}
#header .h-bnr img{
	display:block;
	height:400px;
}
#header .h-news{
	background-image:url(/images/top/bg_news.png);
	position:absolute;
	z-index:3;
	bottom:0;
	width:960px;
}
#header .h-news p{
	text-align:center;
	font-size:20px;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#header .h-news p strong{
	color:#c33;
	margin-right:1em;
	font-weight:bold;
}


/*-----------------------------------------------------
		container
-----------------------------------------------------*/
#container{
	padding:20px;
}

/*-----------------------------------------------------
		content
-----------------------------------------------------*/
#content{
	float:right;
	width:720px;
}
/*-----------------------------------------------------
		side
-----------------------------------------------------*/
#side{
float:left;
width:232px;
}

#side .side-ttl{
	width:232px;
	height:72px;
	margin-bottom:10px;
	position:relative;
}
#side .side-ttl .inner{
	display:block;
	width:232px;
	height:72px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background-repeat:no-repeat;
}

#side .side-sample .side-ttl .inner{
	background-image:url(/img/side/ttl-samplemovie.png);
}

/*-----------------------------------------------------
		side-sample
-----------------------------------------------------*/

.side-sample{
}
.side-sample .sidet-ttl{
}
.side-sample .side-ttl .date{
	position:absolute;
	bottom:8px;
	right:3px;
	display:block;
	text-align:right;
}


.side-sample ul{
}

.side-sample ul li{
	margin-bottom:5px;
}
.side-sample ul li a{
	display:block;
	text-decoration:none;
	color:#333;
}
.side-sample ul li a img{
	display:block;
	width:232px;
	height:131px;
}
.side-sample ul li a span{
	display:block;
	text-align:center;
}
.side-sample ifamae{
	width:704px;
	height:429px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

/*-----------------------------------------------------
		side-search
-----------------------------------------------------*/

.side-search{
	margin-bottom:20px;
}
.side-search .ss-btnarea{
	padding-bottom:10px;
}
.side-search .ss-btnarea li{
	margin-bottom:10px;
}
.side-search .ss-btnarea li a{
}
.side-search .ss-btnarea li a img{
	display:block;
}

.side-search .keyword-list{
	border:solid 2px #f27f88;
	border-radius:5px;
	padding:8px;
}
.side-search .keyword-list li{
	display:block;
	width:50%;
	float:left;
	margin:2px 0;
}
.side-search .keyword-list li a{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}


#box{
	width:232px;
}


.side-bnrarea{
	padding-top:5px;
}
.side-bnrarea li{
	margin-top:10px;
}
.side-bnrarea li p{
	line-height:1.2;
}

/*------------------------------------------------
			foot culmun Area
------------------------------------------------*/


#footer{
}

.footer-wrap{
	padding:20px 0;
	background-color:#000;
}
.footer-wrap .copyright{
	background-color:#000;
}
.footer-wrap .copyright span{
	text-align:center;
	display:block;
}

.footer-wrap .copyright .cr-top{
	color:#ff3;
	font-size:16px;
}
.footer-wrap .copyright .cr-bottom{
	color:#fff;
	font-size:12px;
}





/* ===================================
	affiliate Area
	=================================== */


.main-bottom-bnrarea{
}
.main-bottom-bnrarea .dmm-ranking{
	width:605px;
	height:205px;
	margin:0 auto;
	overflow:hidden;
}
.main-bottom-bnrarea .dmm-ranking iframe{
	border:none;
	width:605px;
	height:205px;
	overflow:hidden;
}

/* ===================================
	pager Area
	=================================== */


.pager-wrap{
	text-align:right;
	font-size: 22px;
	line-height:1.5;
	font-weight:bold;
	padding:20px 0 10px;
}
.pager-wrap a{
	font-size: 22px;
	font-weight:normal;
	text-decoration:none;
	color:#666
}
.pager-wrap a:hover{
	color:#C33
}
/* ===================================
	formparts-design Area
	=================================== */

.text-input{
border:solid 1px #ccc;
border-radius:5px;
font-size:20px;
font-weight:bold;
max-width:95%;
}

select,option{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* ===================================

	Clearfix Area

	=================================== */
.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
line-height: 0;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* for macIE \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end of for macIE */
