@charset "UTF-8";
body {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* --- general link --- */
a:link {
	color: #999933;
	font-size: 15px;
	text-decoration: none;	
}

a:visited {
	color: #666666;
	font-size: 15px;
	text-decoration: none;
}
a:hover {
	color: #7E7E29;
	font-size: 15px;
	text-decoration: none;
}
a:active {
	color: #999933;
	font-size: 15px;
	text-decoration: none;
}

/* --- menu link --- */
a.menu:link {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	word-spacing: 0.4;
	text-decoration: none;
}

a.menu:visited {
	color: #CCCCCC;
	font-size: 11px;
	letter-spacing: 0.2em;
	word-spacing: 0.4;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	word-spacing: 0.4;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	word-spacing: 0.4;
	text-decoration: none;
}

/* --- align --- */
div.fixed {
	height: 360px;
	width: 720px;
	background: #000000;
	position:absolute;
	top:50%;
	right:50%;
	margin-top: -180px;
	margin-right: -360px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.l_side {
	float: left;
	width: 360px;
	height:330px;
	background: #ffffff;
	overflow:hidden;
}
div.r_side {
	float: right;
	width: 360px;
	height:330px;
	background: #ffffff;
	overflow:auto;
	text-align: left;
}
div.l_side_middle {
	width: 310px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.r_side_fixed {
	float: right;
	width: 360px;
	height:330px;
	background: #ffffff;
	overflow:hidden;
	text-align: left;
}
div.bottom {
	float: right;
	width: 720px;
	height:30px;
	background-color: #000000;
	
}
div.menu1 {
	margin:auto;
	width: 85px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.dates {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h4 {
	font-size: 14px;
	letter-spacing: 10px;
	word-spacing: 20px;
	font-weight: 100;
}
img.logo{
	float: left;
	border: 0;
}
iframe {
border:none
}

</style>




