@charset "UTF-8";

/*------------------------------------------------

 common.css

------------------------------------------------*/

/* general rules
================================================*/
/* html
------------------------------------------------*/
html {
	overflow-y: scroll;
}

/* body
------------------------------------------------*/
body {
	margin: 0;
	background: #FFF url("../images/body_bg.jpg") repeat-x center top;
	color: #333;
	font-size: 11px;
	font-family:"ＭＳ Ｐゴシック",Verdana,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, sans-serif;
	*font-size: small;
	*font: x-small;
}
* + html body {
	font-family: "メイリオ", Meiryo;
}

/* 99% for safari; 100% is too large */
select,
input,
textarea
{
	font: 99%;
}

/* Bump up !IE to get to 13px equivalent */
pre,
code
{
	font: 115% monospace;
	*font-size: 100%;
}

/* link
------------------------------------------------*/
a:link { color: #084086; text-decoration: underline; }
a:visited { color: #084086; text-decoration: underline; }
a:hover, a:active { color: #084086; text-decoration: none; }


/* img
------------------------------------------------*/
img { border: 0; vertical-align: bottom; }
a:active img { text-decoration: none; }

/* text
------------------------------------------------*/
strong { font-weight: bold; font-size: 120%; line-height: 1.3; letter-spacing: 0em; }
em { font-weight: bold; font-style: normal; line-height: 1.2; }
address { font-style: normal; }

/* h1, h2, h3, h4
------------------------------------------------*/
h1, h2, h3, h4 {
	line-height: 1.4;
	letter-spacing: 0em;
}

/* paragraph
------------------------------------------------*/
p { margin: 0 0 0 0; }
.lastChild { margin-bottom: 0; }
.mgT15 { margin-top: 15px; }
.mgB15 { margin-top: 15px; }
p.img { margin: 0 0 0.25em; }
p.paragraph { line-height: 1.5em; }

/* list
------------------------------------------------*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
ul li ul {
	list-style: circle;
	margin: 0;
	padding: 0;
}
ul.disc {
	list-style: disc inside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}
dl dt {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}



/* table
------------------------------------------------*/
table {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	font-size: inherit;
	font: 100%;
	line-height: 1.3;
}
table th {
	padding: 0.3em 0.5em;
	font-weight: normal;
	text-align: left;
}
table td {
	padding: 0.3em 0.5em;
}
caption {
	padding: 0 0 0.5em;
	color: #333;
	font-weight: bold;
	text-align: left;
	caption-side: top;
}
table td { margin: 0 0 0.1em; }

/* form
--------------------------------------*/
input, textarea { padding: 0; }
option { padding-left: 5px; }


/* common rules
================================================*/
/* link
------------------------------------------------*/
a.color:link { color: #333; text-decoration: none; }
a.color:visited { color: #333; text-decoration: none; }
a.color:hover, a.color:active { color: #333; text-decoration: underline; }
a.none:link, a.none:visited, a.none:hover, a.none:active { text-decoration: none; }



/* clear
------------------------------------------------*/
.clear { clear: both; }

/* align
------------------------------------------------*/
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.top { vertical-align: top; }

/* text
------------------------------------------------*/
.f-xxxl { font-size: 131%; } /*16px*/
.f-xxl { font-size: 123.1%; } /*15px*/
.f-xl { font-size: 116%; } /*14px*/
.f-l { font-size: 108%; } /*13px*/
.f-s { font-size: 93%; } /*11px*/
.f-xs { font-size: 85%; } /*10px*/
.f-xxs { font-size: 77%; } /*9px*/
.f-warning { color: #C00; }
.f-ora { color: #ff6000; }
.f-navy { color: #11458e; }
.f-sky { color: #309de0; }
.f-gy { color: #666; }
.f-wt { color: #FFF; }
.f-plain { font-weight: normal; }
.f-bold { font-weight: bold; }



/* table
------------------------------------------------*/
table.plain {
	clear: both;
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border: none;
	font-size: 100%;
	line-height: 1.3;
}
table.plain th {
	padding: 0.3em 1em 0.3em 0;
	border: none;
	background: #FFF;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.plain td {
	border: none;
	padding: 0.3em 0;
	text-align: left;
}

table.line {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border: none;
	font-size: 100%;
	line-height: 1.5;
}
table.line th {
	padding: 0.5em 1em;
	border: none;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: transparent;
	color: #9067A8;
	text-align: left;
	vertical-align: top;
}
table.line td {
	padding: 0.5em 1em;
	border: none;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background: transparent;
	text-align: left;
}
table.line td table.line {
	margin: 0 0 0.7em;
	font-size: 80%;
}
table .nowrap { white-space: nowrap; }


/* margin
------------------------------------------------*/
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.ml10 {
	margin-left:10px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.ml50 {
	margin-left:50px;
}
.mr10 {
	margin-right:10px;
}
.mr15 {
	margin-right:15px;
}
.mr20 {
	margin-right:20px;
}
.lt10 {
	margin-top:10px;
	margin-left:10px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}

/* float
------------------------------------------------*/
.Lfloat {
	float:left;
}

.Rfloat {
	float:right;
}

/* img float
------------------------------------------------*/
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL0 {
	float: left;
	margin: 0 10px 0 0;
}
.imgR0 {
	float: right;
	margin: 0 0 0 10px;
}

/* [hack] overflow
--------------------------------------*/
.overflow,
.overflow ul {
	_zoom: 1;
	overflow: hidden;
}

/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* general layout
================================================*/
/*  wrap
------------------------------------------------*/
div#wrap {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: url("../images/wrap_bg.jpg") no-repeat center top;
}

/* header
------------------------------------------------*/
div#header {
	position: relative;
	width: 980px;
	height:75px;
	margin:0px;
}

/* logo */
p#logo {
	position: absolute;
	top: 0;
	left: 0;
}

/* btn */
#header .btn1 {
	position: absolute;
	top:  0px;
	left: 727px;
}

#header .btn2 {
	position: absolute;
	top:  0px;
	left: 855px;
}

/* navi */
div#navi {
	position: absolute;
/*	width: 670px; */
	width: 730px;
	top:  42px;
	right: 0px;
}
input.search {
	margin: 0px;
	padding:0px;
	width:  200px;
	height: 18px;
}
input.search_btn {
	margin:0px;
	padding:0px;
	width:  40px;
}

div#navi ul { float: right; margin-top: 5px;margin-left: 10px;list-style-type: none;}
div#navi ul li { float: left; padding-left: 22px;}
div#navi ul li.none { padding-left: 0;}



/* gnavi
------------------------------------------------*/
/* gnavi */
div#gnavi {
	clear:both;
	height:42px;
	background:url("../images/gnavi.gif") no-repeat;
	text-align:center;
	margin:10px 0px 20px 10px;
}

div#gnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#gnavi li {
	text-indent: -9999px;
	float:left;
	width:107px;
	margin: 0;
	padding: 0;
}

#gnavi a{
	display: block;
	height: 42px;
	background:url("../images/gnavi.gif") no-repeat;
}

#gn1 a {width:107px;background-position: 0 0;}
#gn2 a {width:107px;background-position: 0 -107px;}
#gn3 a {width:107px;background-position: 0 -214px;}
#gn4 a {width:107px;background-position: 0 -321px;}
#gn5 a {width:107px;background-position: 0 -428px;}
#gn6 a {width:107px;background-position: 0 -535px;}
#gn7 a {width:106px;background-position: 0 -641px;}
#gn8 a {width:106px;background-position: 0 -747px;}
#gn9 a {width:106px;background-position: 0 -853px;}

#gn1 a:hover, #gn1 a.this {background-position: 0px -42px;}
#gn2 a:hover, #gn2 a.this {background-position: -107px -42px;}
#gn3 a:hover, #gn3 a.this {background-position: -214px -42px;}
#gn4 a:hover, #gn4 a.this {background-position: -321px -42px;}
#gn5 a:hover, #gn5 a.this {background-position: -428px -42px;}
#gn6 a:hover, #gn6 a.this {background-position: -535px -42px;}
#gn7 a:hover, #gn7 a.this {background-position: -642px -42px;}
#gn8 a:hover, #gn8 a.this {background-position: -749px -42px;}
#gn9 a:hover, #gn9 a.this {background-position: -856px -42px;}

/*  Breadcrumb
------------------------------------------------*/
#Breadcrumb {
	font-size:10px;
	margin: 5px 0px 20px 0px;
	text-align: left;
}


/*  h2
------------------------------------------------*/
h2 {
	font-weight: bold;
	margin-bottom: 3px;
}



/* Inner
------------------------------------------------*/
div#Inner {
	width:940px;
	clear:both;
	margin:0px auto;
}

div#Inner .topCon_JS {
	margin-bottom:10px;
}



/* main
------------------------------------------------*/
div#main {
	width:700px;
	float:left;	line-height: 1.2em;
}

