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

html {
	overflow-y: scroll;
}

body {
	background-color: #CCC;
	text-align: center;
}

#pageOuter {
	background-image: url(../images/bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}

#page {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page_shadow.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #CCC;
}

#header {
	width: 760px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
	background-color: #56732C;
	clear: both;
}
/*0114修正*/
#header #utility {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#header #utility p {
	clear: both;
}

#header #utility ul {
	float: right;
}


#header #utility li {
	display: inline;
}
#header #textAddress {
	padding-top: 50px;
	text-align: right;
	padding-right: 10px;
	padding-left: 270px;
	color: #C6D982;
	font-size: 83.3%;
}

#header #gNav {
	width: 760px;
	clear: both;
}
#header #gNav #gNavBox #gNav02,
#header #gNav #gNavBox #gNav03,
#header #gNav #gNavBox #gNav04,
#header #gNav #gNavBox #gNav05,
#header #gNav #gNavBox #gNav06 {
	float: left;
	height: 56px;
	width: 108px;
}

#header #gNav #gNavBox #gNav07 {
	float: left;
	width: 109px;
	height: 56px;
}

#header #gNav #gNavBox #gNav01 {
	float: left;
	width: 111px;
	height: 56px;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #56732C;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*0114 追加 */
#footer_navi {
	background: #56732c;
	padding: 20px 25px;
	overflow: hidden;
}

#footer_navi div {
	background: #fff;
	padding: 10px;
	overflow: hidden;
}
#footer_navi h2 {
	margin-bottom: 0.5em;
}


#footer_navi ul {
    margin: 0 auto;
    width: 42em;
}

#footer_navi li {
	float: left;
	line-height: 2;
	margin-right: 1em;
}



#footer_navi li a {
	color: #000;
	background: url(../images/footer_img.jpg) no-repeat;
	padding-left: 12px;
}

/*0114修正 */
#footer ul#textNav {
	text-align: right;
	color: #C6D982;
	float: right;
	padding-right: 10px;
}
#footer #textNav li {
	display: inline;
	font-size: 10px;
}
#footer ul#textNav li a {
	text-decoration: none;
	color: #C6D982;
}
#footer ul#textNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer address {
	float: left;
	color: #C6D982;
	font-size: 83.3%;
	padding-left: 10px;
	text-align: left;
	width: 300px;
}
