@charset "utf-8";

/*------------------------------------------------
common.css
2009.10.02 更新
BS朝日　フィギアスケート
------------------------------------------------*/

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;
}

ol, ul {
	list-style:none;
}

img {
	border:none;
	vertical-align:top;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th {
	text-align:left;
	font-weight:normal;
}

object, iframe {
/*	overflow: visible;*/
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.img{
	margin:0px;
	padding:0px;
}

/* common
------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	background:#DAEAF3 url(../images/bg.jpg) center 0 no-repeat;
	font-size:0.9em;
	line-height:1.5em;
	color:#333333;
	text-align:center;
}

#main{
	margin:0px auto;
	width:988px;
	border:#FFFFFF solid 1px;
	border-bottom:none;
	background:#FFFFFF url(../images/main_bg.jpg) 0 top no-repeat;
}

#main-bottom{
	width:988px;
	background: url(../images/main_bg_bottom.jpg) 0 bottom no-repeat;
	padding-bottom:40px;
	}

#header{
	height:281px;
	text-indent:-9999px;
	}

#pagetop{
	width:960px;
	text-align:right;
	margin:15px auto 0px;
	}

.btn-box{
	width:590px;
	margin:0px 14px 12px 384px;
	}

.btn-left{
	float:left;
	margin-right:10px;
	}

.btn-right{
	float:right;
	}

.box-bottom{
	background:url(../images/cont_bottom.jpg) 0 bottom no-repeat;
	width:960px;
	margin:0px auto 5px;
	padding-bottom:20px;
	}

.box-bg{
	background:url(../images/cont_bg.gif) repeat-y;
	width:960px;
	}

/* 大会概要 */
.outline-box{
	width:960px;
	background:url(../images/outline_ttl.jpg) 0 0 no-repeat;
	text-align:left;
	}

.outline-ttl-txt{
	font-size:1.1em;
	font-weight:bold;
	color:#1D2B54;
	}
	
.outline-txt-b{
	font-weight:bold;
	color:#FF0000;
	}

.outline-txt{
	width:750px;
	margin-left:170px;
	padding:18px 0px 0px;
	}

.schedule-box{
	width:960px;
	background:url(../images/schedule_ttl.jpg) 0 0 no-repeat;
	text-align:left;
	padding-top:60px;
	}

.schedule-box table{
	width:905px;
	margin:0px auto 10px;
	}

.schedule-box th{
	background:#1E3460 url(../images/th_bg.jpg) 0 0 repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border:#CCCCCC solid 1px;
	padding:5px;
	}

.schedule-box td{
	border:#CCCCCC solid 1px;
	padding:5px;
	}

.schedule-box .tr-b{
	background:#EDF5FB;
	}

.schedule-box .tr-g{
	background:#EFEFEF;
	}

.schedule-box td.country01{
	background:#EDF5FB url(../images/france.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.country02{
	background:#EFEFEF url(../images/russia.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.country03{
	background:#EDF5FB url(../images/china.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.country04{
	background:#EFEFEF url(../images/usa.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.country05{
	background:#EDF5FB url(../images/canada.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.country06{
	background:#EFEFEF url(../images/japan.gif) right 0 no-repeat;
	text-align:center;
	font-weight:bold;
	color:#243F6C;
	}

.schedule-box td.noreturn {
	white-space: nowrap;
	}
	

/* 選手紹介 */
.profile-box{
	width:960px;
	background:url(../images/profile_ttl.jpg) 0 0 no-repeat;
	text-align:left;
	padding-top:70px;
	}

.profile-box-inner{
	width:904px;
	margin:0px auto;
	}

.player-box,
.player-box2,
.player-box3 {
	width:420px;
	padding:10px;
	border:#CCCCCC solid 1px;
	background:#EDF5FB url(../images/player_bg.jpg) right top no-repeat;
	float:left;
}
.player-box{
}
.player-box2{
	min-height:150px;
	_height:150px;
}
.player-box3{
	min-height:187px;
	_height:187px;
}

.player-ph{
	float:left;
	margin-right:15px;
	}

.player-txt{
	float:left;
	font-size:0.8em;
	line-height:1.4em
	}

/* マージン調整
------------------------------------------------*/
.mar-L15{margin:0px 0px 0px 15px;}
.mar-R5{margin:0px 5px 0px 0px;}
.mar-R10{margin:0px 10px 0px 0px;}
.mar-R20{margin:0px 20px 0px 0px;}
.mar-B20{margin:0px 0px 20px 0px;}
.mar-T5{margin:5px 0px 0px 0px;}
.mar-T10{margin:10px 0px 0px 0px;}

/* フォント調整
------------------------------------------------*/
.txt-b{	font-weight:bold;}


/* Link-color
------------------------------------------------*/
a:link {color:#333333; text-decoration:underline; 	font-weight: normal;}
a:visited {color:#213B67; text-decoration:underline;	font-weight: normal;}
a:hover {color:#213B67;	text-decoration:underline;	font-weight: normal;}
a:active {color:#213B67; text-decoration:underline;	font-weight: normal;}


/* clear
------------------------------------------------*/
.c-box {
	overflow: hidden;
}

.c-box: after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box {display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box {height: 1%;}
.c-box {display: block;}
 /* End hide from IE-mac */

*: first-child+html .c-box { /* IE7用 */
	width: 100%;
}

.clear-both {
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

/*  \*/
* html #main {
	height: 1%;
}
/*  */

