

body {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
table {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
a:link {
	font-size: 12px;
	line-height: 16px;
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FF6633;
}
a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #6699FF;
}
.tit {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3300;
}
.white {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.stext {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
/*#text_red {
	font-size: 11px;
	color: #E50202;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
#text_large {
	font-size: 15px;
	/*color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-weight: bold;
}

/*  footer 追加部分　2012.04.19 */
#footer {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
#footer_left {
	float: left;
}
#footer_left a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_left a:hover {
	color: #FF6600;
}
#footer_right {
	float: right;
	text-align: right;
}