@charset "UTF-8";

/*---INITIALIZE------------*/


*{
	margin:0;
	padding:0;
}

img{
	border:0;
	vertical-align:bottom;
}

ul{
	list-style:inside;
}

a{
	color:#0000cc;
	text-decoration:none;
}

a:link{
	color:#0000cc;
	text-decoration:underline;
}

a:visited{
	color:#0000cc;
	text-decoration:underline;
}

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

span.category a{
	color:#cc0000;
	text-decoration:none;
}

span.category a:link{
	color:#cc0000;
	text-decoration:underline;
}

span.category a:visited{
	color:#cc0000;
	text-decoration:underline;
}

span.category a:hover{
	color:#ff0000;
	text-decoration:none;
}


/*---UTILITY------------*/

.f_clear{
	clear:both;
	font-size:0em;
	line-height:0em;
}

.align_center{text-align:center;}
.align_left{text-align:left;}
.align_right{text-align:right;}

.margintop_10{
	margin-top:10px;
}

.padding_10{
	padding:10px;
}

.dotline{
	background:url('../img_global/dotline.gif') repeat-x bottom;
}

#dotline{
	width:100%;
	height:1px;
	background:url('../img_global/dotline.gif') repeat-x bottom;
}


/*---BASIC LAYOUT------------*/

body{
	background:#454545 url('../img_global/body_bg.jpg') repeat-x;
	color:#444444;
	text-align:center;
	font-family:Verdana,'ＭＳ P ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,sans-serif;
	font-size:62.5%;
	line-height:1.4em;
}

#header{
	position:relative;
	width:800px;
	height:120px;	/*グローバルナビドロップダウン化により変更（105→120）*/
	margin:auto;
	text-align:left;
	background:url('../img_global/header_bg.jpg') no-repeat;
}

#container{
	width:100%;
	background-color:#000000;
}

#contents{
	width:800px;
	margin:auto;
	padding:15px 0 30px 0;
	text-align:left;
}

#left_contents{
	float:left;
	width:125px;
	font-size:1px;
	line-height:1em;
}

#right_contents{
	float:right;
	width:660px;
}

#footer{
	width:100%;
	height:60px;
	background:url('../img_global/footer_bg.jpg') repeat-x;
}


/*---H------------*/

h1{
	width:660px;
	padding:21px 0 0 10px;
	background:url('../img_global/h1_bg.gif') no-repeat;
	color:#e5ce5e;
	font-size:2em;
	font-family:'Arial Black',sans-serif;
	line-height:2.5em;
}	

h2{
	margin:15px 0 0 0;
	color:#ffffff;
	font-size:1.8em;
	font-family:'Arial Black',sans-serif;
	font-weight:bold;
	line-height:1em;
}	

h3{
	margin:0px 0 10px 0;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
	line-height:1em;
}	

h4{
	margin:15px 0 8px 0;
	color:#555555;
	font-size:1.4em;
	font-weight:bold;
	line-height:1em;
}	


/*---FONT------------*/

p{
	margin:5px 0;
	padding:0 0 5px 0;
}

.l{
	font-size:1.4em;
}

.m{
	font-size:1.2em;
}

.s{
	font-size:1.0em;
}


/*---FIX ELEMENT------------*/

#pstc_mark{
	position:absolute;
	top:11px;
	left:0;
}

#pstc_type{
	position:absolute;
	top:43px;
	left:72px;
}
#bellmare{
	position:absolute;
	top:44px;
	right:0;
}

#copyright{
	position:relative;
	top:33px;
	width:183px;
	height:5px;
	margin:auto;
	background:url('../img_global/copyright.gif') no-repeat;
	text-indent:-9999px;
}


/*---GLOBAL NAVIGATION------------*/

.btn_d{
	display:block;
	margin-bottom:1px;
}

.btn_o{
	display:none;
	margin-bottom:1px;
}


/*---NEWS PARTS------------*/

span.new{
	display: none;
	color: red;
	font-size:0;
	line-height:0;
}


/*---LIST NARROW AREA------------*/

