@charset "Shift_JIS";

/*---------- ページ全体の指定 ----------*/

body {
	padding: 0;
	font-size: 14px;
	color: #333;
	background-color: #6495ed;
	margin: 0;
	height: auto;
	width: auto;
	line-height: 22px;
	background-repeat: repeat;
}

a:link {
	color: #03F;
	font-size: 12px;
}

a:hover {
	color: #0C0;
	font-size: 12px;
}

a:visited {
	color: #0CF;
	font-size: 12px;
}

img {
	border:0;
}

#stage {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	top: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}

#content {
	width: 950px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #FFF;
	margin: 0px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
h1 {
	font-size:14px;
	font-weight:normal;
	color: #fff;
}
/*---------- メイン ----------*/

#main {
	text-align: left;
     width: 949px;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 10px;
}
/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 950px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	height: 100px;
	background-color: #FFF;
	padding: 0px;
}
/*---------- フォント ----------*/
.font-top {
	font-size: 12x;
	line-height: 16px;
	color: #333;
	font-weight: 200;
}
.rank-01 {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	font-weight: 200;
}

.rank-02 {
	font-size: 12px;
	color: #333;
	font-weight: 200;
}
.rank-03 {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	font-weight: 200;
}
.rank-04 {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	font-weight: 200;
}
.rank-red {
	font-size: 12px;
	line-height: 12px;
	color: #F3C;
	font-weight: 200;
}
.rank-blue {
	font-size: 12px;
	line-height: 12px;
	color: #0050FF;
	font-weight: 200;
}
.rank-a {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #333;
	font-weight: bold;
}
.area-01 {
	font-size: 15px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
}
.area-02 {
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
.area-03 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

/*---------- Hides from IE-mac ----------*/
* html #contentsArea #interview {
	height: 1%;
}
#contentsArea #interview {
	display: block;
}
