@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	background-color: #E3F3F1;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	font-variant: normal;
	float: left;
}


_top {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	float: left;
	text-align: center;
	height: 181px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	}

#headerInnr {
	width: 100%;
	float: left;
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#headerInnr h1 {
	padding-top: 15px;
	padding-bottom: 28px;
	}
	
#headerInnr nav ul {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerInnr nav ul li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	}



/*==========================================
 メインコンテンツスタイル
===========================================*/
#main {
	width: 100%;
	float: left;
	text-align: center;
	}
	
#mainImg {
	width: 100%;
	float: left;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
}

.mbImg {
	display: none;
	}
	
#mainImg2 {
	width: 742px;
	height: 742px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#linkBn {
	background-image: url(../images/ribbon.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 100px;
	}

	
#linkBn li {
	text-align: center;
	display: inline;
	margin-left: 35px;
	margin-right: 35px;
	}	


#linkStyle li {
	text-align: center;
	display: inline;
	margin-left: 1%;
	margin-right: 1%;
	}
	
	
/*==========================================
 タイトルスタイル
===========================================*/
.titleStyle {
	padding-bottom: 20px;
	}

/*==========================================
 共通スタイル
===========================================*/
.shareStyle {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 100px;
	}
	
.fontStyle {
	padding-bottom: 55px;
	padding-left: 3%;
	padding-right: 3%;
	}



/*==========================================
 フッターのスタイル
===========================================*/
footer {
	width: 100%;
	float: left;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	}
	
#topLink {
	position: relative;
	bottom: 40px;
	}
	
footer nav ul {
	margin-bottom: 50px;
	}
	
footer nav ul li {
	text-align: center;
	display: inline;
	margin-left: 1%;
	margin-right: 1%;
	}	
	
#page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#page-top a {
	background-image: url(../images/pagetop2.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	display: block;
}

#page-top a:hover {
	background-image: url(../images/pagetop2.png);
}

#page-top a span {
	display: none;
}

#copy {
	color: #866726;
	font-size: 0.8em;
	background-color: #E3F3F1;
	padding-top: 15px;
	padding-bottom: 15px;
	}
