@charset "shift_jis";
/* CSS Document */

/* テンプレートと共通項目設定 */

/* リセット */
html {
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}

body,td,th {
	margin: 0;
	padding: 0;
	color: #725800;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

body {
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

/* float背景のバグ処理 */
.clearfix {
	overflow:hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}

/* 基本レイアウト */
#container {
	width: 1039px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color:#FFF;
	background-image:url(../images/container_bg.jpg);
	background-repeat:no-repeat;
}
#header {
	height: 227px;
	width: 902px;
	margin-right: 71px;
	margin-left: 66px;
}
#contents {
	height: auto;
	width: 902px;
	margin-right: 71px;
	margin-left: 66px;
	padding-bottom:34px;
	background-image:url(../images/2nd_16.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#footer {
	clear: both;
	height: auto;
	width: 1039px;
	padding-top:147px;
	margin-right: auto;
	margin-left: auto;
	font-size:10px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}
/* 以上基本レイアウト */

/*ヘッダー*/
#header_title {
	width:902px;
	height:174px;
}

/*メインコンテンツ*/
#main {
	float: left;
	height: auto;
	width: 669px;
	padding:4px 0 0 18px;
	overflow:hidden;
}

/*グローバルナビ*/
#gnavi {
	position:relative;
	width:902px;
	height:47px;
	padding-top:2px;
	padding-bottom:4px;
	background-image:url(../images/gnavi_bg.jpg);
	background-repeat:no-repeat;
}
#gnavi ul.gnavi {
	width:898px;
	height:47px;
	margin-right:auto;
	margin-left:auto;
	list-style-type:none;
	overflow:hidden;
}
#gnavi ul.gnavi li {
	display:inline;
}
ul.gnavi_sub {
	width:128px;
	list-style:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	border-left-color: #a8a8a8;
	background-color: #fff;
	line-height:1.6em;
}
ul.gnavi_sub li {
	width:128px;
	padding:4px 0;
	text-align:center;
	background-image:url(../images/gnavi_sub_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#gnavi_sub01 {
	position:absolute;
	visibility:hidden;
	width:130px;
	left: 89px;
	top: 46px;
}
#gnavi_sub02 {
	position:absolute;
	visibility:hidden;
	width:130px;
	left: 224px;
	top: 46px;
}
#gnavi_sub04 {
	position:absolute;
	visibility:hidden;
	width:130px;
	left: 494px;
	top: 46px;
}
#gnavi_sub06 {
	position:absolute;
	visibility:hidden;
	width:130px;
	left: 766px;
	top: 46px;
}

/*サイドメニュー*/
#sidemenu {
	float: right;
	height: auto;
	width: 183px;
	padding-right:15px;
	overflow:hidden;
}
.banner {
	width: 183px;
	margin-bottom:3px;
}

/*フッター*/
#footer_menu {
	height:34px;
	width:auto;
	padding-left:63px;
	background-image:url(../images/footer_menu_bg.gif);
	background-repeat:repeat-x;
}
#footer_menu ul {
	list-style-type:none;
}
#footer_menu li {
	display:inline;
}
#footer_info {
	clear:both;
	width:798px;
	height:56px;
	background-image:url(../images/2nd_31.gif);
	background-repeat:no-repeat;
	padding-left:240px;
}
#footer_info ul {
	list-style-type:none;
	width:798px;
	padding-top:12px;
}
#footer_info li {
	float:left;
	margin-right:60px;
	line-height:1.2em;
	color:#666666;
}
#footer_info li.last {
	float:left;
	margin-right:0px!important;
	line-height:1.2em;
	color:#666666;
}
#copyright {
	clear:both;
	width:auto;
	height:auto;
	padding-top:7px;
	padding-left:66px;
	color:#464646;
}

/* 見出し */
h1 {
	font-weight: normal;
	margin: 0px;
	font-size:12px;
}
h2 {
	font-size:12px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size:12px;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-size:12px;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-size:12px;
	font-weight: normal;
	margin: 0px;
}
h6 {
	font-size:12px;
	font-weight: normal;
	margin: 0px;
}
,strong,em {
	font-weight:normal;
	font-style:normal;
}
/* 本文 */



/* リンク */
a:link,
a:visited{
	color: #725800;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #ff8200;
	text-decoration: underline;
}

/* ヘッダーリンク　*/
#header a:link,
#header a:visited {
	color:#3052e3;
	text-decoration: none;
}
#header a:hover,
#header a:focus,
#header a:active{
	color: #3052e3;
	text-decoration: underline;
}

/* フッターリンク */
#footer a:link,
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active{
	color: #FFF;
	text-decoration: underline;
}

/* グローバルメニューリンク*/
#gnavi a:link,
#gnavi a:visited {
	color: #000;
	text-decoration: underline;
}
#gnavi a:hover,
#gnavi a:focus,
#gnavi a:active{
	color: #ff8200;
	text-decoration: underline;
}

/* ローカルナビリンク */
#lnavi a:link,
#lnavi a:visited {
	color: #725800;
	text-decoration: underline;
}
#lnavi a:hover,
#lnavi a:focus,
#lnavi a:active{
	color: #ff8200;
	text-decoration: underline;
}

/* ページトップへリンク */
.totop a:link,
.totop a:visited {
	color: #725800;
	text-decoration: underline;
}
.totop a:hover,
.totop a:focus,
.totop a:active{
	color: #ff8200;
	text-decoration: underline;
}

/* パンくずリンク */
#topicpath a:link,
#topicpath a:visited {
	color: #725800;
	text-decoration: underline;
}
#topicpath a:hover,
#topicpath a:focus,
#topicpath a:active{
	color: #ff8200;
	text-decoration: underline;
}

/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.img_blue {
	background-color:#5c8dd6;
}
.img_blue a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.img_orange {
	background-color:#ff9600;
}
.img_orange a:hover img{
	opacity: 0.92;
	filter: alpha(opacity=92);
}
.img_gray {
	background-color:#666666;
}
.img_gray a:hover img{
	opacity: 0.90;
	filter: alpha(opacity=90);
}
