@charset "utf-8";
/* CSS Document */

body {
	background-color: #202020;}
.box {
	width: 100%;
	min-width: 300px;
	height: auto;
	}
.top {
	width: 100%;
	height: 60px;
	position: fixed;
	display: block;
	background: url(../img/top_bg.jpg) top repeat-x;
	text-align: center;
	top: 0;
	}
.top h1 {
	font-size: 22px;
	line-height: 60px;
	color: #FFF;
	white-space:nowrap;}
.btn_close {
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../img/btn_close.png) top no-repeat;
	right: 0px;
	top: 0px;
	display:none;
}
.content {
	width: auto;
	height: auto;
	margin: 80px 5% 5% 5%;
	background-color: #F8F8F8;
	padding: 30px;
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
	text-justify:inter-ideograph;
	border:5px #666666 solid;}
.content h1 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;}
.content p {
	margin-bottom: 40px;}
.content ul {
	padding-left: 26px;}
.content li {
	padding-top: 16px;
	}
.content ol {
	padding-left: 26px;}
.content a{
	color: #315977;}
.content a:hover{
	font-weight: bold;}






	