body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px; 
	font-size: 10px;
	color:#3C280F;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";margin:0px; 
	font-size: 10px;
	color:#3C280F;
}

th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";margin:0px; 
	font-size: 10px;
}
.txt_b{
	font-weight:bold;
}

/* ------ リンクの設定 ------ */
a {
	color: #0F3C8F;
}
a:visited {
	color: #0F3C8F;
}
a:hover {
	color: #5777B1;
}

a.unline {
	text-decoration: none;
	color: #343399;
}
a.unline:visited {
	text-decoration: none;
	color: #343399;
}
a.unline:hover {
	text-decoration: underline;
	color: #003399;
}

a.type1 { color:#666666; }
a:hover.type1 { color:orange; }

.type2 { color:#FFFFFF; }
a:hover.type1 { color:orange; }

			


/* ------ 背景の設定 ------ */
.white_back { background-color: #FFFFFF;}
.gray_back { background-color: #333333;color:white;}
.gray_offback { background-color: #666666;color:white;}
.fs120 { line-height: 120%;}
.fs140 { line-height: 140%;}
.fs180 { line-height: 180%;}
.fs200 { line-height: 200%;}
.fs11 { font-size: 11pt; }
.fs13 { font-size: 13pt;}
.fs10 { font-size: 10pt;
line-height: 180%;}


/* ------ テーブルの設定 ------ */
.b-tab { height:23px;
	font-size: 9pt;
}
.size10 {
	font-size: 10px;
}
.size9 {
	font-size: 9px;
}
.size12 {
	font-size: 12px;
}
.size10h {
	font-size: 10px;
	line-height: 16px;
}
.size12h {
	font-size: 12px;
	line-height: 18px;
}
.size14 {
	font-size: 14px;
}
/***********************追加********************************/
.line130{
	line-height:130%;
}
.tb2 img{
	padding:1px;
}
.tb2{
	text-align:center;
	width:95%;
}

ul.kako{
    width:100%;
    margin-top:20px;
    font-size:13px;
	line-height:120%;
    padding-left:0;
    margin-left:20px;
}

ul.kako li{
    list-style:none;
	display:block;
	width:300px;
    padding:3px 10px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
}

