body {
	margin: 0px;
	background-image: url(images/top_main_bg.jpg);
	background-repeat: repeat-x;



}

/* テキスト関連 */

.copyright {
	font-size: 10px;
	color: #F3EDE2;
	line-height: 140%;
	height: 50px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-image: url(images/navi_redline.jpg);
	text-align: center;
	vertical-align: middle;

: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.text10px {
	font-size: 10px;
	line-height: 140%;
	color: #444444;
}
.text11px {
	font-size: 11px;
	line-height: 140%;
	color: #444444;
}
.text12px {
	font-size: 12px;
	line-height: 140%;
	color: #444444
}
.text14px {
	font-size: 14px;
	line-height: 140%;
}
.infodate {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	line-height: 140%;
	font-weight: bold;
	color: #F00000;
}
.infotext {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

/* リンク関連 */

a:link {
	text-decoration: underline;
	color: #444444;
}
a:visited {
	text-decoration: underline;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	background-color: #FFF2C1;
	color: #FF6600;
}

