﻿@charset "utf-8";

/*　フォントスタイル　*/
.small, .normal, .large { line-height: 1.5em;
	font-family:"MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #434343;
}

.small { font-size: 10px;
}

.normal { font-size: 12px;
}

.large { font-size: 14px;
}
/*　フォントスタイル　*/

.clearboth { clear:both;
}
/* dr-k */
.dr-K:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.dr-K { display: inline-block; }
/* exlude MacIE5 \*/
* html .dr-K { height: 1% }
.dr-K { display:block; }
/* end MacIE5 */
/* dr-k */

/*　基本フォーマット　*/
* { margin: 0px;
	padding: 0px;
}
body { background: #f2f2f4;
}
img { border: none;
}
a { text-decoration: none;
	color: #4271b1;
}
a:hover { text-decoration: underline;
}
li { list-style: none;
	vertical-align: top;
}
li img { vertical-align: top;
}

#MAIN {	text-align: left;
	background: #fff url(/imgs/cmn/bg_main.gif);
	background-repeat: repeat-y;
	width: 744px;
	margin: 0px auto;
	border: solid 1px #babcc2;
	border-top: none;
}

.no-dpl { visibility: hidden;
	font-size: 9px;
}
.no-dpl2 { display: none;
}
.right { float: right;
}
.right2 { display: block;
	text-align: right;
}
/*　基本フォーマット　*/

/*　ヘッダー　*/
#HDR { background: #fff;
}
#HDR p { float: left;
	width: 473px;
}
#HDR p, #HDR-S { padding: 12px;
}
#HDR-S ul { margin-top: 3px;
}
#HDR-S li { float: left;
}
.searchField { width: 167px;
}

div#GNV { clear: both;
/*
	margin-top: 8px;
*/
	height: 31px;
	background: url(/imgs/cmn/bg_nv.gif);
}
div#GNV li { float: left;
}
#GNV a { display: block;
	width: 117px;
	height: 31px;
	background: url(/imgs/cmn/nv.gif);
	text-decoration: none;
}
#GNV-BTN-1 a { width: 117px;
}
#GNV-BTN-1 a:hover { background-position: 0px -31px;
}
#GNV-BTN-2 a { background-position: -117px 0px;
}
#GNV-BTN-2 a:hover { background-position: -117px -31px;
}
#GNV-BTN-3 a { background-position: -234px 0px;
}
#GNV-BTN-3 a:hover { background-position: -234px -31px;
}
#GNV-BTN-4 a { background-position: -351px 0px;
}
#GNV-BTN-4 a:hover { background-position: -351px -31px;
}
#GNV-BTN-5 a { background-position: -468px 0px;
}
#GNV-BTN-5 a:hover { background-position: -468px -31px;
}
#GNV-BTN-6 a { background-position: -585px 0px;
}
#GNV-BTN-6 a:hover { background-position: -585px -31px;
}
/*　ヘッダー　*/


/*　パンくずナビ　*/
#BRD { clear: both;
	background: url(/imgs/cmn/bg_bread.gif);
	border-top: solid 1px #dce1ea;
	border-bottom: solid 1px #b1bcd2;
	height: 24px;
}
#BRD ul { padding: 5px 6px 7px 12px;
}
#BRD li { float: left;
}
/*　パンくずナビ　*/


/* 右コンテンツ */
#RGT-CLM { width: 541px;
	float: right;
	padding: 0px 11px 0px 12px;
}
h1 { padding: 18px 0px 10px 0px;
	border-bottom: solid 2px #bbc5d8;
}
/* 右コンテンツ */


/* フッター */
#FTR { border-top: solid 1px #d2d2d2;
	margin-top: 60px;
}
#FTR-L img { margin-right: 36px;
}
/* フッター */

/* フッター */
.top #FTR { border-top: solid 1px #d2d2d2;
	margin: 60px 12px 0px 12px;
}
.top #FTR-L img { margin-right: 214px;
}
/* フッター */


/* 左メニュー */
#LFT-CLM { width: 180px;
	float: left;
}
#LFT-CLM ul { padding: 0px 8px;
}
div#LFT-CLM li { background: url(/imgs/cmn/arw.gif) no-repeat;
	background-position: 3px 11px;
	padding: 8px 0px 8px 14px;
	border-bottom: solid 1px #dcdcdc;
	
}
/* 左メニュー */


/* 調整：メインコンテンツに戻るリンク */
#END { clear: both;
}
/* 調整：メインコンテンツに戻るリンク */


/* リンクの矢印表示 */
.arw { background: url(/imgs/cmn/arw.gif) no-repeat;
	background-position: 3px 8px;
	padding: 8px 0px 8px 14px;
}
/* リンクの矢印表示 */
