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

/*共通_基本様式*/
body {
	font-size: 16px;
	line-height: 1.75;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #424242;
	text-align: left;
	border-top: 8px solid #424242;
	position: relative;
}
/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/* コンテンツ幅調整 */
.contents {
	width: 960px;
	margin: 0 auto; /* センタリング */
	}
/*ヘッダー*/
header{
	margin: 20px 0px 10px;
}
h1 a{
	float: left;
}
#top_txt li{
	float: right;
	margin-left: 30px;
	margin-top: 33px;
	color: #777;
	line-height: 1em;
	font-size: 13px;
	background: url(../../images/triangle.png) no-repeat left center;
	padding-left: 15px;
	padding-top: 3px;
}
#top_txt li a:link{
	text-decoration: none;
	color: #777;
}
#top_txt li a:visited{
	text-decoration: none;
	color: #777;
}
#top_txt li a:hover{
	text-decoration: none;
	color: darkkhaki;
}
/*Gナビ*/
#gnav{
	background-color: #424242;
	height: 40px;
	margin-top: 20px;
}
#gnav li{
	float: left;
	width: 190px;
	border-left: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	vertical-align: -5em;
}
#gnav li:last-child{
	border-right: 1px solid #fff;
}
#gnav li a{
	display: block;
	line-height: 2.2;
	height: 40px;
}
#gnav li a:link{
	text-decoration: none;
	color: #fff;
}
#gnav li a:visited{
	text-decoration: none;
	color: #fff;
}
#gnav li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #999;
}
#gnav li a.active{
	text-decoration: none;
	color: #fff;
	background-color: #888;
}
/* 下層ページタイトル */
h2{
	background-color:#94A0C8;
	background: linear-gradient(90deg, #afc6dc, #94a0c8, #afc6dc);
	height: 100px;
	margin-bottom: 50px;
	text-align: center;
}
/* パンくずリスト*/
#breadcrumb{
	text-align: left;
	vertical-align: top;
}
#breadcrumb li{
	float: left;
	margin-bottom: 10px;
}
#breadcrumb li a{
	text-decoration: none;
	color: #94A0c8;
}
/* topへ戻る */
#page-top {
	display:block;
    position: fixed;
	bottom: 0px;
	left:50%;
	margin-left: -50px;
	}
img {
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
/*フッター*/
footer{
	background-color: #424242;
	color: #fff;
	margin-top: 200px;
	padding: 40px 0px;
	text-align: center;
}
footer p{
	font-size: 20px;
}
footer p a{
	text-decoration: none;
	color: #fff;
}
footer ul{
	margin: 20px 0px;
}
footer ul li{
	display: inline-block;
	width: 100px;
	text-align: center;
	border-left: 1px solid #fff;
}
footer ul li:first-child{
	border-left: none;
}
footer ul li a:link{
	text-decoration: none;	
	color: #fff;
}
footer ul li a:visited{
	text-decoration: none;	
	color: #fff;
}
footer ul li a:hover{
	text-decoration: none;	
	color: #fff;
}
footer address{
	font-size: 13px;
}