
@media screen and (max-device-width: 568px) {
	body {
	-webkit-text-size-adjust: none; /* iPhone */
	}
}

* {
	color : #333;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: ;
	background-image: url();
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	text-decoration: underline;
	color: #333;
}
a:active {
	color: #333;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

/*----------------------------------------------------
 table style
----------------------------------------------------*/

table {

}
table tr {

}
table tr th {
	color : #333;
	line-height: 1.8em;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}
table tr td {
	color : #333;
	line-height: 1.8em;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
}



/*----------------------------------------------------
 id style
----------------------------------------------------*/


header {
	width: 100%;
	height: 130px;
	text-align: center;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
header div {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 200px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
header div h1 a {
	width: 200px;
	height: 130px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
header div h2 {
	width: 195px;
	text-align: left;
	float: left;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}
header div h2 a {
	width: 195px;
	height: 70px;
	text-indent: -9999px;
	display: block;
	background-image: url(../images/header_title.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
header div ul {
	width: 510px;
	text-align: left;
	float: right;
	list-style: none;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
header div ul li {
	width: 170px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
header div ul li a {
	width: 170px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/header_navi.png);
	margin: 0px;
	padding: 0px;
}
header div ul li:nth-child(1) a {
	background-position: 0px 0px;
}
header div ul li:nth-child(2) a {
	background-position: -170px 0px;
}
header div ul li:nth-child(3) a {
	background-position: -340px 0px;
}
header div ul li:nth-child(1) a:hover {
	background-position: 0px -40px;
}
header div ul li:nth-child(2) a:hover {
	background-position: -170px -40px;
}
header div ul li:nth-child(3) a:hover {
	background-position: -340px -40px;
}
header div span {
	width: 335px;
	height: 25px;
	float: right;
	text-indent: -9999px;
	text-align: left;
	display: block;
	background-image: url(../images/header_tel.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
}

nav {
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #17375e;
	margin: 0px;
	padding: 0px;
}
nav div {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}

nav div ul {
	width: 980px;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav div ul li {
	width: 140px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
nav div ul li a {
	width: 140px;
	height: 80px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/navi.png);
	margin: 0px;
	padding: 0px;
}
nav div ul li:nth-child(1) a {
	background-position: 0px 0px;
}
nav div ul li:nth-child(2) a {
	background-position: -140px 0px;
}
nav div ul li:nth-child(3) a {
	background-position: -280px 0px;
}
nav div ul li:nth-child(4) a {
	background-position: -420px 0px;
}
nav div ul li:nth-child(5) a {
	background-position: -560px 0px;
}
nav div ul li:nth-child(6) a {
	background-position: -700px 0px;
}
nav div ul li:nth-child(7) a {
	background-position: -840px 0px;
}

nav div ul li:nth-child(1) a:hover {
	background-position: 0px -80px;
}
nav div ul li:nth-child(2) a:hover {
	background-position: -140px -80px;
}
nav div ul li:nth-child(3) a:hover {
	background-position: -280px -80px;
}
nav div ul li:nth-child(4) a:hover {
	background-position: -420px -80px;
}
nav div ul li:nth-child(5) a:hover {
	background-position: -560px -80px;
}
nav div ul li:nth-child(6) a:hover {
	background-position: -700px -80px;
}
nav div ul li:nth-child(7) a:hover {
	background-position: -840px -80px;
}


section#contents {
	width: 100%;
	text-align: center;
	margin: 50px 0px 50px 0px;
	padding: 0px;
}
section#contents article {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section#link {
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-align: center;
	background-color: #f5f4ed;
	margin: 0px;
	padding: 0px;
}
section#link div {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}

section#link div ul {
	text-align: left;
	float: right;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
section#link div ul li {
	text-align: left;
	line-height: 60px;
	background-image: url(../images/icon_home.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section#link div span {
	width: 60px;
	float: right;
	display: block;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section#link div span a {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/link_back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeece1;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section#link div span a:hover {
	background-color: inherit;
}




footer {
	width: 100%;
	height: 110px;
	background-color: #ddd9c3;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 980px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer div dl {
	width: 450px;
	text-align: left;
	float: left;
	list-style: none;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
footer div dl dt {
	width: 120px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
footer div dl dt a {
	width: 120px;
	height: 60px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


footer div dl dd {
	width: 300px;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
footer div ul {
	width: 510px;
	text-align: left;
	float: right;
	list-style: none;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}
footer div ul li {
	width: 170px;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
footer div ul li a {
	width: 170px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/footer_navi.png);
	margin: 0px;
	padding: 0px;
}
footer div ul li:nth-child(1) a {
	background-position: 0px 0px;
}
footer div ul li:nth-child(2) a {
	background-position: -170px 0px;
}
footer div ul li:nth-child(3) a {
	background-position: -340px 0px;
}
footer div ul li:nth-child(1) a:hover {
	background-position: 0px -40px;
}
footer div ul li:nth-child(2) a:hover {
	background-position: -170px -40px;
}
footer div ul li:nth-child(3) a:hover {
	background-position: -340px -40px;
}



section#copyright {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
section#copyright p {
	width: 980px;
	font-size: 12px;
	text-align: right;
	line-height: 60px;
	margin: 0px auto 0px auto;
	padding: 0px;
}



/*----------------------------------------------------
 commmons style
----------------------------------------------------*/
.main {
/*	width: 100%;*/
	height: 560px;
/*	background-size: cover;*/
	background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	margin: 0px;
	padding: 0px;
}
.main img {
	position: absolute;
	top: 65%;
	left: 50%;
	margin: -20px 0px 0px -490px;
	padding: 0px;
}

h3 {
	width: 100%;
	height: 460px;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: -1;
	margin: 0px;
	padding: 0px;
}
h3 img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0px 0px -490px;
	padding: 0px;
}


section#pankuzu {
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #f5f4ed;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
section#pankuzu div {
	width: 980px;
	text-align: left;
	line-height: 60px;
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}


h4.title {
	width: 980px;
	margin: 0px auto 50px auto;
	padding: 0px;
}

p.snippet {
	width: 980px;
	line-height: 1.8em;
	margin: 0px auto 50px auto;
	padding: 0px;
}
p.snippet img {
	margin: 0px auto 20px auto;
	padding: 0px;
}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

