@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	min-width: 1140px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #FFF;
}
a {
	text-decoration: none;
	color:#333;
}
/*a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/
#container {
	min-width: 1140px;
}
/*============================
#header
============================*/
#gHeader {
	background: #111;
	overflow: hidden;
}
#gHeader a:hover img {
	filter:	alpha(opacity=100);
	opacity:	1;

}
#gHeader .hInner {
	width: 1000px;
	margin: 0 auto;
}
#gHeader .hInner p {
	float: left;
	padding-top: 19px;
	font-size: 12px;
    line-height: 1.2;
}
#gHeader .hInner ul {
	width: 368px;
	float: right;
	padding: 10px 0;
}
#gHeader .hInner li {
	float: left;
	margin-left: 10px;
}
#gHeader .hInner li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*============================
#gNavi
============================*/
#gNavi {
	clear: both;
	background:url(../img/gnavi_bg.png) repeat-x;
}
#gNavi ul {
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: url(../img/gnavi_bg2.png) center bottom no-repeat;
}
#gNavi li {
	float: left;
}
#gNavi a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#gNavi h1 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
	
/*============================
#main
============================*/
#main {
	clear:both;
}
#main #wrap {
	background: #F5F5F5;
	border-top: 10px solid #B68900;
	padding: 30px 0;
}
#main #wrap #inner {
	width: 1000px;
	margin: 0 auto;
}
.box {
	overflow: hidden;
	margin-bottom: 50px;
}

/*============================
#breadCrumb
============================*/
#breadCrumb {
	width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}
#breadCrumb li {
	float: left;
}
#breadCrumb a:hover {
	color: #707070;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/*============================
#pageTtl
============================*/
#pageTtl {
	width: 1000px;
	margin: 0 auto 10px;
}

/*============================
#footer
============================*/
#gFooter a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#gFooter {
	text-align: center;
	background: #FFF;
}
#gFooter .fLogo {
	background: #000 url(../img/flogo_bg.png) repeat-x;
	padding: 20px 0;
}
#gFooter .fInfo {
	padding: 20px 0 10px;
	line-height: 1.5;
	background: #F5F5F5;
}
#gFooter .fInfo div {
	margin-bottom: 10px;
}
#gFooter .fSearch {
	background: #B58800;
	color: #FFF;
}
#gFooter ul li a:hover {
	color: #707070;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#gFooter .fSearch a {
	color: #FFF;
}
#gFooter .fSearch a:hover {
	color: #E9DCB3;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#gFooter .fSearch span {
	display: inline-block;
	width: 90px;
	height: 18px;
	line-height: 19px;
	background: url(../img/f_search_ttl.png) no-repeat;
	color: #B58800;
	font-weight: bold;
}
#gFooter ul {
	padding: 10px 0;
}
#gFooter ul li {
	display: inline;
	list-style-type: none;
}
#gFooter ul li:before {
  content: " | ";
}
#gFooter ul li:first-child:before {
  content:"";
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#pagetop a {
	position: absolute;
	bottom: 30px;
	right: 0;
}
small {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
	background: #F5F5F5;
}