@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, th, td, form, fieldset, input, textarea {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	empty-cells:show;
}
caption {
	text-align:left;
}
th {
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}
td {
	vertical-align:top;
}
img {
	border:0;
	vertical-align:bottom;
}
fieldset {
	border:0;
}
/*input {
	_margin:-1px 0;
}*/
/* IE6用送信ボタン調整 */
* html input.submit {
	padding-top:0.2em;
}
/* IE7用送信ボタン調整 */
*:first-child+html input.submit {
	padding-top:0.3em;
}
/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* */
/* 背景設定 */
html {
	height:100%;/*	margin-bottom:1px;*/
}
body {
	height:100%;
	text-align:center;
	line-height:1;
	color:#444;
	background-color:#eaeaee;
}
#wrapper {
	background-color:#fff;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}
#wrapper2 {
	background-color:#fff;
	background-image:url(../img/bg2.png);
	background-repeat:repeat-x;
}
/* テキスト設定 */
/* font-size:123.1%（16px）、font-size:115.4%（15px）、font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）*/
.small {
	font-size:84.6%;
	color:#777780;
	line-height:1.7;
}
.small_px {
	font-size:11px;
	color:#777780;
	line-height:1.7;
}
.mid_px {
	font-size:13px;
}
.large {
	font-size:115.4%;
	line-height:1.4;
}
.xlarge {
	font-size:123.1%;
	line-height:1.4;
}
.date {
	font-size:13px;
	color:#777780;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
.eng {
	font-family:"Verdana", "Arial", sans-serif;
}
strong {
	font-weight:bold;
}
.black {
	color:#000;
}
.red {
	color:#f33;
}
.orange {
	color:#c60;
}
.green {
	color:#094;
}
.blue {
	color:#36c;
}
.l_blue {
	color:#9cf;
}
.purple {
	color:#74c;
}
.brown {
	color:#933;
}
.wine {
	color:#c33;
}
.tx_right {
	text-align:right;
}
.tx_center {
	text-align:center;
}
/* クリア */
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* テキストリンク */
a:link {
	color:#00c;
	text-decoration:none;
}
a:visited {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
a:active {
	color:#f00;
	text-decoration:underline;
}
.f_navi a:link {
	color:#777780;
	text-decoration:none;
}
.f_navi a:visited {
	color:#9999a0;
	text-decoration:none;
}
.f_navi a:hover {
	color:#3c91c7;
	text-decoration:none;
}
.f_navi a:active {
	color:#f00;
	text-decoration:none;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* 汎用設定 */
.pd_b_ss {
	padding-bottom:5px;
}
.pd_b_s {
	padding-bottom:10px;
}
.pd_b_ms {
	padding-bottom:15px;
}
.pd_b_m {
	padding-bottom:20px;
}
.pd_b_ml {
	padding-bottom:25px;
}
.pd_b_l {
	padding-bottom:30px;
}
.pd_b_ll {
	padding-bottom:40px;
}
.mg_b_ss {
	margin-bottom:5px;
}
.mg_b_s {
	margin-bottom:10px;
}
.mg_b_ms {
	margin-bottom:15px;
}
.mg_b_m {
	margin-bottom:20px;
}
.mg_b_ml {
	margin-bottom:25px;
}
.mg_b_l {
	margin-bottom:30px;
}
.mg_r_s {
	margin-right:10px;
}
.mg_r_m {
	margin-right:20px;
}
.mg_r_l {
	margin-right:30px;
}
.mg_l_s {
	margin-left:10px;
}
.kome {
	text-indent:-1em;
	padding-left:1em;
}
.kome2 {
	text-indent:-2em;
	padding-left:2em;
}
.img_left {
	float:left;
}
.img_right {
	float:right;
}
/* ヘッダーの設定（animated_menu.js使用） */
#header {
	width:900px;
	height:85px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#header h1 {
	text-align:right;
	font-size:11px;
	padding:15px 10px 0 0;
	font-weight:normal;
	color:#ccccd3;
}
/* IE6用 */
* html #header h1 {
	font-size:13px;
}
#header h2 a {
	position:absolute;
	bottom:24px;
	left:25px;
	width:91px;
	height:37px;
	background-image:url(../img/logo.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* ヘッダナビの設定（animated_menu.js使用） */
#header ul {
	position:absolute;
	width:326px;
	height:27px;
	bottom:13px;
	right:74px;
	background-image:url(../img/hw.gif);
	background-position:0 -27px;
}
#header ul li {
	float:left;
	width:160px;
	height:27px;
}
#header ul li a {
	display:block;
	width:160px;
	height:27px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
#header ul li.hd_sw1 {
	margin-right:6px;
}
#header ul li.hd_sw1 a {
	background-position:0 0;
}
#header ul li.hd_sw2 a {
	background-position:-166px 0;
}
/* 文字サイズメニューの設定（animated_menu.js使用） */
.txt_size {
	width:46px;
	height:24px;
	position:absolute;
	top:46px;
	right:10px;
	background-image:url(../img/tw.gif);
	background-repeat:no-repeat;
	background-position:-46px 0;
}
.txt_size dl {
	margin-top:13px;
}
.txt_size dt {
	display:none;
}
.txt_size dd {
	float:left;
}
.txt_size a {
	display:block;
	width:11px;
	height:11px;
	background-image:url(../img/tw.gif);
	text-indent:-9999px;
	font-size:0em;
}
.ts1 {
	margin-right:6px;
}
.ts1 a {
	background-position:0 -13px;
}
.ts2 {
	margin-right:6px;
}
.ts2 a {
	background-position:-17px -13px;
}
.ts3 a {
	background-position:-34px -13px;
}
/* コンテナの設定*/
#container {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(../img/nav_bg2.png);
	background-position:0 280px;
	background-repeat:no-repeat;
}
#container2 {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(../img/nav_bg2.png);
	background-position:0 85px;
	background-repeat:no-repeat;
}
/* 左メニュー領域の設定 */
#navi {
	float:left;
	width:225px;
	margin-top:30px;
	background-repeat:no-repeat;
	padding-top:20px;
}
.navi_top {
	background-image:url(../img/nav_bg1.png);
}
.navi_page {
	background-image:url(../img/nav_bg4.png);
}

