@charset "UTF-8";
/* common.css */
html {
    width: 100%;
	font-size: 62.5%
}
body {
	font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}
a {
	text-decoration: none;
	display: block;
}
.a-line {
	text-decoration: underline;
}

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
/*/clearfix*/
/***************** トップへのスクロール*****************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1000;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 2em;
    text-decoration: none;
    padding: 10px 13px 6px 15px;
	
}
.pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 2em;
    text-decoration: none;
    padding:10px 13px 6px 15px;
}
/************** トップへのスクロールここまで**************/
#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
/*****************#header*****************/
#header {
	width: 100%;
	height: 200px;
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#signboard {
	width: 100%;
}
#signboard img {
	float: left;
	padding: 62px 80px 40px;
}

/*****************#contents*****************/
#contents {
	width: 100%;
	position: relative;
}
#mainNav {
	width: 960px;
}
#mainNav ul {
	width: 955px;
	padding-left: 5px;
}
#mainNav ul li,#navBtn ul li,#footerNavBtn ul li {
	float: left;
	width: 310px;
	height: 43px;
	margin-right: 8px;
	position: relative;
}
#mainNav ul li a,#navBtn ul li a,#footerNavBtn ul li a {
	display: block;
	width: 310px;
	height: 43px;
	color: #000;
	-moz-text-shadow:0px 1px 2px #000;
	-webkit-text-shadow:0px 1px 2px	#000;
	text-shadow:0px 1px 2px	#000;
}
#mainNav ul li a:hover,#navBtn ul li a:hover,#footerNavBtn ul li a:hover {
	opacity: 0.8;
}

span.mainNav-txt {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 2em;
	width: 100%;
}
/*****************#footer*****************/
#footer {
	width: 100%;
}
