@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 86px 0px;
	width: 100%;
	background-image: url(../images/background_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width: 100%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
div#header {
	margin: 0px auto 0px auto;
	position: relative;
	width: 960px;
	height: 111px;
}
div#header h1 {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 304px;
	height: 50px;
	background-image: url(../images/logo.gif);
	text-indent: -5000px;
}
div#header div#logo {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 304px;
	height: 50px;
}
div#snippet,div#tel,div#ban {
	position: absolute;
	text-indent: -5000px;
}

div#snippet {
	top: 10px;
	left: 20px;
	width: 503px;
	height: 35px;
	background-image: url(../images/snippet.gif);
}
div#tel {
	top: 30px;
	left: 650px;
	width: 280px;
	height: 30px;
	background-image: url(../images/tel.gif);
}
div#ban {
	top: 0px;
	left: 730px;
	width: 190px;
	height: 24px;
	background-image: url(../images/banner.gif);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#navigator {
	position: absolute;
	top: 71px;
	left: 340px;
	width: 580px;
	height: 40px;
}
ul#navigator li {
	float: left;
	padding-right: 2px;
	width: 114px;
	height: 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
}
div#inner {
	padding: 0px 20px 15px 20px;
}
div#contents h2 {
	color: #003399;
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: right;
	padding: 10px;
	width: 180px!important;
	width/**/: 200px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	padding-top: 10px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	width: 920px;
	clear: both;
}
div#address {
	float: right;
	width: 400px;
	font-size: 12px;
	text-align: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
span#copyright {
	text-align: center;
	font-size: 12px;
	color: #999999;
	clear: both;
	line-height: normal;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	padding-left: 5px;
}
ul.main_menu li {
	float: left;
	line-height: normal;
	padding: 3px 3px 0px 3px;
}
ul.main_menu li a {
	display: block;
	padding-left: 10px;
	background-image: url(../images/li_footer_main_menu.gif);
	background-repeat: no-repeat;
}
ul.sub_menu {
	clear: both;
	padding-left: 5px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	line-height: normal;
	padding: 0px 3px 3px 3px;
}
ul.sub_menu li a {
	font-size: 10px;
	display: block;
	padding-left: 8px;
	background-image: url(../images/li_footer_sub_menu.gif);
	background-repeat: no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/