/* 基本CSS */

img
{
	border-width: 0px;
	border-style: none; 
}

.imgR
{
	float: right;
	padding: 3px 0px 8px 15px;
}

.imgL
{
	float: left;
	padding: 3px 15px 8px 0px;
}

.imgL0
{
	float: left;
	padding: 0px 15px 8px 0px;
}

.imgR0
{
	float: right;
	padding: 0px 0px 8px 15px;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 75%;
	line-height: 150%;
}

p.nn
{
	margin: 0px;
	font-size: 75%;
	line-height: 150%;
}

p.lead
{
	padding: 15px 0px 10px 0px;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}

table p
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 100%;
}

.clear
{
	clear: both;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.top td, .top
{
	vertical-align: top;
}

.btm
{
	vertical-align: bottom;
}

.lt
{
	text-align: left;
	vertical-align: top;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* ページの基本レイアウト */

body
{
	margin: 0 0 0 20px;
	padding: 0px;
	color: #333333;
	background-color: #EEEEEE;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 780px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 2px solid #036;
}

#container2
{
	margin: 0px;
	padding: 0px;
	width: 780px;
	text-align: center;
	background-color: #FFFFFF;
}


/* ヘッダー */

#hd
{
	background: url(/common/img/header_bg.gif) top left repeat-x;
	width: 780px;
	height: 120px;
}

#logo
{
	float: left;
	width: 275px;
}

#hdnv
{
	float: right;
	padding-top: 5px;
	width: 400px; 
}

#nv
{
	clear: both;
}

#nv li
{
	float: left;
}

#nv li
{
	margin-bottom: -4px; 
}


/* 右ナビゲーション */

#rgtnv
{
	float: right;
	margin-top: 5px;
	width: 180px;
	text-align: left;
}

#rgtnv ul
{
	margin-bottom: 10px;
}

#rgtnv li
{
	font-size: 12px;
	margin-bottom: 1px;
}

#rgtnv li a.img
{
	padding: 0px !important;
	background: none  !important;
	height: auto  !important;
}

#rgtnv li.stit
{
	padding: 5px 0px 0px 20px;
	background: #000066;
	color: #FFFFFF;
	font-weight: bold;
	border-top: solid 5px #FFFFFF;
	width: 167px;
	height: 20px;
	voice-family:"\"}\"";
	width: 147px;
	height: 15px;
}

#rgtnv li a
{
	display: block;
	padding: 5px 0px 0px 20px;
	width: 165px;
	height: 24px;
	background: url(/common/img/arrow_cgy.gif) no-repeat left;
	text-decoration: none;
	border: solid 1px #FFFFFF;
	color: #333333;
	line-height: 140%;
	voice-family:"\"}\"";
	width: 145px;
	height: 19px;
}

#rgtnv li a:hover, #rgtnv li.now
{
	display: block;
	padding: 5px 0px 0px 20px;
	width: 165px;
	height: 24px;
	background: #FFFFFF url(/common/img/arrow_cgy.gif) no-repeat left;
	border: solid 1px #333333;
	color: #333333;
	line-height: 140%;
	voice-family:"\"}\"";
	width: 145px;
	height: 19px;
}

#rgtnv li a.l2
{
	padding: 4px 0px 2px 20px;
	height: 38px;
	line-height: 140%;
	voice-family:"\"}\"";
	height: 33px;
}

#rgtnv li a.l2:hover, #rgtnv li.nowl2
{
	display: block;
	padding: 4px 0px 2px 20px;
	width: 165px;
	height: 38px;
	background: #FFFFFF url(/common/img/arrow_cgy.gif) no-repeat left;
	border: solid 1px #333333;
	color: #333333;
	line-height: 140%;
	voice-family:"\"}\"";
	width: 145px;
	height: 31px;
}



/* フッター */

.ptop
{
	clear: both;
	border-top: solid 35px #FFFFFF;
	margin: 0px 0px 10px 0px;
	text-align: right;
	width: 765px;
}

#ftlink
{
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 75%;
	line-height: 150%;
}

#foot
{
	clear: both;
	padding: 15px 0px 8px 0px;
	width: 780px;
	font-size: 8pt;
	line-height: 150%;
	color: #000000;
	text-align: center;
	background-color: #BBCCEE;
	background-image: url(/common/img/footer_bg.gif);
	border-top: 1px solid #036;
	border-bottom: 2px solid #036;
}

#foot a, #foot a:hover
{
	color: #000000;
}

address
{
	width: 780px;
	padding: 0px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
}


/* 本文 */

#mainlft
{
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	width: 565px;
	text-align: left;
}

#mainfull
{
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	width: 750px;
	text-align: left;
}


/* カテゴリトップリンク */

.lst
{
	margin-top: 20px;
}

.lst ul li, .lst dl dt
{
	font-size: 85%;
	border-bottom: 3px solid #FFFFFF;
}

.lst ul li.stit, .lst dl dt.stit
{
	font-size: 75%;
	font-weight: bold;
	border-top: 10px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	color: #003399;
}

.lst ul li a, .lst dl dt a
{
	padding: 7px 0px 2px 15px;
	display: block;
	background: url(/common/img/arrow01.gif) no-repeat left #ECF6FF;
	text-decoration: none;
	width: 565px;
	height: 33px;
	voice-family:"\"}\"";
	width: 551px;
	height: 21px;
}

.lst dl dt.ecsite
{
	padding: 7px 0px 2px 15px;
	display: block;
	background: url(/common/img/arrow01.gif) no-repeat left #ECF6FF;
	text-decoration: none;
	width: 565px;
	height: 33px;
	voice-family:"\"}\"";
	width: 551px;
	height: 21px;
}

.lst dl dt a
{
	font-weight: bold;
}

.lst ul li a:hover, .lst dl dt a:hover
{
	padding: 7px 0px 2px 15px;
	display: block;
	border: 1px solid #333333;
	width: 565px;
	height: 33px;
	voice-family:"\"}\"";
	width: 549px;
	height: 19px;
}

.lst dd
{
	padding: 3px 3px 0px 0px;
	margin: 0px 0px 20px 22px;
	font-size: 75%;
	line-height: 150%;
}

.lst dl dt.ecsite
{
	padding: 7px 0px 2px 15px;
	display: block;
	background: url(/common/img/arrow01.gif) no-repeat left #ECF6FF;
	text-decoration: none;
	width: 565px;
	height: 33px;
	voice-family:"\"}\"";
	width: 551px;
	height: 21px;
}

.lst dd.ecsite
{
	padding: 3px 3px 0px 0px;
	margin: 0px 0px 10px 22px;
	font-size: 75%;
	line-height: 150%;
}


.lstL table td
{
	padding: 2px 5px 2px 5px;
	background: #ECF6FF;
	font-size: 75%;
	line-height: 190%;
	border-bottom: solid 3px #FFFFFF;
}

.lstL table td.date
{
	padding-top: 3px;
	width: 120px;
	height: 25px;
	letter-spacing: 1px;
	font-size: 90%;
	color: #CC0000;
	vertical-align: top;
}


.wordlst
{
	margin-top: 30px;
}

.wordlst ul li
{
	font-size: 85%;
	border-bottom: 3px solid #FFFFFF;
	float:left;
}

.wordlst ul li a
{
	padding: 7px 0px 2px 12px;
	margin: 0px 3px 0px 3px;
	display: block;
	background: url(/common/img/arrow01.gif) no-repeat left #ECF6FF;
	text-decoration: none;
	width: 275px;
	height: 33px;
	voice-family:"\"}\"";
	width: 263px;
	height: 21px;
}

.wordlst ul li a:hover
{
	padding: 7px 0px 2px 12px;
	margin: 0px 3px 0px 3px;
	display: block;
	border: 1px solid #333333;
	width: 275px;
	height: 33px;
	voice-family:"\"}\"";
	width: 261px;
	height: 19px;
}




/* 見出し */

h1
{
	margin-top: 0px;
}

h1.nim
{
	padding: 6px 0px 5px 12px;
	margin: 0px 0px 15px 0px;
	background: #303F90;
	width: 565px;
	font-size: 110%;
	line-height: 130%;
	color: #FFFFFF;
	voice-family:"\"}\"";
	width: 553px;
}

h2
{
	padding: 6px 0px 5px 12px;
	margin: 15px 0px 15px 0px;
	background: #303F90;
	width: 565px;
	font-size: 110%;
	line-height: 130%;
	color: #FFFFFF;
	voice-family:"\"}\"";
	width: 553px;
}

h2.s
{
	padding: 6px 0px 5px 6px;
	margin: 15px 0px 15px 0px;
	background: #303F90;
	width: 565px;
	font-size: 90%;
	line-height: 130%;
	color: #FFFFFF;
	voice-family:"\"}\"";
	width: 559px;
}

h2 span, h3 span, h4 span
{
	display: none;
}

h3
{
	padding: 2px 0px 0px 12px;
	margin: 20px 0px 12px 0px;
	background: url(/common/img/pt_h3.gif) no-repeat left;
	font-size: 100%;
	line-height: 150%;
	color: #333333;
}

h3.s
{
	font-size: 75%;
}

h3.n
{
	margin-bottom: 0px;
}

h2.img, h3.img
{
	padding-left: 0px;
	background: none;
}

h4
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	color: #303F90;
}

h5
{
	margin: 25px 0px 8px 0px;
	padding: 0px;
	font-size: 90%;
	letter-spacing: 1px;
	color: #FF0000;
}

.h2
{
	margin-bottom: 15px;
}

.h2 table td
{
	padding: 6px 8px 5px 14px;
	background: #303F90;
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #FFFFFF;
}

.h2 table td.S
{
	font-size: 75%;
	line-height: 130%;
	font-weight: normal;
}

/* リストマーク */

.lstmrc
{
	margin-bottom: 15px;
}

.lstmrc ul li
{
	padding: 0px 0px 2px 15px;
	background: url(/common/img/list02.gif) no-repeat left top;
	font-size: 75%;
	line-height: 150%;
}


/* テキスト */

table p.nn
{
	font-size: 75%;
	line-height: 150%;
}

.f14
{
	font-size: 90%;
	line-height: 170%;
}

.subtxt
{
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}

.cap
{
	margin: 3px 0px 7px 0px;
	font-size: 65%;
	line-height: 130%;
	color: #666666;
}


/* テーブル */

/* （ベタ） */

.bg table
{
	font-size: 75%;
	line-height: 150%;
}

.bg table th
{
	padding: 5px;
	background-color: #555555;
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	color: #FFFFFF;
}

.bg table td
{
	padding: 5px;
	background-color: #F5F5F5;
	border-bottom: solid 2px #FFFFFF;
}

.bg table th.gr
{
	background-color: #666666;
	text-align: left;
}

.bg table td.gr
{
	background-color: #DDDDDD;
	border-right: solid 2px #FFFFFF;
	font-weight: bold;
}

.bg table td.nobg, .bg table th.nobg
{
	background: none;
}

.bg table td.nobd, .bg table th.nobd
{
	border: none;
}

.bg table td.pd
{
	background: #FFFFFF;
	padding: 0px;
	vertical-align: top;
}


/* （ライン） */

.ln
{
	clear: both;
}

.ln table
{
	font-size: 75%;
	line-height: 150%;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	border-collapse: collapse;
}

.ln table th
{
	padding: 5px;
	background-color: #E4F1FC;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.ln table th.lftop
{
	text-align: left;
	vertical-align: top;
}

.ln table th.gr, .ln table td.gr
{
	background-color: #DDDDDD;
}

.ln table th.bl
{
	background-color: #E4F1FC;
}

.ln table td
{
	padding: 5px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.ln table th.og
{
	padding: 3px 5px 3px 5px;
	background: #FFFFCC;
	text-align: left;
	color: #333333;
}

.ln table td.og
{
	background: #FFFFFF;
	vertical-align: top;
}

table.nestnb, table.nestnb td, table.nestnb th
{
	border: none;
	background: none;
}

table.nestnb
{
	font-size: 100%;
}

table.nestnb td.btmln, table.nestnb th.btmln
{
	border-bottom: solid 1px #999999;
}


/* （ライン2） */
.ln2 table
{
	font-size: 65%;
	line-height: 130%;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
}

.ln2 table th
{
	padding: 2px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background-color: #E4F1FC;
	color: #333399;
}

.ln2 table td
{
	padding: 2px;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	vertical-align: top;
}

.ln2 table td.wtbd, .ln2 table td.wtbd
{
	border-bottom: solid 1px #FFFFFF;
}


/* （ラインなし・背景色なし） */
.lnn table, .lnn table td, .lnn table th
{
	padding: 0px;
	border: none;
}

.lnnp table, .lnnp table td, .lnnp table th
{
	padding: 2px;
	border: none;
}

.bgn table, .bgn table td, .bgn table th
{
	background: none;
	border: none;
}

/* （固定） */
.gln table
{
	border: 1px solid #999999;
}

.gln table td
{
	padding: 8px;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}


/* コラム用 */
.clm table
{
	margin-bottom: 25px;
}

.clm table th
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 75%;
	line-height: 150%;
	background: #666666;
	color: #FFFFFF;
}

.clm table td
{
	padding-top: 7px;
	vertical-align: top;
	font-size: 75%;
	line-height: 150%;
}

.clm table td.i
{
	padding-top: 9px;
	width: 170px;
}


/* パディング ・マージン*/

.nomp
{
	margin: 0px;
	padding: 0px;
} 

.padding5
{
	padding: 5px;
}

.paddingtopbtm9
{
	padding: 9px 0px 9px 0px;
}

.paddingtopbtm10
{
	padding: 10px 0px 10px 0px;
}

.paddingtopbtm15
{
	padding: 15px 0px 15px 0px;
}

.margintop3
{
	margin-top: 3px;
}

.margintop6
{
	margin-top: 6px;
}

.margintop10
{
	margin-top: 10px;
}

.margintop15
{
	margin-top: 15px;
}

.margintop20
{
	margin-top: 20px;
}

.margintop25
{
	margin-top: 25px;
}

.margintop30
{
	margin-top: 30px;
}

.margintop40
{
	margin-top: 40px;
}

.margintop50
{
	margin-top: 50px;
}

.marginbtm5
{
	margin-bottom: 5px;
}

.marginbtm10
{
	margin-bottom: 10px;
}

.marginbtm25
{
	margin-bottom: 25px;
}


/* 色指定 */

.wt
{ 
	color: #FFFFFF;
}

.rd
{
	color: #FF0000;
}

.bl
{ 
	color: #003399;
}

.gn
{
	color: #006600;
}



/* スペース調整用 */

.space
{
	padding: 30px 0px 0px 15px;
	width: 500px;
}




