@charset "utf-8";

body{
	font-size: 12px;
	background: #dbe57b;
}

.indexbg01,
.indexbg02,
#SecondBnrArea{
	min-width:1320px;
}
#base_container.container_1280{
	width:1320px;
}



.indexbg01{
	background:url(../images/index_bg01.gif) top center repeat-y;
}
.indexbg02{
	background:url(../images/index_bg02.gif) top center no-repeat;
}


#base_container{
	margin:0 auto;
	padding:0 0 60px 0;
}
#main{
	margin:0;
	padding-left: 20px;
	width:auto;
}
#main h2{
	border: none;
	margin-bottom: 0;
}
#LeftArea{
	float:left;
	width: 280px;
}
#RightContainer{
	float:left;
	width: 1000px;
}
#RightContainer .sortInner{
	width: 1020px;
}

.more{
	margin:5px 15px 0 15px;
}
.more a{
	display:block;
	float:right;
	border-radius: 5px;
	padding:0 15px;
	color:#FFF;
	font-size: 76%;
	line-height:1.8;
	text-align:center;
	text-decoration:none;
}
.more a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.more a span{
	padding:0 0 0 15px;
	background:url(../common/images/arrow04.png) left center no-repeat;
}




/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
onairArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#onairArea{
	width: 260px;
	margin-top: 18px;
	border-radius: 5px;
	background:#3b3b3b;
	overflow:hidden;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
}
#onairArea h2{
	padding:10px 0;
	text-align:center;
	background:url(../images/onairArea_bg01.gif) top left repeat;
}
#onairArea img{
	vertical-align:top;
}
#onairArea ul{
	padding:10px 0 10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/onairArea_bg01.gif) top left repeat;
}
#onairArea li{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
#onairArea li a{
	vertical-align:top;
}
#onairArea .onairBox{
	height:234px;
	overflow:auto;
}
#onairArea .onairBox::-webkit-scrollbar {
    width: 22px;
}
#onairArea .onairBox::-webkit-scrollbar-button{
	position:relative;
	height:22px;
	background:#8a8a8a;
}
#onairArea .onairBox::-webkit-scrollbar-button:decrement{
	border-bottom: 2px solid #2a2a2a;
	background:url(../images/onairArea_icon01.png) center center no-repeat #8a8a8a;
}
#onairArea .onairBox::-webkit-scrollbar-button:increment{
	border-top: 2px solid #2a2a2a;
	background:url(../images/onairArea_icon02.png) center center no-repeat #8a8a8a;
}
#onairArea .onairBox::-webkit-scrollbar-track {
	background:#2a2a2a;
}
 
#onairArea .onairBox::-webkit-scrollbar-thumb {
	background:#8a8a8a;
}
#onairArea .onairBox::-webkit-scrollbar-button:decrement:hover,
#onairArea .onairBox::-webkit-scrollbar-button:increment:hover,
#onairArea .onairBox::-webkit-scrollbar-thumb:hover{
	background-color:#7a7a7a;
}
#onairArea .tableArea{
	padding:0 3px;
	zoom:1;
}
#onairArea th,
#onairArea td{
	padding:5px;
	color:#FFF;
	line-height:1.4;
	vertical-align:top;
}
#onairArea th{
	padding:5px 1em 5px 10px;
	font-weight: bold;
}
#onairArea td{
	padding-right: 5px;
	word-break:break-all;
}
#onairArea td a{
	color:#FFF;
	text-decoration:none;
}
#onairArea td a:hover{
	text-decoration:underline;
}

#onairArea .current th,
#onairArea .current td{
	color:#333;
	background:#c0d300;
}
#onairArea .current td a{
	color:#333;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
NewsArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#NewsArea{
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 15px;
	background:#FFF;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#NewsArea h2{
	padding: 10px 0;
	text-align:center;
	line-height:1;
	background:#0061c4;
}
#NewsArea h2 img{
	vertical-align:top;
}
#NewsArea ul{
	/*padding:5px 15px;*/
}
#NewsArea li{
	padding:15px 0;
	line-height:1.4;
	width: 100%;
}
#NewsArea li:nth-child(2n){
	background-color: #f2f2f2;
}
#NewsArea li a{
	display:block;
	padding: 0 5%;
	color:#333;
	text-decoration:none;
	/*background:url(../common/images/arrow03.gif) left 0.4em no-repeat;*/
}
#NewsArea li a:hover{
	text-decoration:underline;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#NewsArea li a img{
	width: 100%;
	margin-bottom: 5px;
}
#NewsArea .more a{
	background:#0061c4;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
WeatherArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#WeatherArea{
	position:relative;
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 5px;
	background:#FFF;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#WeatherArea h2{
	border-bottom: 2px solid #0061c4;
	padding:10px 0 10px 35px;
	line-height:1;
}
#WeatherArea h2 img{
	vertical-align:top;
}
#WeatherArea ul{
	margin-top: 10px;
}
#WeatherArea li{
	text-align:center;
}
#area_txt{
	position:absolute;
	top:11px;
	left:143px;
	width: 100px;
	text-align:center;
}
#WeatherArea .more a{
	background:#0061c4;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
horoscope
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#horoscope{
	position:relative;
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 5px;
	background:#FFF;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#horoscope h2{
	border-bottom: 2px solid #a647af;
	padding:10px 0 10px 35px;
	line-height:1;
}
#horoscope h2 img{
	vertical-align:top;
}
#horoscope div{
	margin:15px 16px 0 16px;
	padding-left: 38px;
}
#horoscope .rank1{
	background:url(../images/horoscope_icon01.gif) left 10px no-repeat;
}
#horoscope div p{
	float:left;
	margin:0 15px 0 0;
	line-height:1;
}
#horoscope div p img{
	vertical-align:top;
}
#horoscope div dl{
	line-height:1.6;
}
#horoscope div dt{
	font-weight: bold;
}
#horoscope .more a{
	background:#a647af;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
post
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*#post{
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 5px;
	background:#f76936;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}*/
#post{
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	background:#fff;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}

#post h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
}
#post h2 img{
	vertical-align:top;
}
#post ul{
	text-align:center;
	line-height:1;
}
#post li{
	display:inline-block;
	border-radius: 3px;
	overflow:hidden;
}
#post li a{
	display:block;
	zoom:1;
}
#post a:hover,
#post li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#post li img{
	vertical-align:top;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
metele_55th
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*#metele_55th{
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 5px;
	background:#f76936;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}*/
#metele_55th{
	width: 260px;
	margin-top: 20px;
	border-radius: 5px;
	background:#fff;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}

#metele_55th h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
}
#metele_55th h2 img{
	vertical-align:top;
}
#metele_55th ul{
	text-align:center;
	line-height:1;
}
#metele_55th li{
	display:inline-block;
	border-radius: 3px;
	overflow:hidden;
}
#metele_55th li a{
	display:block;
	zoom:1;
}
#metele_55th a:hover,
#metele_55th li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#metele_55th li img{
	vertical-align:top;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
?軏{?{?b?N?X
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.leftAreaBox{
	margin-top:20px;
}
.leftAreaBox a{
	display:block;
	zoom:1;
}
.leftAreaBox a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
LeftBnrArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#LeftBnrArea{
	width: 260px;
}
#LeftBnrArea ul{
	line-height:1;
}
#LeftBnrArea li{
	margin-top: 10px;
	border-radius: 5px;
	overflow:hidden;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
}
#LeftBnrArea li a{
	display:block;
	zoom:1;
}
#LeftBnrArea li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#LeftBnrArea li img{
	vertical-align:top;
	width: 260px;
	height: auto;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
mainArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#mainArea{
	position:relative;
	width: 660px;
	height:250px;
	margin-top: 18px;
	border-radius: 5px;
	background:#3b3b3b;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainArea .vi{
	display:none;
	position:absolute;
	top:5px;
	left:5px;
}
#mainArea .vi li{
	position:absolute;
	top:0;
	left:0;
	width: 426px;
	border-radius: 4px;
	line-height:1;
	cursor:pointer;
	overflow:hidden;
}
#mainArea .vi li img{
	vertical-align:top;
}
#mainArea .vi li p{
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	margin:0;
	color:#FFF;
	line-height:1.4;
	background:url(../images/mainarea_bg01.png) top left repeat;
}
#mainArea .vi li p span{
	position:relative;
	display:block;
	padding:5px 20px 5px 8px;
}
#mainArea .vi li p img{
	position: absolute;
	top:5px;
	right:5px;
}
#mainArea .thumb{
	position:absolute;
	top:5px;
	right:5px;
	width: 212px;
}
#mainArea .thumb span{
	position:absolute;
	top:0;
	left:-7px;
	display:block;
	width: 217px;
	height:58px;
	background:url(../images/mainarea_thumb_frame.gif) top left no-repeat;
	cursor:pointer;
}
#mainArea .thumb li{
	float:left; 
	margin-bottom: 3px;
	line-height:1;
}
#mainArea .thumb li a{
	display:block;
}
#mainArea .thumb li img{
	vertical-align:top;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
advertisement
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#advertisement{
	width: 320px;
	margin-top: 20px;
	text-align:center;
}
#advertisement h2{
	width: 300px;
	margin:0 auto 5px auto;
}
#advertisement h2 img{
	float:right;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
PickupArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#pickupArea{
	width: 320px;
	margin-top: 16px;
}
#pickupArea h2{
	position:relative;
	width: 100%;
	height:54px;
	text-indent:-100%;
	background:url(../images/pickup_h01.png) top left no-repeat;
	overflow:hidden;
	z-index:1;
}
#pickupArea .inner{
	position:relative;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	padding:0 0 10px 0;
	background:#faf4be;
	overflow:hidden;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
}
#pickupArea li{
	margin:0 15px 8px 15px;
	padding:7px;
	background:#FFF;
}
#pickupArea li a{
	display:table;
	width: 100%;
	color:#333;
	text-decoration:none;
}
#pickupArea li a:hover{
	text-decoration:underline;
}
#pickupArea li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#pickupArea li span,
#pickupArea li dl{
	display:table-cell;
}
#pickupArea li span{
	vertical-align:middle;
	width: 105px
}
#pickupArea li img{
	vertical-align:top;
	width:100px;
	height:auto;
}
#pickupArea li dl{
	padding:0px 0px 0px 7px;
	vertical-align:top;
}
#pickupArea li dt{
	font-weight: bold;
}
#pickupArea.min{
	display:none;
	width: 320px;
	margin-top: 16px;
}
#pickupArea.min h2{
	background:url(../images/pickup_h01min.png) top left no-repeat;
}
#pickupArea.min .slide{
	padding-left: 10px;
}

* html #pickupArea li a{
	display:block;
	zoom:1;
}
* html #pickupArea li span{
	display:block;
	float:left;
}
* html #pickupArea li dl{
	display:block;
	float:left;
}

*:first-child+html #pickupArea li a{
	display:block;
	zoom:1;
}
*:first-child+html #pickupArea li span{
	display:block;
	float:left;
}
*:first-child+html #pickupArea li dl{
	display:block;
	float:left;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
mainBnrArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#mainBnrArea{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	background:#fdfadc;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainBnrArea ul{
	margin-left: 10px;
	padding:14px 0 0 0;
}
#mainBnrArea li{
	float:left;
	width: 145px;
	margin:0 10px 12px 0;
}
#mainBnrArea li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#mainBnrArea li img{
	border-radius: 5px;
	vertical-align:top;
	width: 145px;
	height: 105px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
WhatsnewArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#WhatsnewArea{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background:#f2f2f2;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#WhatsnewArea h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #f14399;
}
#WhatsnewArea h2 img{
	vertical-align:top;
}
#WhatsnewArea ul{
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #f2f2f2;
}
#WhatsnewArea li a{
	display:block;
	width: 100%;
	padding:20px 0 15px;
	color:#333;
	text-decoration:none;
}
#WhatsnewArea li .no_link{
	display:table;
	width: 100%;
	padding:10px 0;
}
#WhatsnewArea li a{
	display:table;
}
#WhatsnewArea li.odd a{
	background:#FFF;
}
#WhatsnewArea li.odd .no_link{
	background:#FFF;
}
#WhatsnewArea.oddliBG{
	background:#fff;	
}
#WhatsnewArea li a:hover{
	text-decoration:underline;
}
#WhatsnewArea li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#WhatsnewArea li a:hover p{
	text-decoration:none;
}
#WhatsnewArea li span{
	display:block;
	/*padding-left: 15px;*/
	/*width: 1%;*/
	text-align: center;
	margin-bottom: 10px;
}

#WhatsnewArea li img {
  height: auto;
  vertical-align: top;
  width: 280px;
}

* html #WhatsnewArea li span{
	width: auto;
}
* html #WhatsnewArea li span img{
	margin-right: 15px;
}
*:first-child+html #WhatsnewArea li span{
	width: auto;
}
*:first-child+html #WhatsnewArea li span img{
	margin-right: 15px;
}
#WhatsnewArea li div{
	padding:0 15px;
}
#WhatsnewArea li span,
#WhatsnewArea li div{
	/*display:table-cell;*/
	vertical-align:top;
}
#WhatsnewArea li img{
	/*float:left;*/
}
#WhatsnewArea li p{
	display:inline-block;
	margin-bottom: 0;
	border-radius: 5px;
	padding:0 12px;
	color:#FFF;
	font-size: 76%;
	line-height:1.6;
	background:#2ea6d8;
}
* html #WhatsnewArea li p{
	display:inline;
}
*:first-child+html #WhatsnewArea li p{
	display:inline;
}
#WhatsnewArea li dl{
}
#WhatsnewArea li dt{
	font-weight: bold;
}
#WhatsnewArea .more a{
	background:#f14399;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
event
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#event{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background:#f2f2f2;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#event h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #2ea6d8;
}
#event h2 img{
	vertical-align:top;
}
#event ul{
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #f2f2f2;
}
#event li a{
	display:block;
	width: 100%;
	padding:10px 0;
	color:#333;
	text-decoration:none;
}
#event li a{
	display:table;
}
#event li.odd a{
	background:#FFF;
}
#event.oddliBG{
	background:#fff;	
}

#event li a:hover{
	text-decoration:underline;
}
#event li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#event li a:hover p{
	text-decoration:none;
}
#event li span{
	display:block;
	padding-left: 15px;
	width: 1%;
}
* html #event li span{
	width: auto;
}
* html #event li span img{
	margin-right: 15px;
}
*:first-child+html #event li span{
	width: auto;
}
*:first-child+html #event li span img{
	margin-right: 15px;
}
#event li div{
	padding:0 15px;
}
#event li span,
#event li div{
	display:table-cell;
	vertical-align:top;
}
#event li img{
	float:left;
}
#event li p{
	display:inline-block;
	margin-bottom: 0;
	border-radius: 5px;
	padding:0 12px;
	color:#FFF;
	font-size: 76%;
	line-height:1.6;
	background:#2ea6d8;
}
* html #event li p{
	display:inline;
}
*:first-child+html #event li p{
	display:inline;
}
#event li dl{
}
#event li dt{
	font-weight: bold;
}
#event .more a{
	background:#2ea6d8;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
InfoArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#InfoArea{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding:20px 0 10px 0;
	background:url(../images/infoarea_bg01.png) right bottom no-repeat #fdfadc;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#InfoArea h2{
	text-align:center;
}
#InfoArea ul{
	margin:5px 10px 0 10px;
}
#InfoArea li{
	border-bottom: 1px dotted #333;
	padding:10px 5px 10px 15px;
	background:url(../common/images/arrow05.png) 7px 1em no-repeat;
}
#InfoArea li.last-child{
	border: none;
}
#InfoArea li a{
	display:block;
	color:#333;
	text-decoration:none;
}
#InfoArea li a:hover{
	text-decoration:underline;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
movie
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#movie{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#movie div{
	border: 5px solid #909090;
	padding:7px 20px 3px 20px;
	background:url(../images/movie_bg01.gif) top center repeat-y;
}
#movie h2{
	padding:15px 0 0 0;
	text-align:center;
	line-height:1;
	background:#FFF;
}
#movie h2 img{
	vertical-align:top;
}
#movie ul{
	padding-bottom: 15px;
	background:#FFF;
}
#movie li{
	padding-top: 15px;
	text-align:center;
}
#movie li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#movie li img{
	vertical-align:top;
	width:234px;
	height:auto;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
preview
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#preview{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background:#f2f2f2;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#preview h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #3a9d0e;
}
#preview h2 img{
	vertical-align:top;
}
#preview ul{
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #f2f2f2;
}
#preview li a{
	display:block;
	width: 100%;
	padding:10px 0;
	color:#333;
	text-decoration:none;
}
#preview li a{
	display:table;
}
#preview li.odd a{
	background:#FFF;
}
#preview.oddliBG{
	background:#fff;	
}

#preview li a:hover{
	text-decoration:underline;
}
#preview li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#preview li a:hover p{
	text-decoration:none;
}
#preview li span{
	display:block;
	padding-left: 15px;
	width: 1%;
}
* html #preview li span{
	width: auto;
}
* html #preview li span img{
	margin-right: 15px;
}
*:first-child+html #preview li span{
	width: auto;
}
*:first-child+html #preview li span img{
	margin-right: 15px;
}
#preview li div{
	padding:0 15px;
}
#preview li span,
#preview li div{
	display:table-cell;
	vertical-align:top;
}
#preview li img{
	float:left;
}
#preview li p{
	display:inline-block;
	margin-bottom: 0;
	border-radius: 5px;
	padding:0 12px;
	color:#FFF;
	font-size: 76%;
	line-height:1.6;
	background:#2ea6d8;
}
* html #preview li p{
	display:inline;
}
*:first-child+html #preview li p{
	display:inline;
}
#preview li dl{
}
#preview li dt{
	font-weight: bold;
}
#preview .more a{
	background:#3a9d0e;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
anaArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#anaArea{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background:#FFF;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#anaArea h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #9a77d4;
}
#anaArea h2 img{
	vertical-align:top;
}
#anaArea ul{
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #FFF;
}
#anaArea li a{
	display:block;
	width: 100%;
	padding:20px 0 15px;
	color:#333;
	text-decoration:none;
}
#anaArea li a{
	display:table;
}
#anaArea li.odd a{
	background:#f2f2f2;
}
#anaArea.oddliBG{
	background:#f2f2f2;	
}

#anaArea li a:hover{
	text-decoration:underline;
}
#anaArea li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#anaArea li a:hover p{
	text-decoration:none;
}
#anaArea li span{
	display:block;
	padding-left: 15px;
	width: 1%;
}
* html #anaArea li span{
	width: auto;
}
* html #anaArea li span img{
	margin-right: 15px;
}
*:first-child+html #anaArea li span{
	width: auto;
}
*:first-child+html #anaArea li span img{
	margin-right: 15px;
}
#anaArea li div{
	padding:0 15px;
}
#anaArea li span,
#anaArea li div{
	display:table-cell;
	vertical-align:top;
}
#anaArea li img{
	/*float:left;*/
}
/*#anaArea li p{
	display:inline-block;
	margin-bottom: 0;
	border-radius: 5px;
	padding:0 12px;
	color:#FFF;
	font-size: 76%;
	line-height:1.6;
	background:#2ea6d8;
}
* html #anaArea li p{
	display:inline;
}
*:first-child+html #anaArea li p{
	display:inline;
}*/

