@charset "UTF-8";
html {
	padding: 0px 20px 0px 10px;
}
body {
	width: 100%;
	font-size: 90%;
}

img {border:none;}
h2{font-size:100%; margin:0px 0px 6px 0px; }
ul{margin:0px 0px 0px 0px;padding:0px 0px 0px 6px;}
li{display:inline;padding-right: 8px; line-height:1.5em;}
.header {
	margin-top: 20px;
	text-align: center;
}
.main-frame {
	text-align: center;
}

div.footer {
	margin-top: 40px;
	padding: 16px 0px 0px 0px;
	color: #999;
	text-align: center;
	font-size: 80%;
}
div.footer a {
	color:#039;
}

div.copyright {
	margin-top: 10px;
	font-size: 95%;
	color: #999;
}
div.copyright a{
	font-weight: normal;
	text-decoration: none;
	color: #999;
}


/* sub-title */
.sub-title {
	color: #999;
	font-size: 80%;
	padding-bottom: 6px;
}
/* news */
.news {
	border:1px dashed #99AACC;
	background: #EEF0FF;
	width:600px;
	margin-top:40px;
	padding: 6px 10px 6px 10px;
	text-align: left;
	color: #336;
	font-size: 80%;
}
