body {
	background-image: url(img/back.jpg);
}

/* フォント */

.f12db {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック";
	color: #003366;
	line-height: 18px;
}
.f12db a:link {
	color: #003366;
	text-decoration: underline;
}
.f12db a:visited{
	color: #003366;
	text-decoration: underline;
}
.f12db a:hover {
	color: #339966;
	text-decoration: none;
}
.f12db a:active{
	color: #339966;
	text-decoration: none;}
	
	

.f12g {
	font-size: 12px;
    font-family: "ＭＳ Ｐゴシック";
	color: #666666;
	line-height: 18px;
}
.f12g a:link {
	color: #666666;
	text-decoration: none;
}
.f12g a:visited{
	color: #666666;
	text-decoration: none;
}
.f12g a:hover {
	color: #339966;
	text-decoration: none;
}
.f12g a:active{
	color: #339966;
	text-decoration: none;}

.f13g {
	font-size: 13px;
    font-family: "ＭＳ Ｐゴシック";
	color: #666666;
	line-height: 18px;
}	

.f14g {
	font-size: 14px;
    font-family: "ＭＳ Ｐゴシック";
	color: #666666;
	line-height: 18px;
}	

.f11cop{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.f12dg {
	font-size: 12px;
    font-family: "ＭＳ Ｐゴシック";
	color: #333333;
	line-height: 16px;
}
.f13dg {
	font-size: 12px;
    font-family: "ＭＳ Ｐゴシック";
	color: #333333;
	line-height: 20px;
}
.f14dg {
	font-size: 14px;
    font-family: "ＭＳ Ｐゴシック";
	color: #333333;
	line-height: 18px;
}
.f11g {
	font-size: 11px;
    font-family: "ＭＳ Ｐゴシック";
	color: #666666;
	line-height: 18px;
}

/* スクロール表示 */ 
#scr {
	overflow-y: scroll;
	width: 388px;
	height: 150px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
ul{
	background-image:url(../img/sqare.gif);
	background-repeat: no-repeat;
	background-position: left;
}
li{	
}




/* ボーダー */
.border-gd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016867;
}
.border-gu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #016867;
}
