@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 870px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 870px;
	height: 95px;
	position: relative;
}
div#header h1 {
	position: absolute;
	width: 220px;
	height: 35px;
	top: 30px;
	left: 20px;
}
div#header h1 a {
	display: block;
	width: 220px;
	height: 35px;
	text-indent: -5000px;
}
div#header ul {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 650px;
	height: 35px;
}
div#header ul li {
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	clear: both;
}
div#navigator ul {
	
}
div#navigator ul li {
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	margin: 0px auto 0px auto;
	clear: both;
	text-align: left;
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: left;
}
div#contents h2 {
	
}
div#contents_wrapper {
	padding: 15px 15px 30px 15px;
}
div#contents_wrapper h3 {
	color: #FFFFFF;
	text-shadow: #222222 0px 0px 5px;
	padding: 0px 0px 10px 0px;
}
div#contents_wrapper p {
	line-height: 1.7em;
	color: #CCCCCC;
	text-shadow: #222222 0px 0px 5px;
	padding: 0px 0px 10px 0px;
}
div#contents_wrapper strong {
	color: #FFFFFF;
}
div.section {
	padding: 10px 0px 15px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	clear: both;
	width: 870px;
	height: 140px;
	background-image: url(../images/footer.gif);
	overflow: hidden;
}
ul#footer_link {
	margin: 1px;
	width: 870px;
	border-bottom: solid 1px #999999;
	height: 30px;
}
ul#footer_link li {
	float: left;
	background-image: url(../images/separator.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	height: 30px;
}
ul#footer_link li a,ul#footer_link li span {
	color: #CCCCCC;
	display: block;
	padding: 5px 0px 0px 10px;
}
ul#footer_link li span {
	color: #FFFFFF;
}
div#footer h4 {
	color: #FFFFFF;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 10px;
	border-right: solid 1px #FFFFFF;
	height: 85px;
}
div#footer ol {
	width: 130px;
	padding: 6px 0px 0px 15px;
	float: left;
}
div#footer ol li {
	text-align: left;
}
div#footer ol li a {
	color: #999999;
	font-size: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#information {
	width: 870px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	border-bottom: solid 1px #999999;
}
div#information ul li {
	float: right;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px #999999;
}
div#information ul li a {
	color: #FFFFFF;
}
div#information p {
	color: #999999;
	font-size: 10px;
}
div#copyright {
	padding: 2px;
	color: #999999;
	clear: both;
	line-height: normal;
	padding: 10px 0px 15px 0px;
}
div#copyright p {
	font-size: 10px;
}
div#copyright span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
