body {
	color: #666666;
	background-color: #ffffff;
	font-size : 12px;
	font-family: "ヒラギノ角ゴ", "Osaka", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", arial, helvetica, san-serif;
	line-height: 150%;
}

/*リスト*/
.list {
	font-size : 11px;
	color: #999999;
}

/*本文*/
.headline1 {
	font-size : 12px;
	color: #666666;
	border-left: #BDBDBD 10px solid;
	border-right: #BDBDBD 1px solid;
	border-top: #BDBDBD 1px solid;
	border-bottom: #BDBDBD 1px solid;
	padding: 6px 4px 4px 8px;
}

.headline2 {
	font-size : 12px;
	color: #666666;
	margin-top: 20px;
	border-left: #BDBDBD 1px solid;
	border-right: #BDBDBD 1px solid;
	border-top: #BDBDBD 1px solid;
	border-bottom: #BDBDBD 1px solid;
	padding: 10px;
}

.etc {
	padding: 5px;
	border: #7FCBCB 1px solid;
	font-size : 11px;
	color: #666666;
	line-height: 140%;
	background-color:#EEFBFB;
}

.er {
	margin: 2px;
	margin-bottom: 10px;
	padding: 5px;
	border: #CC0000 1px solid;
	font-size : 12px;
	color: #CC0000;
	line-height: 140%;
}

.term {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 60px;
	border: #7FCBCB 1px solid;
	font-size : 11px;
	color: #666666;
	text-align: center;
	background-color:#EEFBFB;
	padding: 2px 0px 0px 0px;
}

.table1 {
	padding: 5px;
	border: #7FCBCB 1px solid;
	font-size : 12px;
	color: #666666;
	line-height: 150%;
	background-color:#EEFBFB;
}

.table2 {
	padding: 4px;
	margin-left: 10px;
	font-size : 12px;
	color: #ffffff;
	line-height: 100%;
	background-color:#009898;
}

.txt {
	font-size : 12px;
	color: #666666;
	line-height: 150%;
}

.txt1 {
	font-size : 12px;
	color: #666666;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.txt2 {
	font-size : 11px;
	color: #666666;
	line-height: 140%;
}

.txts {
	font-size : 11px;
	color: #999999;
}

.subm {
	font-size : 12px;
	color: #666666;
	line-height: 180%;
	margin-right: 10px;
	margin-left: 20px;
}

.right {
	font-size : 12px;
	color: #999999;
	text-align: right;
}

.center {
	font-size : 12px;
	text-align: center;
	margin: 20px;
}



/*画像*/
.pagetitle {
	margin-top: 15px;
	margin-bottom: 25px;
} 

.blid1 {
	font-size : 12px;
	line-height: 150%;
	list-style-image: url(images/blid1.gif)
} 

/*フッタ*/
.footer1 {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 7px;
	color: #ffffff;
	font-size : 12px;
	line-height: 120%;
}

.footer2 {
	margin-right: 20px;
}

.footertxt {
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #999999;
	font-size : 11px;
	line-height: 130%;
}

/*リンク*/
a:link {color: #3333CC; text-decoration: underline;}
a:visited {color: #666699; text-decoration: underline;}
a:hover {color: #CC3333; text-decoration: underline; background-color: #FEF3F3;}

/*サブメニュー*/
.menu{
	position:absolute;
	top:-1000px; left:0px;
	visibility:hidden;
	width:170px;
	font-size:12px;
	line-height:140%;
	border:1px #009898 solid;
	background-color:#F2F2F2;
	padding:5px 5px 5px 5px;}

/*サブメニュー横*/
.navi{
	float : left;
	margin : 0px;
}