@charset "Shift_JIS";

/*　フォントスタイル　*/
body { font-size: 75% ;
	font-family: 'ＭＳ Ｐゴシック' , "Arial" , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro','メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , sans-serif ;
	line-height: 1.5;
}
.small { font-size: 83% ;
}
.large { font-size: 116% ;
}
.x-large { font-size: 133% ;
}
/*　フォントスタイル終わり　*/

/*　基本フォーマット　*/
* { margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 { font-size: 100% ;
}
body { color: #313131 ;
	background-color: #FFFFFF ;
}
img { border: none;
}
a { text-decoration: underline ;
	color: #016BCD ;
}
a:hover { text-decoration: underline;
}
li { list-style: none;
	margin: 0px;
	padding: 0px;
}
.right { float: right;
}
.clearboth { clear: both;
	height: 0px;
	background: none;
	text-decoration: none;
	overflow:hidden;
	padding-top: 0;	
}
.hide { display: none;
}
/* floatのheight弊害解消 */
	.dr-K:after { content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.dr-K { display: inline-block;
	}

	/* Hides from IE-mac \*/
	* html .dr-K { height: 1%; }
	.dr-K { display: block; }
	/* End hide from IE-mac */
/* floatのheight弊害解消 */

/*　基本フォーマット終わり　*/


/* 大枠 */
#BG {}
/* 大枠 */

/*　ヘッダー　*/
#HDR-BG { background: url(/imgs/cmn/hdr_bg.gif) repeat-x top #FFFFFF ;
}
#HDR { padding: 0px 0px 0 ;
	width: 840px ;
	margin: 0 auto ;
	background: url(/imgs/cmn/hdr_bg1.jpg) no-repeat right top ;
}
#HDR h1 { float: left ;
	padding: 18px 0 17px 0 ;
}
#SUB-NV { float: right;
	width: 183px ;
	font-size: 2px ;
	line-height: 2px ;
	padding: 30px 0 0 ;
}

#SIZE { float: right;
	width: 120px;
	height: 18px ;
}
#SIZE li { float: left;
	list-style: none;
}
#SIZE a { display: block;
	font-size: 2px ;
	line-height: 2em ;
	height: 0px;
	background: url(/imgs/cmn/hdr_font_nv.gif) no-repeat;
	text-decoration: none;
	overflow:hidden;
	padding-top:17px;
}
#SIZE-1 a { width: 19px;
} 
#SIZE-1 a:hover { background-position: 0px -17px;
}
#SIZE-2 a { width: 19px;
	background-position: -19px -17px; 
} 
#SIZE-2 a:hover { background-position: -19px -17px;
}
#SIZE-3 a { width: 19px;
	background-position: -38px 0px; 
} 
#SIZE-3 a:hover { background-position: -38px -17px;
}

/*　ヘッダー終わり　*/
/*　グランドナビゲーション　*/
#GNV { clear: both ;
	padding: 0 0 0 0 ;
}
#GNV li { float: left;
	list-style: none;
}
#GNV a { display: block;
	height: 0px;
	text-decoration: none;
	overflow:hidden;
	padding-top: 33px;
	background: url(/imgs/cmn/hdr_gnv.gif);
}
#GNV-BTN-1 a { width: 82px ;
}
#GNV-BTN-1 a:hover { background-position: 0px -33px ;
}
#GNV-BTN-2 a { background-position: -82px 0px;
	width: 81px ;
}
#GNV-BTN-2 a:hover { background-position: -82px -33px ;
}
#GNV-BTN-3 a  { background-position: -163px 0px;
	width: 101px ;
}
#GNV-BTN-3 a:hover { background-position: -163px -33px ; 
}
#GNV-BTN-4 a { background-position: -264px 0px;
	width: 86px ;
}
#GNV-BTN-4 a:hover { background-position: -264px -33px ;
}
#GNV-BTN-5 a { background-position: -350px 0px;
	width: 118px ;
}
#GNV-BTN-5 a:hover { background-position: -350px -33px ;
}
/*　グランドナビゲーション終わり　*/
/*　フッター　*/
#END { clear: both;
}
#FTR { clear: both;
	margin: 0 auto ;
	width: 840px ;
}

