/* 標準スタイル */

BODY {
	background-color: #F7F7F0;
}
.head {
	margin-top: 15px;
	margin-bottom: 15px;
}
.line {
	background-color: #666666;
}
.mid {
	margin-bottom: 20px;
}
.obi-bg {
	background-color: #EEEEEE;
}
.obi-bg2 {
	background-color: #EEEEEE;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
}
.footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #FFFFFF;
}


/* テキスト回り込み用スタイル */

.p-right {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.p-left {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}


/* テキスト用スタイル */

.fs10 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 10px;
	color: #666666;
}
.fs12 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
}
.fs12hd {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #AAAAAA;
}
.fs12h135 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
	line-height: 135%;
}
.fs12red {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #CC3300;
}
.fs12date {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #CC6633;
	font-weight: bold;
}
.fs14 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	color: #666666;
}
.fs14b {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.fs16 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	color: #666666;
}
.fs16b {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.fs16rb {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	color: #CC6633;
	font-weight: bold;
}


/* リンク用スタイル */

A:LINK {
	color : #6699CC;
	text-decoration : underline;
}
A:VISITED {
	color : #6699CC;
	text-decoration : underline;
}
A:HOVER {
	color : #CC6666;
	text-decoration : underline;
}
A:ACTIVE {
	color : #CC6666;
	text-decoration : underline;	
}

