@charset "utf-8";

html {
overflow-y:scroll;
}
body {
	color: #666;
	background: #ffffff;
	text-align: center;
	background-image: url(../img/body_bg.jpg);
}
#page {
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: repeat-x;
	height: 207px;
	background-image: url(../img/head_bg.gif);
	background-position: bottom;
}
#gNavBg {
	background-image: url(../img/gnav_bg.gif);
	background-repeat: repeat-x;
	background-color: #81110C;
	padding-bottom: 32px;
}
#gNav li {
	display: inline;
	font-size: 0.1%;
	line-height: 0.1%;
}
#gNav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentsBg {
	background-color: #830E08;
}
#mainContents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mainColumn {
	float: left;
	width: 600px;
}
#mainColumn .columnBox {
	background-color: #FFF;
	padding-top: 12px;
	padding-left: 15px;
	color: #81110C;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.columnBox h2 {
	margin-bottom: 8px;
}
.columnBox .section {
	width: 540px;
	margin-left: 15px;
}
#mainColumn .columnBox h3 {
	background-image: url(../img/h3_bg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #F6D790;
	font-size: 116.6%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainColumn .columnBox p {
	line-height: 1.3em;
	padding-bottom: 1em;
	padding-left: 10px;
}
#subColumn {
	float: right;
	width: 251px;
}
#subColumn h2 {

}
#subColumn .interviewbox {
	margin-bottom: 15px;
}
#subColumn .youtubeBox {
	margin-bottom: 15px;
}
#subColumn .pikUpLiveBox {
	background-color: #FFF;
	background-image: url(../img/pick_up_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	line-height: 1.5em;
	padding: 15px;
	color: #7F130F;
	margin-bottom: 30px;
}
.pikUpLiveBox dt {
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}
.pikUpLiveBox dd {
	padding-bottom: 1em;
}
.pikUpLiveBox a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#subColumn .bnr {
	margin-bottom: 15px;
}
#subColumn .bnr li {
	margin-bottom: 10px;
}
#subColumn .bnr li p {
	line-height: 2em;
	color: #FB5411;
	font-size: 89.9%;
}
#subColumn .bnr dd {
	margin-bottom: 15px;
}
.bnr a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#subColumn .toLink {
	text-align: right;
}
#subColumn .bnr .toLink a {
	color: #FB5411;
}
#subColumn .bnr .toLink a:hover {
	color: #FF940E;
}
#page .textNav {
	text-align: center;
	color: #FFF;
	line-height: 2em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC8B06;
	padding-top: 10px;
}
.textNav a {
	color: #FFF;
}
.textNav a:hover {
	color: #CCC;
}
.textNav li {
	display: inline;
}
.textNav .leftFire {
	background-image: url(../img/fire_icon.gif);
	background-position: left;
	padding-left: 36px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textNav .rightFire {
	background-image: url(../img/fire_icon.gif);
	background-position: right;
	padding-right: 36px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textNav .OutlinkList li img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.textNav .OutlinkList li a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
#footer {
	background-color: #830E08;
}
.toTopBtn {
	text-align: right;
	margin-right: 30px;
}
.toTopBtn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.notice {
	color: #F19D9B;
}
.columnBox a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

