@charset "UTF-8";
/*初期化*/
h1, h2, h3, h4, h5, ul, li, p, a, img{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}

/**/
body {
	margin: 0px;
	text-align:center;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4EDDA;	
}
.container{
	margin:auto;
	width:980px;
	text-align:left;
	background-image: url(../img/h1bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

/**/
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1{
	line-height:1em;
	width: 414px;
	padding-right: 566px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h2{
	font-size:100%;
}
h3{
	/*font-size:100%;
	padding-top: 0.5em;
	padding-bottom: 1em;
	
	padding-right: 20px;
	padding-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	*/
	color: #528D2F;
	line-height: 1.6em;
	clear:both;
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:30px;
	padding-bottom:0px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4DECD;
	font-size: 120%;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom:0.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h4{
	font-size:85%;
	padding-top: 0.5em;
	padding-bottom: 1em;
	line-height: 1.6em;
	padding-right: 30px;
	padding-left: 30px;
	color: #E96741;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h5{
	font-size:80%;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #5C5556;
}
p{
	font-size:80%;
	line-height:1.6em;
	padding-top: 0.5em;
	padding-bottom: 1.2em;
	color: #333333;
	padding-right: 30px;
	padding-left: 30px;
}
ul{
	font-size:75%;
	list-style:none;
}
/*ナビゲーション*/
.globalNavi{
	width:980px;
	display: block;
	height: 50px;
}
.globalNavi li{
	display:block;
	float:left;
}

.globalNavi a {
	padding-right: 8px;
	padding-left: 8px;
}

/*-------------------------------------------------------------------
clear-fix
-------------------------------------------------------------------*/
.clear:after, .container:after, .globalNavi:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Win IE7 */
*:first-child+html .clear, *:first-child+html .container, *:first-child+html .globalNavi{
	height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html .clear, * html .container, * html .globalNavi{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
.clear, .container, .globalNavi{
	display: inline-table;
}
/* End Mac IE */


.clearboth{
	clear:both;
}

/*footer*/
.footer{
	clear:both;
	color: #FFFFFF;
	background-color: #867A60;
	background-repeat: repeat-x;
	background-image: url(../img/footer_bg.jpg);
	background-position: left top;
	padding-top: 70px;
	padding-bottom: 20px;
}
.link{
	display:block;
	margin: auto;
	width: 980px;
	text-align: left;
}
.copyright{
	text-align:right;
	width:980px;
	font-size: 75%;
	margin: auto;
	display: block;
	color: #E2D7B7;
}
.footer .link a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC9900;
	margin-right: 2em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 75%;
}
.footer .link a:hover{
	text-decoration:underline;
}
.back {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	clear: both;
	padding-top: 10px;
}