/* mainAll
------------------------------------------------*/
div#mainAll {
	width:940px;
}




/* go
------------------------------------------------*/
.goList {
	width:700px;
}

.goList p, .goList span {
	background:url("../images/navi_right.gif") no-repeat center left;
	float:right;
	padding-left:15px;
	margin:10px 0px 20px 0px;
}

.goTop {
	width:970px;
	margin: 30px 0 10px;
}

.goTop p {
	float:right;
	background:url("../images/navi_top.gif") no-repeat center left;
	text-align:right;
	padding-left:15px;
	padding-right:10px;
}

*html .goTop p {
	margin:10px 0px 0px 0px;
}


ul.goDetail li {
	background:url("../images/navi_right.gif") no-repeat center left;
	padding-left:15px;
}



/* side
------------------------------------------------*/
div#side {
	float:right;
	width:225px;
}


/* calener */
div#side #calendar {
	background:url("../images/side_calender_bg.gif");
	padding-bottom: 15px;
}

div#side #calendar .Lfloat {
	margin:5px 0px 0px 10px;
}

*html div#side #calendar .Lfloat {
	margin:2px 0px 0px 5px;
}

div#side #calendar .Rfloat {
	width:145px;
	margin-right:12px;
}

*html div#side #calendar .Rfloat {
	margin-right:6px;
}

