@charset "UTF-8";

/*
 *  common
 */
body{
	color:#333;
	font-family:Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, sans-serif;
}

.clearfix {
width:100%;
}
.clearfix:after{
content: "";
display: block;
clear: both;
}
header{
	margin-bottom: 32px;
}
header h1{
	width: 950px;
	margin: 25px auto;
}
#catchcopy{
	font-weight:normal;
	font-size:1em;
	line-height:2;
}
#logo{
	width:950px;
	padding-bottom:35px;
	margin: 0 auto 20px;
	background:url('../styles/logo.png') left bottom no-repeat;
}
#headerBnr{
	background: url('../styles/header_bg.png') repeat-x left top;
	height: 356px;
}
#headerBnr div{
	background:url('../styles/header_2.png') left center no-repeat;
	width:1200px;
	height:356px;
	margin: 0 auto;
}

/* header Nav, footer Nav */
#gNav{
	margin: 0;
	background: #000;
}

#footerNav{
	margin:25px 0;
}
#gNav ul, #footerNav ul{
	list-style:none;
	width:950px;
	margin:0 auto;
	padding:0;
}

#gNav li, #footerNav li{
	float:left;
	position:relative;
	z-index:3;
	zoom:1;
}
#footerNav a{
	background-position:left top;
	display:block;
	width:190px;
	text-align:center;
}
#gNav a{
	padding: 8px 22px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
#gNav a:hover{
	background: #333;
	color: #FFF;
}
#footerNav a{
	background-image:url('../styles/footerMenu.png');
	height:40px;
	line-height:40px;
}

#footerNav .menu1 a{
background-position:0px 0px;
}

#footerNav .menu1 a:hover{
background-position:0px bottom;
}

#footerNav .menu2 a{
background-position:-190px 0px;
}

#footerNav .menu2 a:hover{
background-position:-190px bottom;
}

#footerNav .menu3 a{
background-position:-380px 0px;
}

#footerNav .menu3 a:hover{
background-position:-380px bottom;
}

#footerNav .menu4 a{
background-position:-570px 0px;
}

#footerNav .menu4 a:hover{
background-position:-570px bottom;
}

#footerNav .menu5 a{
background-position:-760px 0px;
}

#footerNav .menu5 a:hover{
background-position:-760px bottom;
}

#footerNav span{
position:relative;
z-index:-1;
}

/* // gNav, footerNav */

#main{
	line-height:1.6;
	width:950px;
	margin:0 auto;
}

.section + .section{
	margin-top:60px;
	padding-top:20px;
}
.section h2{
	background:url('../styles/iconTitle.png') no-repeat left center;
	font-size: 22px;
	padding: 5px 22px;
	border-bottom:1px solid gray;
}
.section h3{
	font-size: 16px;
}


/* table */
table{
	width:100%;
}
tr + tr{
	border-top:1px solid #CCC;
}
th{
	text-align:left;
	white-space: nowrap;
}
th, td{
	vertical-align:top;
	padding:5px 10px;
}
table dt{
	font-weight:bold;
}
table dd{
	padding-left:1em;
}
table dd + dt{
	margin-top:1em;
}
table input[type="text"]{
	width:100%;
}
table textarea{
	width:100%;
	height:100%;
}

footer{
	margin-top:45px;
	border-top:1px solid #B9B9B9;
	text-align:center;
}
footer p{
	text-align:left;
	margin:1em 0;
}

#footer{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
#footer p img{
	float:left;
	margin-right:30px;
}
#footer .about{
	float:left;
	width:400px;
}
#footer .sitemap{
	float:right;
}
#footer .sitemap a{
	color:#999;
}
/* loader */
#loader{
	display:none;
	background:rgba(0, 0, 0, 0.5);
	position:fixed;
	z-index: 100;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#loader span{
	position:absolute;
	background:url('../styles/loader.gif') no-repeat left top;
	display:block;
	width:54px;
	height:55px;
	left:50%;
	top:50%;
	margin-left:-27px;
	margin-top:-27px;
}


/*
 *  // common
 */



/*
 *  privacy
 */
 #privacy ol h4{
	border-bottom:2px solid #B6D1F5;
 }
 #privacy ol li{
 	list-style-position: inside;
 }
/*
 *  // privacy
 */



/*
 *  contact
 */

#notice {
	display: none;
}

/*
 *  // contact
 */
