@charset "utf-8";
/* CSS Document */

/* Reset Default Style */
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

.clearfloat{
	clear:both;
}

/* Header Settings */
#header{
	background:top center url(images/header.jpg) no-repeat;
	margin:0 auto;
	padding:0 auto;
	width:954px;
	height:494px;
	position:relative;
}

#header h1{
	text-indent:-9999px;
}

/* Header Menu Settings */
#header_menu{
	height:32px;
	margin:0 auto;
	position:absolute;
	bottom:0;
}

#header_menu li{
	float:left;
	list-style:none;
	list-style-position:outside;
}

/* Header Menu - Hide text, Background Image Settings */
#header_menu a{
	text-indent:-9999px;
	display:block;
	outline: none;
}

#about a{
	background:center url(images/about.jpg) no-repeat;
	width:301px;
	height:32px;
	margin:0 19px 0 3px;
}

#about a:hover{
	background:center url(images/about_a.jpg) no-repeat;
}

#interview a{
	background:center url(images/interview.jpg) no-repeat;
	width:181px;
	height:32px;
	margin:0 19px 0 0;

}

#interview a:hover{
	background:center url(images/interview_a.jpg) no-repeat;
}

#subscribe a{
	background:center url(images/subscribe.jpg) no-repeat;
	width:171px;
	height:32px;
	margin:0;
}

#subscribe a:hover{
	background:center url(images/subscribe_a.jpg) no-repeat;
}


/* Main Contents Settings */
#main{
	background-color:#000000;
	padding-top:10px;
}

#whole{
	margin:0 auto;
	padding:0 0 100px;
	background:center url(images/bg_body.jpg) repeat-y;
	background-color:#000000;
}

#whole:after {
　content: "";
　display: block;
　clear: both;
}

#contents{
	width:930px;
	margin:0 auto;
	padding:21px 0 0;
}

/* Footer Settings */
#footer{
	margin:0 0 0 20px;
	padding:0;
}

#footer a{
	text-indent:-9999px;
	display:block;
	outline: none;
}

#address{
	width:464px;
	font-size:10px;
	color:#666666;
	float:left;
}

#footer_button{
	float:right;
}

#footer li{
	float:left;
	list-style:none;
	list-style-position:outside;
}

#to_top a{
	background:center url(images/to_top.jpg) no-repeat;
	width:106px;
	height:20px;
	margin:0 19px 0 0;
}

#to_top a:hover{
	background:center url(images/to_top_a.jpg) no-repeat;
}

#next a{
	background:center url(images/next.jpg) no-repeat;
	width:112px;
	height:20px;
	margin:0 22px 0 0;
}

#next a:hover{
	background:center url(images/next_a.jpg) no-repeat;
}