#FTR .copyright { font-family:"Arial", Helvetica, sans-serif ;
	color: #313131 ;
	clear: both ;
	border-top: 1px solid #d9d9d9 ;
	padding-top: 9px ;
}
#FTR #FTR-NV { padding: 0 0 10px ;
	float: left ;
	width: 840px ;
}
#FTR #FTR-NV li { float:left;
	padding-right: 15px ;
}
#FTR #FTR-NV li#FTR-NV-6 { padding: 0 ;
	float: right ;
}
#FTR-NV a { background: url(/imgs/cmn/ftr_nv.gif) no-repeat ;
	display: block ;
	height: 0px;
	text-decoration: none;
	overflow:hidden;
	padding-top: 10px;
	font-size: 2px ;
	line-height: 2 ;
}
#FTR-NV a:hover { text-decoration: none ;
}
#FTR-NV-1 a { width: 86px ;
}
#FTR-NV-2 a { width: 105px ;
	background-position: -86px 0 ; 
}
#FTR-NV-3 a { width: 66px ;
	background-position: -191px 0 ; 
}
#FTR #FTR-NV #TOTOP { float: right ;
}
#FTR #TOTOP a { background-position: -258px 0 ;
	width: 70px ;
}
/*　フッター終わり　*/
/* メインコンテンツ */
#MAIN-CLM { padding: 0 ;
	clear: both ;
	width: 840px ;
	margin: 0 auto ;
	padding-bottom: 150px ;
}
#RIGHT-PANE { width: 198px ;
	float: right;
	padding: 0 ;
	margin-bottom: 0 ;
}
#LEFT-PANE { float: left;
	padding: 0 0 0 0 ;
	width: 618px;
}
#ACCESS-CLM { background: url(/imgs/cmn/acs_bg.gif) no-repeat left bottom ;
	padding-bottom: 12px ;
}
#ACCESS-CLM .title { padding-bottom: 10px ;
}
#ACCESS-CLM .copy { padding-bottom: 15px ;
}
#ACCESS-CLM .link { text-align: right ;
	padding-right: 12px ;
}
#ACCESS-CLM .link a { background: url(/imgs/cmn/arw_s.gif) no-repeat left center ;
	padding-left: 18px ;
}
.bnr-list li { padding-bottom: 7px ;
}
#LNV { width: 176px ;
	padding: 0 0 0 0 ;
}
#LNV a,
#LNV .nolink { display: block;
	width: 146px;
	padding: 12px 0 12px 30px ;
	color: #343434 ;
}
#LNV a:hover { background-color: #F3F3F3 ;
	text-decoration: none ;
}
#LNV .lnv-tt { border-bottom: none ;
	width: 176px ;
	line-height: 0 ;
	margin: 0 ;
	padding: 0 ;
}
#LNV .lnv-tt a { padding: 0 ;
	margin: 0 ;
	background: none ;
	width: 176px ;
}
#LNV .lnv-tt a img {
}
#LNV li { border-bottom: 1px dotted #8e8e8e ;
	float: left ;
}
#LNV li ul { padding: 0 0 0 0 ;
}
#LNV li ul li { border: none ;
}
#LNV li ul a { height: auto ;
	width: 116px ;
	padding: 3px 0 3px 60px ;
	background-position: 44px center ;
}
#LNV li ul .list-end a { padding-bottom: 21px ;
	background-position: 44px 7px ;
} 
#LEFT-PANE .bnr { padding-bottom: 15px ;
}
/* メインコンテンツ */


/* パンくずナビ */
.bread { padding: 0.5em 0px 0.5em 0.5em ;
	margin: 0 0 24px 0 ;
	background-color: #E7EFF7 ;
}
.bread a { text-decoration: none ;
}
.bread a:hover { text-decoration: underline ;
}
/* パンくずナビ 終わり*/

/* 非表示文字 */
.no-dpl {
	visibility: hidden; 
	font-size: 2px;
	line-height: 3px ;
}

/* アロー */ 
.arw-lrg { background: url(/imgs/cmn/arw_l.gif) no-repeat left center ;
	padding: 3px 0 3px 24px;
}
.arw-sml { background: url(/imgs/cmn/arw_s.gif) no-repeat left center ;
	padding-left : 15px ;
}
/* アロー 終了 */