@charset "UTF-8";
body {
	color: #666;
	font-size: 16px;
	font-family: 'Open Sans', '游ゴシック体',YuGothic,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ ゴシック","MS Gothic",Sans-Serif;
	line-height: 2.0;
	position:relative;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
a:link {
	color:#28204C;
}

a:visited {
	color:#28204C;
}

a:hover {
	text-decoration: none;
}
ul {
    list-style:none;
}
.breadcrumb {
	max-width: 980px;
	margin:10px auto;
}
.breadcrumb li {
	display:inline;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
header a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
} 
#header_innder {
	width:980px;
	margin:0 auto 30px;
	overflow:hidden;
	background:url(../img/common/ttl.png) center top no-repeat;
}
#header_innder .hBox {
	margin-top:30px
}
#header_innder h1 {
	float:left;
	width:223px;
}

#header_innder .mtBox {
	float:right;
	width:234px;
}
#header_innder .mtBox ul {
	overflow:hidden;
}
#header_innder .mtBox ul li a {
	float:left;
	text-decoration:none;
	padding:0 5px;
	border-right:1px solid #CCC;
	height:18px;
	margin-bottom:10px;
}
#header_innder .mtBox ul li:last-child a {
	border:none;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#gnav {
	width:980px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	margin-bottom:45px;
}
#gnav li {
	width:187px;
	float:left;
	margin-right:11px;
}
#gnav li a {
	display:block;
}
#gnav li:last-child {
	margin-right:0;
}
#gnav li a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
} 

.ttlArea {
	text-align:center;
	margin-bottom:50px;
}

.mainArea {
	width:980px;
	margin:0 auto 70px;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footerNav {
	background-color:rgba(102, 102, 102, 0.8);
}

.footerNav nav {
	width:980px;
	overflow:hidden;
	margin:0 auto;
}
.footerNav nav ul {
	margin:25px 0;
}
.footerNav nav li {
	width:185px;
	float:left;
	margin-right:14px;
}
.footerNav nav li:first-child {
	margin-right:13px;
}
.footerNav nav li:last-child {
	margin-right:0;
}
.footerNav nav li a {
	display:block;
}
.footerNav nav li a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

.footerArea {
	background-color:rgba(203, 203, 203, 0.8);
}
.footerArea .fBox {
	width:980px;
	height:49px;
	line-height:49px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:13px;
}
.footerArea .fBox ul {
	overflow:hidden;
	float:left;
	margin:10px 10px 10px 0;
}
.footerArea .fBox ul li {
	width:32px;
	float:left;
	margin-right:5px;
}
.footerArea .fBox .pageTop {
	width:49px;
	position:absolute;
	top:0;
	right:0;
}

.copyright {
	text-align:center;
	font-size:10px;
	margin:10px 0;
}
