@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	width: 100%;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	text-align: center;
}
div#container {
	width: 930px;
	margin: 0px auto 0px auto;
	clear: both;
	text-align: center;
	position: relative;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	margin: 0px auto 0px auto;
	width: 930px;
	height: 200px;
	background-image: url(../images/header_image.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header_image.png', sizingMethod='scale');
	background-repeat: no-repeat;
	z-index: 10;
	text-indent: -5000px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	position: absolute;
	width: 714px;
	top: 126px;
	left: 155px;
	z-index: 15;
}
div#navigator ul {
	width: 714px;
}
div#navigator ul li {
	float: left;
	padding-right: 2px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	position: absolute;
	width: 840px;
	top: 170px;
	left: 44px;
	background-image: url(../images/contents_shadow.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/contents_shadow.png', sizingMethod='scale');
	text-align: center;
}
div#contents_body{
	margin: 0px auto 0px auto;
	width: 800px!important;
	width/**/: 820px;
	padding: 10px;
	background-image: url(../images/contents.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
}
div#contents h2 {
	color: #003399;
	font-size: 12px;
}
div#right_column {
	text-align: left;
	display: block;
	overflow: hidden;
	float: right;
	width: 280px;
	padding: 0px 0px 0px 0px;
}
div#left_column {
	display: block;
	overflow: hidden;
	float: left;
	width:505px!important;
	/*padding: 0px 20px 0px 20px;*/
	/*padding-left: 16px;*/
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: right;
	padding: 10px;
	width: 180px!important;
	width/**/: 200px;
	background-color: #999999;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	padding: 20px 0px 20px 0px;
	clear: both;
}
div#footer dl {
	width: 800px;
	border-bottom: solid 1px #000000;
	padding: 10px 0px 10px 0px;
}
div#footer dl dt,div#footer dl dd {
	width: 800px;
	text-align: right;
	font-size: 12px;
	font-weright: normal;
}
div#footer dl dd {
	font-size: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	color: #999999;
	clear: both;
	line-height: normal;
	font-size: 8px;
	padding: 3px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	width: 500px;
}
ul.main_menu li {
	float: left;
	line-height: normal;
	padding: 3px 3px 0px 3px;
}
ul.main_menu li a {
	display: block;
	padding-left: 12px;
	background-image: url(../images/symbol.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/