#right_contents_wrapper{
	margin:15px 0 0 0;
	width:660px;
}

#right_contents_left{
	float:left;
	width:525px;
}

#right_contents_right{
	float:right;
	width:120px;
}

#news-n_area{
	/*ローカルで定義*/
}

#news-n_area dl#news{
	padding:5px 10px;
}

#news-n_area dl#news dt{
	margin-bottom:2px;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
}

#news-n_area dl#news dt span.date{
	margin-left:3px;
	color:#999999;
}

#news-n_area dl#news dt span.category{
	margin-left:5px;
	color:#cc0000;
}

#news-n_area dl#news dd.title{
	margin:5px 0 10px 0;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
}

#news-n_area dl#news dd.summary{
	margin:4px 0 6px 0;
	padding-bottom:4px;
	color:#999999;
	font-size:0.9em;
	line-height:1.2em;
}


/*---LIST WIDE AREA------------*/

#contents-w_area{
	background:url('../img_global/contents-w_bg.gif') repeat-y;
}

#contents-w_area dl#news{
	padding:5px 10px;
}

#contents-w_area dl#news dt{
	margin-bottom:2px;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
}

#contents-w_area dl#news dt span.date{
	margin-left:3px;
	color:#999999;
}

#contents-w_area dl#news dt span.category{
	margin-left:5px;
	color:#cc0000;
}

#contents-w_area dl#news dd.title{
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#contents-w_area dl#news dd.body{
	margin:4px 0 6px 0;
	padding-bottom:4px;
}

#contents-w_area dl#news dd.body p{
	margin:10px 0 20px 0;
	font-size:1.2em;
}


/*---PLAYER PROFILE------------*/

div.player{
	width:310px;
	margin:0;
	padding:10px 10px 0 0;
	float:left;
}

div.player div.photo_area{
	width:120px;
	margin:0;
	padding:0;
	float:left;
}

div.player div.profile_area{
	width:190px;
	margin:0;
	padding:0;
	float:left;
}

div.player div.profile_area div.number{
	margin:0;
	padding:5px;
	color:#990000;
	font-weight:bold;
}

div.player div.profile_area div.name{
	margin:0;
	padding:5px;
	border-top:1px solid #990000;
	border-bottom:1px solid #e2c85c;
	background-color:#fffcee;
}

div.player div.profile_area div.career{
	margin:0;
	padding:5px;
}


/*---STAFF PROFILE------------*/

div.staff{
	width:630px;
	height:115px;
	margin:0;
	padding:10px 0 0 0;
}

div.staff div.photo_area{
	width:90px;
	margin:0;
	padding:0;
	float:left;
}

div.staff div.profile_area{
	width:540px;
	margin:0;
	padding:0;
	float:left;
}

div.staff div.profile_area div.number{
	margin:0;
	padding:5px;
	color:#990000;
	font-weight:bold;
}

div.staff div.profile_area div.name{
	margin:0;
	padding:5px;
	border-top:1px solid #990000;
	border-bottom:1px solid #e2c85c;
	background-color:#fffcee;
}

div.staff div.profile_area div.career{
	margin:0;
	padding:5px;
}


/*---TABLE------------*/

table.common_table{
	margin:10px 0 0 0;
	background:#999999;
}

table.common_table th{
	padding:5px;
	background:#eeeeee;
	color:#000000;
}

table.common_table td{
	padding:5px;
	background:#ffffff;
}


/*---TEXT------------*/

.text_red{
	color:#ff0000;
}

.text_blue{
	color:#0000ff;
}

.text_white{
	color:#ffffff;
}

.text_white a{
	color:#ffffff;
}

.text_gray{
	color:#999999;
}

.text_gray a{
	color:#999999;
}


/*---BLOG------------*/

ul.blog li{
	margin-bottom:0.6em;
	color:#cccccc;
	list-style:inside;
	line-height:1.2em;
}

ul.blog li a{
	margin-bottom:0.6em;
	color:#cccccc;
	list-style:inside;
	line-height:1.2em;
}


