@charset "utf-8";
/*-----------------------------------------------------

	style.css
	common PC用CSS

------------------------------------------------------*/

body{
	min-width: 960px;
	background: #fff;
	font: .625em/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',helvetica,arial,clean,sans-serif;}

/*-----------------------------------------------------
	general　
-----------------------------------------------------*/
#wrapper {
	width: 100%;
	background: #f1f1f1 url("../images/main_bg.png") repeat left top;
	position: relative;
}

#wrapper_shadow {
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	background: url(../images/bg_shadowbar.png) repeat-x;
	z-index: 999;
}

#main {
	width: 1024px;
	margin: 0 auto;
	padding: 0 30px;
	background: #fff;
	position: relative;
}

#left_column {
	width: 715px;
	float: left;
	background: #fff;
}

#right_column {
	width: 302px;
	float: right;
	position: relative;
	z-index: 5;
	background: #fff;
}

#header_bg{
	background: url("../images/header_bg.png") repeat-x;
	width: 100%;
	position: absolute;
	top: 0;
	height: 375px;
	z-index: 1;
}
#header_sub_bg{
	background: url("../images/header_bg.png") repeat-x;
	width: 100%;
	position: absolute;
	top: 0;
	height: 200px;
	z-index: 1;
}
header{
	height: 375px !important;
	position: absolute;
	z-index: 10;
}
header.sub_header{
	position: absolute;
	height: 200px !important;
	z-index: 10;
}
#nav_bg{
	background: url("../images/nav_bg.png") repeat-x;
	width: 100%;
	position: absolute;
	top: 375px;
	z-index: 2;
	height: 70px !important;
}
#nav_sub_bg{
	background: url("../images/nav_bg.png") repeat-x;
	width: 100%;
	position: absolute;
	top: 200px;
	z-index: 2;
	height: 70px !important;
}


/*-----------------------------------------------------
	SUB header　
-----------------------------------------------------*/
.sub header {
	background: url(../images/bg_header.png) no-repeat left top #fff;
	position: relative;
	height: 200px;
	overflow: hidden;
}

	.sub header h1 {
		position: absolute;
		top: 21px;
		left: 43px;
	}

	.sub header h1:hover {
		opacity: 0.8;
		filter: alpha(opacity=0.8);
	}

	.sub header h2 {
		position: absolute;
		top: 35px;
		left: 290px;
	}
	
	.sub header #oa_time {
		position: absolute;
		top: 100px;
		left: 300px;
	}


/*-----------------------------------------------------
	nav　
-----------------------------------------------------*/

nav {
	padding-bottom: 1px;
	position: relative;
	z-index: 23;
}

nav ul {
	width: 644px;
	margin: 0 auto;
}

nav li a {
	display: block;
	width: 159px;
	height: 50px;
	padding-top: 5px;
	float: left;
	text-align: center;
}
nav li a.current img{
	margin-top: -15px;
}

/*-----------------------------------------------------
	section　
-----------------------------------------------------*/

section {
	/*-border-left: solid 1px #959595;
	border-right: solid 1px #959595;
	border-bottom: solid 1px #959595;*/
	margin: 0 35px 40px 34px;
}

section h1 {
	height: 52px;
	line-height: 52px;
	background: url(../images/ico_title.png) no-repeat left center #e0ff01;
	margin-left: -4px;
	padding-left: 25px;
	font-size: 2.2em;
	color: #000;
	font-weight: bold;
}

section h1 img {
	padding-top: 17px;
}

section h1 span {
	font-size: 0.636em;
	padding-right: 8px;
}

.sct_in {
	padding: 20px 20px 20px 35px;
}

.sct_l {
	float: left;
}

.sct_r {
	float: right;
}


/*-----------------------------------------------------
	pagetop　
-----------------------------------------------------*/

.pagetop {
	height: 100px;
	text-align: center;
	padding: 30px 0 35px;
}


/*-----------------------------------------------------
	footer　
-----------------------------------------------------*/
footer {
	height: 38px;
	position: relative;
}

footer img {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -410px;
}


/*-----------------------------------------------------
	レスポンシブ
-----------------------------------------------------*/

.onlyPC { display: block;}
.onlySP { display: none;}
img.onlyPC { display: inline-block;}