/* スイッチの設定（animated_menu.js使用） */
#navi ul {
	width:200px;
	background-image:url(../img/sw.png);
	background-position:-200px 0;
	background-repeat:no-repeat;
	margin:0 0 30px 10px;
}
#navi ul.nonct {
	background-image:url(../img/sw_top.png);
}
#navi ul li {
	line-height:100%;
	width:200px;
	height:50px;
}
#navi ul li a {
	display:block;
	width:200px;
	height:49px;
	background-image:url(../img/sw.png);
	text-indent:-9999px;
	font-size:0em;
}
#navi li.nv_sw1 {
	height:26px;
}
#navi li.nv_sw1 a {
	height:21px;
	background-position:0 0;
}
#navi li.nv_sw2a, #navi li.nv_sw2b, #navi li.nv_sw2c {
	 height:30px;
}
#navi li.nv_sw2 a {
	background-position:0 -26px;
}
#navi li.nv_sw2a a {
	height:29px;
	background-position:0 -76px;
}
#navi li.nv_sw2b a {
	height:29px;
	background-position:0 -106px;
}
#navi li.nv_sw2c a {
	height:29px;
	background-position:0 -136px;
}
#navi li.nv_sw3 a {
	background-position:0 -166px;
}
#navi li.nv_sw4 a {
	background-position:0 -216px;
}
#navi li.nv_sw5 a {
	background-position:0 -266px;
}
#navi li.nv_sw6 a {
	background-position:0 -316px;
}
#navi li.nv_sw7 a {
	background-position:0 -366px;
}
#navi li.nv_sw8 a {
	background-position:0 -416px;
}
#navi li.nv_sw9 a {
	background-position:0 -466px;
}
#navi p.cw {
	width:150px;
	height:80px;
	margin-left:35px;
}
#navi p.cw a {
	display:block;
	width:150px;
	height:50px;
	background-image:url(../img/cw.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* コンテンツ領域の設定 */
#doc {
	float:right;
	width:675px;
}
/* バナーの設定（animated_menu.js使用）*/
.banner {
	margin-bottom:30px;
}
.banner ul {
	height:72px;
}
.banner li {
	float:left;
	width:223px;
	height:72px;
}
.banner li p {
	height:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0em;
}
.banner li a {
	display:block;
	width:218px;
	height:72px;
	background-image:url(../img/banner.png);
	text-indent:-9999px;
	font-size:0em;
}
.banner li.gn_sw1 a {
	background-position:0 0;
}
.banner li.gn_sw2 a {
	background-position:-223px 0;
}
.banner li.gn_sw3 a {
	background-position:-446px 0;
}
/* バナー2の設定（animated_menu.js使用）*/
.banner2 ul {
	width:670px;
	height:72px;
}
.banner2 li {
	float:right;
	width:223px;
	height:72px;
}
.banner2 li p {
	height:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0em;
}
.banner2 li a {
	display:block;
	width:218px;
	height:72px;
	background-image:url(../img/fw.png);
	text-indent:-9999px;
	font-size:0em;
}
.banner2 li.gn_sw1 a {
	background-position:0 0;
}
.banner2 li.gn_sw2 a {
	background-position:-223px 0;
}
.banner2 li.gn_sw3 a {
	background-position:-446px 0;
}
/* フッタの設定 */
#footer {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align:left;
}
.credit {
	float:left;
	width:225px;
	background-image:url(../img/nav_bg3.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:27px;
}
.credit h4 {
	width:61px;
	height:26px;
	background-image:url(../img/logos.gif);
	text-indent:-9999px;
	font-size:0em;
	margin:15px 0 0 25px;
}
.credit p {
	font-size:11px;
	color:#777780;
	line-height:18px;
	padding:6px 0 35px 25px;
}
#footer ul {
	margin-left:245px;
	padding-top:30px;
	background-image:url(../img/ft_bg.gif);
	background-repeat:no-repeat;
}
#footer ul li {
	line-height:18px;
	font-size:11px;
}
#footer ul li.col2 {
	margin-left:170px;
}
#footer ul li.col3 {
	margin-left:320px;
}
#footer ul li.coltop1 {
	margin-top:-90px;
}
#footer ul li.coltop2 {
	margin-top:-90px;
}
/* ページトップの設定 */
#footer p.pagetop {
	display:inline;
	float:right;
	width:121px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	background-position:0 -21px;
	margin:30px 10px 0 0;
}
#footer p.pagetop a {
	display:block;
	width:121px;
	height:21px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
#copyright {
	font-size:10px;
	color:#9999a0;
	text-align:right;
	padding:10px 10px 0 0;
}
.count {
	color:#eaeaee;
}
