@charset "utf-8";
/* cssリセット(YUI) */
html {
   overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
img {
	vertical-align: top;
}
a {
text-decoration: none;
}
a:link {
	color: #445566;
}
a:hover {
	color: #445566;
	text-decoration: underline;
}
a:visited {
	color: #445566;
}

/* ここから全体指定 */
body {
	font-size: 12px;
	color: #445566;
	border-width: 0px;
	border-style: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height:1.3;

/* ここからグラデ指定 */
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 100% 0%;/* ←100% 100%にすると背景画像の下固定 */

/*　cssでのグラデ制御 
	/* For WebKit (Safari, Google Chrome etc) 
	background: -webkit-gradient(linear, left top, left bottom, from(#052b69), to(#ffffff));
	/* For Mozilla/Gecko (Firefox etc) 
	background: -moz-linear-gradient(top, #052b69, #ffffff);
	/* For Internet Explorer 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF052b69, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF052b69, endColorstr=#FFFFFFFF)";
*/

}
/*　外枠含む全体指定　*/
#page {
	height: auto;
	width: 900px;
	margin: auto;
}
.center {
	margin: auto;
}
/*　ヘッダー */
#header {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #052b69;
}
.header_img {
	height: 45px;
	width: 160px;
	float: left;
}
.header_text {
	height: auto;
	width: auto;
	color: #cccccc;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
}

/*　main visual */
#main_visual {
	height: auto;
	width: 900px;
	margin: auto;
	background-color: #052b69;
	line-height: 0;
	font-size: 0px;
}
/*　ラッパー　*/
#wrapper {
	height: auto;
	width: 100%;
	margin: auto;
}
/*　左のメインコンテンツ　*/
#left {
	height: auto;
	width: 650px;
	margin-right: 2px;
	/*_margin-right: 1px;　←IE6hack　*/
	float: left;
	background-color: #ffffff;
	display: inline;
}
/*　右のモバイルプレビュー　*/
#right {
	height: 920px;/*　←これは仮の数字だから、画像はめたあとで消す　*/
	width: 248px;
	margin: none;
	float: left;
	background-color: #e9eaee;
/*
	filter: alpha(opacity=50);
	opacity: 0.5;
*/
}
iframe {
	overflow-x: hidden;
}

