@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper{
	display: block;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	padding: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	display: block;
	overflow: hidden;
	width: 864px;
	height: 175px!important;
	height/**/: 175px;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
}
div#header h1 {
	width: 330px;
	height: 95px;
	float: left;
	margin: 0;
	padding: 0 0 25px 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
	display: block;
	overflow: hidden;
	clear: both;
	width: 874px;
	height: 55px;
	margin: 0 auto;
	padding: 0px;
}
div#navigation ul {
	display: block;
	width: 874px;
	clear: both;
	margin: 0;
	padding: 0;
}
div#navigation li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	display: block;
	overflow: hidden;
	width: 850px!important;
	width/**/: 876px;
	padding: 0px 13px 0px 13px;
	clear: both;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
}
div#photo {
	display: block;
	overflow: hidden;
	clear: both;
	width: 830px!important;
	width/**/: 850px;
	margin: 0px auto;
	padding: 0px 10px 5px 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	display: block;
	overflow: hidden;
	clear: both;
	width: 828px!important;
	width/**/: 848px;
	margin: 0 auto;
	padding: 2px 10px 0 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer p{
	width: auto;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #999999;
	margin: -45px 0 20px 0;
	*margin: -38px 0 20px 0;
	padding: 0 0 0 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	padding: 0 0 1px 0px;
	float: left;
	width: 830px;
	border-top: 1px solid #638C0B;
}
ul.main_menu li {
	width: auto;
	float: left;
	line-height: normal;
	padding: 3px 6px 0px 0px;
}
ul.main_menu li a:active,ul.main_menu li a:link,ul.main_menu li a:visited {
	display: block;
	float: left;
	padding-left: 15px;
	color: #999999;
	background-image: url(../images/li_footer_main_menu.gif);
	background-repeat: no-repeat;
}
ul.main_menu li a:hover {
	color: #CC0000;
	float: left;
	text-decoration: underline;
}
ul.sub_menu {
	width: 100%;
	float: left;
	padding: 0 0 10px 2px;
}
ul.sub_menu li {
	width: auto;
	float: left;
	line-height: normal;
	background-image: url(../images/li_footer_sub_menu.gif);
	background-repeat: no-repeat;
	padding: 3px 6px 0px 1px;
}
ul.sub_menu li a:active,ul.sub_menu li a:link,ul.sub_menu li a:visited {
	height: 12px;
	color: #999999;
	float: left;
	line-height: normal;
	padding-left: 10px;
}
ul.sub_menu li a:hover {
	color: #CC0000;
	float: left;
	text-decoration: underline;
}
ul.sub_menu li a {
	font-size: 10px;
	display: block;
	padding-left: 8px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/