/* 標準実装 ここから */
body {
	background: #ffffff;
	color:#666666;
	font-size:small;
	margin: 0px;
	padding: 0px;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	line-height:120%;
}
.main_frame{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#FFFFFF;
}
.footer{
	margin-top:15px;
}

a:link {
	text-decoration:none;
	color:#336699;
}

a:visited {
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
	color:#CC0000;
}