#anaArea li .anablog-img {
	text-align: center;
	margin-bottom: 10px;
}
#anaArea li .anablog-title{
	padding:0 15px;
	font-weight: bold;
}
#anaArea li .anablog-by {
	padding:0 15px;
}

#anaArea li dl{
}
#anaArea li dt{
	font-weight: bold;
}
#anaArea .more a{
	background:#9a77d4;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
MecolleArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#mecolleArea{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	background:#f2f2f2;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#mecolleArea h2{
	padding:10px 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #ffad33;
}
#mecolleArea h2 img{
	vertical-align:top;
}
#mecolleArea ul{
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #f2f2f2;
}
#mecolleArea li a{
	display:block;
	width: 100%;
	padding:10px 0;
	color:#333;
	text-decoration:none;
}
#mecolleArea li a{
	display:table;
}
#mecolleArea li a:hover{
	text-decoration:underline;
}
#mecolleArea li a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#mecolleArea li a:hover p{
	text-decoration:none;
}
#mecolleArea li span{
	display:block;
	padding-left: 15px;
	width: 1%;
}
* html #mecolleArea li span{
	width: auto;
}
* html #mecolleArea li span img{
	margin-right: 15px;
}
*:first-child+html #mecolleArea li span{
	width: auto;
}
*:first-child+html #mecolleArea li span img{
	margin-right: 15px;
}
#mecolleArea li div{
	padding:0 15px;
}
#mecolleArea li span,
#mecolleArea li div{
	display:table-cell;
	vertical-align:top;
}
#mecolleArea li img{
	float:left;
}
#mecolleArea li p{
	display:inline-block;
	margin-bottom: 0;
	border-radius: 5px;
	padding:0 12px;
	color:#FFF;
	font-size: 76%;
	line-height:1.6;
	background:#2ea6d8;
}
* html #mecolleArea li p{
	display:inline;
}
*:first-child+html #mecolleArea li p{
	display:inline;
}
#mecolleArea li dt{
	font-weight: bold;
}
#mecolleArea .more a{
	background:#ffad33;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sns
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#sns{
	margin-top: 20px;
}
#sns a{
	display:block;
	width: 320px;
	height:310px;
	background:url(../images/sns_bg01.png) top left no-repeat;
}
#sns h2{
	padding-top: 35px;
	text-align:center;
	line-height:1;
}
#sns ul{
	padding: 5px 22px;
	overflow: hidden;
}
#sns li{
	margin: 20px 0 0 23px;
	width: 60px;
	float: left;
}
#sns a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
#sns img{
	vertical-align:top;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SecondBnrArea
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#SecondBnrArea{
	padding:15px 0;
	background:url(../images/secondbnrarea_bg01.gif) top left repeat;
}
#SecondBnrArea .inner{
	position:relative;
	width: 1280px;
	margin:0 auto;
}
#SecondBnrArea .slide{
	position:relative;
	width: 1200px;
	margin-left: 40px;
	overflow:hidden;
}
#SecondBnrArea img{
	width: 100%;
	vertical-align:top;
}
#SecondBnrArea .slide img{
	width: 225px;
	height: 78px;
}
#SecondBnrArea .prev,
#SecondBnrArea .next{
	position:absolute;
	top:22px;
	width: 36px;
	cursor:pointer;
}
#SecondBnrArea .prev{
	left:0;
}
#SecondBnrArea .next{
	right:0;
}
#SecondBnrArea li{
	float:left;
	width: 225px;
	margin:0 8px;
	line-height:1;
}
#SecondBnrArea li a{
	display:block;
}
#SecondBnrArea li a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
freeSpace1
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#freeSpace1{
	display:none;
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	background:#e8e8e8;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#freeSpace1 p{
	margin:0;
	text-align:center;
	line-height:240px;
	vertical-align:middle;
}

