@charset "utf-8";

body {
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1F1F1F;
}

#header {
	width: 100%;
	height: 90px;
	background: rgba(80,106,18, 0.85);
}

.header_cnts {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

h1 a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

p.access {
	position: absolute;
	top: 12px;
	right: 16px;
	color: #FFF;
	font-size: 0.9em;
}

ul.gnavi {
	position: absolute;
	top: 56px;
	right: 16px;
	font-size: 1em;
	color: #FFF;
}

ul.gnavi li {
	float: left;
	background: url(../images/arrow_white.png) left center no-repeat;
	margin-right: 28px;
	padding-left: 14px;
}

ul.gnavi li:last-child {
	margin-right: 0px;
}

ul.gnavi a {
	color: #FFF;
	text-decoration: none;
}

ul.gnavi a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer {
	text-align: center;
	height: 165px;
	margin: 0 auto;
	width: 920px;
}

#footer ul.bnr {
	width: 826px;
	margin: 0 auto;
}

#footer ul.bnr li {
	float: left;
	margin-top: 30px;
	margin-right: 26px;
}

#footer ul.bnr a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footer ul li:last-child {
	margin-right: 0px;
}

ul.fnavi {
	width: 760px;
	text-align: right;
	font-size: 0.8em;
	color: #202020;
	margin: 46px 0 0 18%;
	padding-bottom: 8px;
}

ul.fnavi li {
	float: left;
	background: url(../images/arrow_black.png) left center no-repeat;
	margin-right: 28px;
	padding-left: 14px;
}

ul.fnavi li:last-child {
	margin-right: 0px;
}

ul.fnavi a {
	color: #202020;
	text-decoration: none;
}

ul.fnavi a:hover {
	color: #202020;
	text-decoration: underline;
}

div.copyright {
	background: rgba(80,106,18, 0.85);
	height: 30px;
	color: #FFF;
	text-align: center;
}

div.copyright p {
	padding-top: 6px;
	font-size: 0.8em;
}

div.pannavi_area {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 18px 0;
}

div.pannavi {
	width: 920px;
	margin: 0 auto;
}

ol.pannavi {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	list-style: none;
}

ol.pannavi li {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	background: url(../images/icon_pan.png) no-repeat 0 center;
}

ol.pannavi li.home {
	padding-left: 0;
	background: none;
}

ol.pannavi li a,
ol.pannavi li a:hover,
ol.pannavi li a:active {
	color: #868686;
	text-decoration: none;
}

ol.pannavi li em {
	color: #868686;
	font-style: normal;
	font-weight: bold;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

div.container {
	width: 920px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
	text-align: center;
}

div.container h3 {
	font-size: 2.5em;
	letter-spacing: 10px;
}

p.txt_eng {
	margin: 6px 0 0 0;
	color: #B9B9B9;
	font-size: 0.7em;
	letter-spacing: 4px;
}

span.txt_big_pink {
	font-size: 1.2em;
	color: #FF007F;
}

span.txt_b {
	font-weight: bold;
}

span.txt_red {
	color: #FF0000;
}

p.img_photo {
	margin: 32px 0 32px 0;
}

#gotop {
			position: fixed;
			bottom: 30px;
			right: 30px;
			z-index: 9999;
}
#gotop a {
			width: 100px;
			padding: 0px 0;
			text-align: center;
			display: block;
			/display:none;
}

#gotop a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

