/* CSS Document */
body{
		font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #EFF3F7;
	color: #000000;
}
a{
	text-decoration:none;
	color: #0066FF;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
}
.bg_frame{
	width: 753px;
	background-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.top_frame{
	background-image: url(../common_img/logo_cosmo.gif);
	width: 750px;
	height: 90px;
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.copyright_frame{
	width: 750px;
	text-align: center;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}