.frame_area {
	width: 228px;
	height: 840px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

/*　左のメインコンテンツ　*/
/*　4つのbox　*/
.box_wrap {
	height: auto;
	width: 640px;
	margin: auto;
}
.box {
	height: auto;
	width: 310px;
	margin: 5px;
	/*_margin: 2.5px;　←IE6hack　*/
	background-color: #e9eaee;
	display: inline;
	float: left;
}
.corner_index {
	height: 32px;
	width: 310px;
	margin: auto;
}
.title {
	height: 35px;
	width: 310px;
	margin: auto;
	font-size: 130%;
	font-weight: bold;
	color: #7a8d9b;
	text-align: center;
	line-height: 35px;
}
.pic_box {
	height: auto;
	width: 310px;
	padding-top: 10px;
	background-color: #ffffff;
	float: left;
	line-height: 0;
}

/*　news　*/
.news_pics {
	height: 194px;/*　←これは仮の数字だから、あとで消す　*/
	width: 310px;
	margin: none;
}
.news_title {
	height: 25px;
	width: 310px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.headline_wrap {
	height: 65px;
	width: 310px;
	padding-top: 5px;
	background-color: #e9eaee;
	color: #445566;
}
ul.headline {
	height: auto;
	width: 300px;
	margin: auto;
	background-color: #e9eaee;
	vertical-align: middle;
/*
	list-style-type: square;
	list-style-position: inside;
*/
}
li.odd {
	height: 20px;
	width: 295px;
	padding-left: 5px;
	background-color: #ffffff;
	line-height: 20px;
}
li.even {
	height: 20px;
	width: 295px;
	padding-left: 5px;
	background-color: none;
	line-height: 20px;
}

/*　game report　*/
.match_wrap {
	height: auto;
	width: 310px;
	background-color: #052b69;
}
.match_title {
	height: 30px;
	width: 310px;
	background-color: #052b69;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin: auto;
}
.game_table {
	height: 259px;
	width: 310px;
	margin: auto;
}
.match_table {
	height: 20px;
	width: 300px;
	margin: auto;
	background-color: #cccccc;
	color: #052b69;
	line-height: 20px;
}
.match_date {
	height: 20px;
	width: 100px;
	margin-left: 20px;
	_margin-left: 10px;
	float: left;
}
.match_name {
	height: 20px;
	width: 180px;
	margin: auto;
	float: left;
}
.score_table {
	display: table;
	height: auto;
	width: 300px;
	margin-left: 5px;
	background-color: #ffffff;
	color: #cccccc;
}
.team_name {
	display: table-cell;
	height: auto;
	width: 130px;
	color: #445566;
	vertical-align: middle;
	text-align: center;
}


* html div.score_table div{/* IE 6 */
display:inline;
zoom:1;
}
*:first-child+html div.score_table div{/* IE 7 */
display:inline;
zoom:1;
}

.result {
	height: 30px;
	width: 40px;
	color: #052b69;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

/*
.result {
	display: table-cell;
	height: 30px;
	width: 40px;
	color: #052b69;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
*/
.result a:link {
	color: #052b69;
}
.result a:hover {
	color: #052b69;
	text-decoration: underline;
}
.result a:visited {
	color: #052b69;
}

/*　pickup　*/
.pickup_wrap {
	height: auto;
	width: 310px;
	background-color: #e9eaee;
}
.pickup_box {
	height: auto;
	width: 120px;
	margin-top: 2px;
	margin-left: 23px;
	margin-bottom: 2px;
	/*_margin-top: 1px;　←IE6hack　*/
	/*_margin-left: 11.5px;　←IE6hack　*/
	/*_margin-bottom: 1px;　←IE6hack　*/
	text-align: center;
	display: inline;
	float: left;
}
.pickup_pic {
	height: 80px;
	width: 120px;
}
.pickup_text {
	height: 50px;
	width: 120px;
	margin-top: 4px;
	text-align: left;
	font-size: 80%;
}

/*　movie　*/
.movie_player {
	height: 267px;/*　←これは仮の数字だから、あとで消す　*/
	width: 310px;
	margin: none;
	background-color: #000000;
	text-align: center;
}
.movie_wrap {
	height: auto;
	width: 310px;
	background-color: #e9eaee;
}
.movie_lank {
	height: auto;
	width: 310px;
	margin-top: 5px;
	display: inline;
	float: left;
}
.movie_area {
	height: auto;
	width: 310px;
	background-color: #000000;
}
.movie_pic {
	height: auto;
	width: 310px;
	line-height: 0;
}
.lank_area {
	height: auto;
	width: 92px;
	margin: 5px;
	display: inline;
	float: left;
}
.lank_pic {
	height: 60px;
	width: 92px;
}
.lank_text {
	height: 51px;
	width: 92px;
	margin-top: 4px;
	font-size: 80%;
	color: #ffffff;
}
.lank_text a:link {
	color: #ffffff;
}
.lank_text a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.lank_text a:visited {
	color: #ffffff;
}

/*　フッター部分指定　*/
#footer {
	height: 30px;
	width: 100%;
	margin: auto;
	line-height: 30px;	
}
/*　フッター　リンク部分　*/
#footer_link {
	height: 21px;
	width: 200px;
	margin-left: 50px;
	float: left;
}
/*　フッター　コピーライト部分　*/
#copyrights {
	color: #445566;
	height: 20px;
	width: 400px;
	margin-right: 20px;
	text-align: right;
	float: right;
}
/* フッターリスト */
.footer_list {
	list-style-type: none;
	display: inline;
	margin: 5px;
}

/* clearfix */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 1px;   
    clear: both;   
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