div#side #calendar li {
	text-indent: -9999px;
	float:left;
	width:145px;
	margin: 0;
	padding: 0;
}

#calendar a{
	display: block;
	height: 25px;
	background:url("../images/side_calender_btn.gif") no-repeat;
}

#cb1 a{width:145px;background-position: 0px 0px;}
#cb2 a{width:145px;margin-top:2px;background-position: 0px -50px;}
#cb3 a{width:145px;margin-top:2px;background-position: 0px -100px;}

#cb1 a:hover{background-position: 0px -25px;}
#cb2 a:hover{background-position: 0px -75px;}
#cb3 a:hover{background-position: 0px -125px;}


/* sideEvent */

#sideEvent {
	border:1px solid #bebebe;
}


#sideEvent dl.sideEventTopics {
	float: left;
	width: 130px;
	margin-left: 10px;
}


#sideEvent dl.sideEventTopics dt {
	line-height:1.2em;
	padding-top:10px;
	font-weight: bold;
}

#sideEvent dl.sideEventTopics dd {
	font-size:83%;
	padding-top:5px;
}

#sideEvent dl.sideEventInfo {
	width: 200px;
	margin-left: 10px;
}


#sideEvent dl.sideEventInfo dt {
	line-height:1.2em;
	padding-top:10px;
	font-weight: bold;
}

#sideEvent dl.sideEventInfo dd { font-size:83%; }


.eventgoList {
	text-align:right;
}

.eventgoList p {
	text-align:right;
	background:url("../images/navi_right.gif") no-repeat center left;
	padding-left:15px;
	margin:10px 0px 10px 80px;
	width:120px;
}

*html .eventgoList p {
	margin:10px 10px 10px 0px;
}

/* nico */

.niconico {
	margin-top:10px;
	background:url("../images/side_nico_bg.gif");
	width:225px;
	height:308px;
}

.niconico p {
	position: relative;
	top:  3px;
	left: 60px;
}


/* footer
------------------------------------------------*/
div#footer {
	border-top:1px solid #bebebe;
	text-align:center;
	padding-top:15px;
}

div#footer p {
	padding-bottom:10px;
}




/* 下層 side
------------------------------------------------*/

/* category */
div#side .sideCategory, div#side .sideCategoryMagazine {
	background:url("../images/side_category_bg.gif") repeat;
	margin-bottom:10px;
	border:1px solid #bebebe;
}

