@charset "shift_jis";
/* CSS Document */

/* リセット */
html {
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
}

body,td,th {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:2em;
	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-repeat:repeat-x;
}

h1{
	text-align: center;
	overflow: hidden;
	display: none;
}

.clear {
	clear:both;
}

/* float背景のバグ処理 */
.clearfix {
	overflow:hidden;
}
/* float背景のバグ処理 IE */
* html .clearfix {
	zoom: 1;
}

/* 基本レイアウト */
#container {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
	background-color:#FFF;
}
#main {
	height: auto;
	width: 458px;
	margin-right: auto;
	margin-left: auto;
	padding:34px 0;
	overflow:hidden;
}
/* 以上基本レイアウト */

/*グローバルナビ*/
#gnavi {
	/* width:679px; */
	width:700px;
	height:49px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
#gnavi ul.gnavi {
	/* width:679px; */
	width:700px;
	height:49px;
	list-style-type:none;
	overflow:hidden;
}
#gnavi ul.gnavi li {
	width:135px;
	height:49px;
	display:inline;
}
ul.gnavi_sub {
	width:130px;
	list-style:none;
	padding:2px;
	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:130px;
	padding:2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align:center;
}


#gnavi_sub01 {
	position:absolute;
	visibility:hidden;
	width:136px;
	left: 2px;
	top: 47px;
}

/* グローバルメニューサブメニューリンク*/
.gnavi_sub li a:link,
.gnavi_sub li a:visited {
	color: #000;
	text-decoration: underline;
}
.gnavi_sub li a:hover,
.gnavi_sub li a:focus,
.gnavi_sub li a:active{
	color: #ff8200;
	text-decoration: underline;
}

/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
