/* CSS Document */

p{
	font-size: 100%;
	color: #FFFFFF;
	line-height: 130%;
	padding: 3px;
}

.bold {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigation {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 6px;
	width: 120px;
}

.navigation2 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 3px;
	width: 100px;
}

.navigation3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 6px;
	width: 450px;
}

.navigation:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 6px;
	width: 120px;
}
.navigation2:hover {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 3px;
	width: 100px;
}

.navigation3:hover {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339999;
	display: block;
	padding: 6px;
	width: 450px;
}
.style_copy {
	color: #CCCCCC;
	font-size: 12px;
}

.style_text_l {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.style_text_m {
	color: #CCCCCC;
	font-size: 14px;
}

.style_text_m_o {
	color: #FF9900;
	font-size: 14px;
}

.style_text_s {
	color: #999999;
	font-size: 14px;
}

.style_text_m_w{
	color: #FFFFFF;
	font-size: 14px;
}

.style_text_s_b {
	color: #0000FF;
	font-size: 12px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 5px;
	border: 1px solid #666666;
}
#head_link {
	width: 800px;
	text-align: center;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#wrapper #head_link a {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 80%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}
#wrapper #head_link a:hover {
	background-color: #FFFFFF;
	color: #0000FF;
	display: block;
}
#wrapper #main {
	height: auto;
	width: 800px;
}
body {
	background-color: #000000;
}
#wrapper #header {
	height: auto;
	width: 800px;
}
#wrapper #top_img {
	height: auto;
	width: 800px;
}
#wrapper #bottom_line {
	padding: 5px;
	height: 15px;
	width: 790px;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
}