#timeline{
	margin-top: 20px;
	border-radius: 5px;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	background-color: #fff;
	padding-bottom: 10px;
}

#timeline h2{
	padding:10px 0;
	border-radius: 5px 5px 0 0;
	text-align:center;
	line-height:1;
	background:url(../images/line01t.png) left bottom repeat-x #3FC02E;
}
#timeline h2 img{
	vertical-align:top;
}
#timeline .timeline-box {
	border-radius: 0 0 5px 5px;
	padding-top: 10px;
	background:url(../images/line01b.png) left top repeat-x #fff;
}

#timeline .dnptl-widget > iframe {
	width: 320px;
	height: 492px;
	border-radius: 5px;
	overflow:hidden;
}

#timeline .more a{
	background:#3FC02E;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
freeSpace2
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#freeSpace2{
	width: 320px;
	margin-top: 20px;
	border-radius: 5px;
	background:#e8e8e8;
	box-shadow:0 0 7px 0 rgba(0,0,0,0.2);
	overflow:hidden;
}
#freeSpace2 p{
	margin:0;
	text-align:center;
	line-height:240px;
	vertical-align:middle;
}
#freeSpace2 .caption{
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	background:rgba(0,0,0,0.5);
}
#freeSpace2 .caption p{
	padding:10px;
	color:#FFF;
	font-size: 90%;
	line-height:1.8;
	text-align:left;
}





/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
ie6,ie7
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
* html .indexbg01,
* html .indexbg02{
	zoom:1;
}
* html #onairArea li{
	display:inline;
}
*:first-child+html #onairArea li{
	display:inline;
}
* html #post li{
	display:inline;
}
*:first-child+html #post li{
	display:inline;
	margin:0 1px;
}
* html #RightContainer .sortInner{
	width: 1000px;
}


@media only screen and (max-width: 1298px){
#base_container.container_1280{
	width:980px;
	margin:0 auto;
	overflow:visible;
}
.indexbg01,
.indexbg02{
	min-width:980px;
}
#RightContainer{
	width: 680px;
}
#RightContainer .sortInner{
	width: 680px;
}
#mainBnrArea{
	width: 660px;
}
#mainBnrArea ul{
	margin-left: 15px;
}
#mainBnrArea li{
	margin-right: 15px;
}

#SecondBnrArea{
	min-width:980px;
}
#SecondBnrArea .inner{
	width: 940px;
}
#SecondBnrArea .slide{
	width: 880px;
	margin-left: 30px;
}
#SecondBnrArea li{
	width: 168px;
	margin:0 4px;
}
#SecondBnrArea .slide img{
	width: 168px;
	height: 59px;
}
#SecondBnrArea .prev,
#SecondBnrArea .next{
	width: 27px;
}
}
@media only screen and (max-width: 980px){

}

/*--------------------------------------------------*/
/*clearfix*/
/*--------------------------------------------------*/
#main,
#horoscope div,
#advertisement h2,
#mainBnrArea ul,
#pickupArea ul,
#WhatsnewArea li,
#WhatsnewArea li a,
#event li,
#event li a,
#anaArea li,
#anaArea li a,
#mecolleArea li,
#mecolleArea li a,
.more,
#SecondBnrArea ul{
	zoom:1;
}
#main:after,
#horoscope div:after,
#advertisement h2:after,
#mainBnrArea ul:after,
#pickupArea ul:after,
#WhatsnewArea li:after,
#WhatsnewArea li a:after,
#event li:after,
#event li a:after,
#anaArea li:after,
#anaArea li a:after,
#mecolleArea li:after,
#mecolleArea li a:after,
.more:after,
#SecondBnrArea ul:after{
	content: ""; 
	display: block; 
	clear: both;
}