/*　Body の設定　*/

body {
	background-color: #C8C5AC;
	margin-top: 0px;
	scrollbar-highlight-color:#cccccc;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#ff9900;
	text-align: center;
}
/*　Font の設定　*/

.style1 {
	font-family: Verdana;
	font-weight: bold;
	line-height:1.6em;
}
.style2 {
	font-size: 12px;
	font-family: Verdana;
	color: #99CC66;
}
.style3 {
	font-size: 14px;
	color: #5A5A5A;
	line-height:1.6em;
}
.style4 {
	font-family: Verdana;
	color: #5A5A5A;
}
.style5 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}
.style6 {
	font-size: 12px;
	font-family: Verdana;
	color: #FA99BC;
}
.style7 {
	font-size: 12px;
	font-family: Verdana;
	color: #41A2C3;
}
.style8 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.style9 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #666666;
	letter-spacing:2pt;
	text-align:center;
}
.style10 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #666666;
	text-align:center;
}
.style11 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #666666;
	text-align:center;
}

.style12 {
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #666666;
	text-align: left;
}

/*　リンク文字の設定　*/

a {
	text-decoration:none;
}
a:link {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#ff9900;
}


.indent {
	float: left;
}
