@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-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

.clear {
	clear:both;
}

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

/* 基本レイアウト */
#head_title {
	position: relative;
	height: 24px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	color:#666666;
	font-size:10px;
	text-align:right;
	line-height:24px;
}
#container {
	width: 945px;
	height: auto;
	margin: 0 auto 0 auto;
	border-right:#3052e3 solid 1px;
	border-left:#3052e3 solid 1px;
	background-color:#FFF;
}
#header {
	position: relative;
	height: 120px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	height: auto;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:34px;
	overflow:hidden;
}
#footer {
	clear: both;
	height: 25px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	color:#FFF;
	font-size:10px;
	background-image:url(../images/bg_fotter.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
}
/* 以上基本レイアウト */

/*ヘッダー*/
#header_title {
	float:left;
}
#header_copy {
	float:right;
}
#header_bottom {
	clear:both;
	width:945px;
	height:21px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	background-image:url(../images/header_btm.gif);
	background-repeat:no-repeat;
	line-height:0px;
	font-size:0px;
}
#header_link {
	position:absolute;
	left: 517px;
	top: 45px;
	width:auto;
	height:auto;
}

/*メインコンテンツ*/
#main {
	float: left;
	height: auto;
	width: 680px;
	padding:0 0 0 10px;
	background-color: #FFF;
	overflow:hidden;
}

/*グローバルナビ*/
#gnavi {
	width:945px;
	height:25px;
	position:relative;
}
#gnavi ul.gnavi {
	width:945px;
	height:25px;
	list-style-type:none;
	overflow:hidden;
}
#gnavi ul.gnavi li {
	width:135px;
	height:25px;
	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: #3052e3;
	border-bottom-color: #3052e3;
	border-left-color: #3052e3;
	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;
}


#gnavi_sub01 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 135px;
	top: 25px;
}
#gnavi_sub02 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 270px;
	top: 25px;
}
#gnavi_sub03 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 405px;
	top: 25px;
}
#gnavi_sub04 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 540px;
	top: 25px;
}
#gnavi_sub05 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 675px;
	top: 25px;
}
#gnavi_sub06 {
	position:absolute;
	visibility:hidden;
	width:136px;
	/*	visibility: hidden;*/
	left: 810px;
	top: 25px;
}


/*サイドメニュー*/
#sidemenu {
	float: right;
	height: auto;
	width: 230px;
	padding-right:10px;
	background-color: #FFF;
	overflow:hidden;
}
#info {
	margin-bottom:20px;
}
#info .tit {
	width:228px;
	border: 1px solid #bfbfbf;
}
#info .article {
	width:213px;
	padding:12px 0 12px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	line-height:1.6em;
}
#info strong {
	font-size:14px;
	font-weight:bold;
}
.sidelink {
	margin-bottom:11px;
}
.sidelink02 {
	margin-bottom:11px;
	padding:2px 0;
	border:#3052e3 1px solid;
}
.sidelink_s {
	float:left;
}
.sidelink_waku {
	width:222px;
	margin-right:auto;
	margin-left:auto;
}
#sidemenu #btn_waku {
	width:230px;
	height:auto;
	margin-bottom:31px;
}
#sidemenu .btn {
	width:230px;
	height:auto;
	margin-bottom:11px;
}
#sidemenu .btn #access_btn {
	float:left;
	width:109px;
	padding-right:11px;
}
#sidemenu .btn #contact_btn {
	float:left;
	width:110px;
}
.banner {
	margin-bottom:10px;
}

/*フッター*/
#footer_menu {
	float:left;
	height:23px;
	width:710px;
}
#footer_menu ul {
	list-style-type:none;
	padding-top:2px;
}
#footer_menu li {
	float:left;
	display:inline;
	padding-left:8px;
	padding-right:10px;
}
#copyright {
	float:right;
	width:auto;
	height:23px;
	padding-top:2px;
	padding-left:8px;
	padding-right:8px;
	text-align:right;
}

/* 見出し */
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;
}
/* 本文 */
/* ページトップへリンク */
.totop {
	width:auto;
	padding-left:12px;
	margin-top:40px;
	background-image:url(../images/arrow_totop.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	font-size:10px;
}



/* リンク */
a:link,
a:visited{
	color: #3052e3;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #5c8dd6;
	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 li a:link,
#gnavi li a:visited {
	color: #3052e3;
	text-decoration: none;
}
#gnavi li a:hover,
#gnavi li a:focus,
#gnavi li a:active{
	color: #3052e3;
	text-decoration: underline;
}

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

/* ページトップへリンク */
.totop a:link,
.totop a:visited {
	color: #3b3b3b;
	text-decoration: none;
}
.totop a:hover,
.totop a:focus,
.totop a:active{
	color: #3b3b3b;
	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);
}