div#side .sideCategory ul, div#side .sideCategoryMagazine ul {
	list-style-type: none;
	margin:  0px;
	padding: 10px 15px;
}

div#side .sideCategoryMagazine ul {
	padding: 0 15px 10px;
}

div#side .sideCategory li, div#side .sideCategoryMagazine li {
	background:url("../images/side_category_icon.gif") no-repeat left top;
	padding: 3px 0 3px 15px;
}

div#side .sideCategory li a {
	color:#333;
}

div#side .sideCategory .this {
	font-weight:bold;
	color:#084086;
}




/* category（iconなし） */
div#side .sideNone li {
	background: none;
	padding: 5px 0;
}



/* official */
div#side .official {
	margin-top:10px;
	text-align:center;
	border:1px solid #bebebe;
}

div#side .official ul {
	list-style-type: none;
	margin:0px 0px;
	padding:5px 0px;
}

div#side .official li {
	padding: 2px 0;
}

/* recommend */
div#side .recommend {
	margin-top:10px;
	padding-bottom: 10px;
	border:1px solid #ff6000
}

div#side .recommend ul {
	margin-top: 10px;
}

div#side .recommend ul li {
	width: 210px;
	margin: 5px 0 5px 10px;
}

div#side .recommend ul li p.recommendTitle {
	margin-bottom: 5px;
	font-weight: bold;
}

div#side .recommend ul li p.recommendTxt {
	float: left;
	width: 130px;
	margin: 3px 0 0 10px;
	font-size: 83%;
}




/* 検索エリア
------------------------------------------------*/
.searchArea {
 padding-left:50px;
}

.searchArea table,.searchArea tr, .searchArea td {
	margin:0px;
	padding:0px;
	border:none;
	font-size:100%;
}

.searchArea input, .searchArea textarea {
	margin:0px;
	padding:0px;
}

.searchArea .sACategory {
	width:116px;
	height:20px;
}

.searchArea .sATitle {
	width:112px;
	height:20px;
}

.searchArea .sASpace {
	width:181px;
	height:20px;
}

.moreSearch {
	background:url("../images/navi_right.gif") no-repeat center left;
	text-align:left;
	padding-left:15px;
}

.searchArea .newSort {
	margin:10px 0px;
	text-align:right;
}

.searchResult {
	padding: 7px;
	background: #e4e4e4;
}


.searchDetail {
	width: 700px;
}


.searchDetailInner {
	margin: 20px 0;
	padding: 30px;
	border: 3px solid #309de0;
}


.searchDetailInner table tr {}
.searchDetailInner table th {
	width: 12em;
	font-weight: bold;
	padding: 5px 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #FFF;
}
.searchDetailInner table td {
	padding: 5px 0px 5px 10px;
}

.searchDetailInner table td ul {
	width: 425px;
}

.searchDetailInner table td ul li {
	float: left;
	width: 85px;
}



/* ページング
------------------------------------------------*/
.paging {
    margin: 20px 0;
    text-align: center;
}

.paging a { padding: 5px 10px; }

.paging a:link,
.paging a:visited {
	color: #333;
	text-decoration: none;
}

.paging a:hover { text-decoration: underline;}


.paging .current {
	padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #CCC;
}



/* AddClips
------------------------------------------------*/
.addclips {
	background: #EFEFEF;
	padding: 5px;
	margin: 10px 0;
}



/* sideLatest */

#sideLatest {
	border:1px solid #bebebe;
}

#sideLatest dl.sideLatestInfo {
	width: 200px;
	margin-left: 10px;
}


#sideLatest dl.sideLatestInfo dt {
	line-height:1.2em;
	padding:10px 0 3px;
	font-weight: bold;
}

#sideLatest dl.sideLatestInfo dd {
	font-size:95%;
	font-weight: bold;
}


.sideLatestgoList {
	text-align:right;
}

.sideLatestgoList p {
	text-align:right;
	background:url("../images/navi_right.gif") no-repeat center left;
	padding-left:15px;
	margin:10px 0px 10px 80px;
	width:120px;
}

*html .sideLatestgoList p {
	margin:10px 10px 10px 0px;
}