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

div#breadCrumb_footer {
	clear: both;
}

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


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 950px;
	height: 110px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#followme {
	position: fixed;
	top: 160px;
	left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
div#followme a {
	display: block;
	background-image: url(../images/followme.gif);
	background-position: 0px 0px;
	width: 60px;
	height: 60px;
	text-indent: -5000px;
	left: 60px;
}
div#followme a:hover {
	background-position: 0px -60px;
}
div#header h1 {
	position: absolute;
	top: 23px;
	left: 15px;
	width: 220px;
	height: 30px;
}
div#header h1 a {
	display: block;
	width: 220px;
	height: 30px;
	overflow: hidden;
	background-image: url(../images/logo.gif);
	text-indent: -5000px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	position: absolute;
	top: 60px;
	left: 5px;
	width: 940px;
	height: 35px;
	overflow: hidden;
	background-image: url(../images/navigator.gif);
	background-repeat: no-repeat;
}
div#navigator ul {
	padding: 0px 5px 0px 5px;
	width: 930px!important;
	width/**/: 940px;
	height: 35px;
}
div#navigator ul li {
	float: left;
}
div#navigator ul li a.navigatorIR,div#navigator ul li a.navigatorIRP {
	width: 130px;
	height: 35px;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	position: relative;
	background-image: url(../images/background.gif);
	width: 940px!important;
	width/**/: 950px;
	padding: 0px 5px 0px 5px;
	clear: both;
	text-align: left;
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
div#mainImage {
	padding-bottom: 8px;
	background-color: #CCCCCC;
	background-image: url(../images/contens_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.subnaviga style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#sub01 li a,ul#sub02 li a,ul#sub03 li a {
	width: 130px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
}

ul#sub01,h3#sub01bg {
	width: 140px;
	height: 130px;
	display: none;
	position: absolute;
	top: -20px;
	left: 5px;
}
h3#sub01bg {
	background-image: url(../images/submenu.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/submenu.png', sizingMethod='scale');
	z-index: 10;
	text-indent: -5000px;
}
ul#sub01 {
	z-index: 15;
	padding: 4px 5px 0px 5px;
	width: 130px!important;
	width/**/: 140px;
}
ul#sub01 li {
	width: 130px;
	float: left;
}

ul#sub02,h3#sub02bg {
	width: 140px;
	height: 130px;
	display: none;
	position: absolute;
	top: -20px;
	left: 135px;
}
h3#sub02bg {
	background-image: url(../images/submenu.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/submenu.png', sizingMethod='scale');
	z-index: 10;
	text-indent: -5000px;
}
ul#sub02 {
	z-index: 15;
	padding: 4px 5px 0px 5px;
	width: 130px!important;
	width/**/: 140px;
}
ul#sub02 li {
	width: 130px;
	float: left;
}

ul#sub03,h3#sub03bg {
	width: 140px;
	height: 130px;
	display: none;
	position: absolute;
	top: -20px;
	left: 395px;
}
h3#sub03bg {
	background-image: url(../images/submenu.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/submenu.png', sizingMethod='scale');
	z-index: 10;
	text-indent: -5000px;
}
ul#sub03 {
	z-index: 15;
	padding: 4px 5px 0px 5px;
	width: 130px!important;
	width/**/: 140px;
}
ul#sub03 li {
	width: 130px;
	float: left;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	overflow: hidden;
	float: left;
	padding: 10px 15px 0px 15px;
	width: 700px!important;
	width/**/: 730px;
}
div#contents h2 {
	color: #003399;
	font-size: 14px;
	/*padding: 10px 0px;*/
}
div#contents p {
	line-height: 1.7em;
	padding-bottom: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: right;
	padding: 3px 17px 0px 3px;
	width: 180px!important;
	width/**/: 200px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	padding: 0px 5px 0px 5px;
	width: 940px!important;
	width/**/: 950px;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
a#pagetop {
	display: none;
}
a#gopagetop {
	display: block;
	width: 104px;
	height: 12px;
	position: absolute;
	top: 70px;
	left: 830px;
}
div#breadCrumb {
	padding: 0px 0px 10px 0px;
}
div#breadCrumb ol {
	width: 700px;
	height: 30px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
}
div#breadCrumb ol li {
	height: 24px!important;
	height/**/: 30px;
	padding: 6px 15px 0px 10px;
	background-image: url(../images/linkb.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
div#footer ol {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 725px;
	height: 30px;
	background-image: url(../images/link_foot.gif);
	background-repeat: no-repeat;
}
div#footer ol li {
	height: 24px!important;
	height/**/: 30px;
	padding: 6px 15px 0px 10px;
	background-image: url(../images/linkb.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
div#bookmarks {
	position: absolute;
	top: 70px;
	left: 555px;
}
div.must {
	width: 30px;
	height: 16px;
	background-image: url(../images/must.gif);
	text-indent: -5000px;
	float: right;
}
div.onepointicon {
	width: 70px!important;
	width/**/: 80px;
	height: 70px!important;
	height/**/: 75px;
	padding: 0px 5px 5px 5px;
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	padding: 2px 2px 30px 2px;
	color: #FFFFFF;
	clear: both;
	line-height: normal;
}
div#copyright p {
	font-size: 10px;
}
div#copyright span {
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	position: absolute;
	top: 40px;
	left: 5px;
	clear: both;
}
ul.main_menu li {
	float: left;
	padding: 3px 3px 0px 10px;
}
ul.main_menu li a {
	display: block;
	padding-left: 12px;
	background-image: url(../images/symbol01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
ul.sub_menu {
	position: absolute;
	top: 60px;
	left: 5px;
	clear: both;
	padding: 0px 0px 0px 3px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	padding: 0px 3px 3px 8px;
}
ul.sub_menu li a {
	font-size: 10px;
	display: block;
	padding-left: 10px;
	background-image: url(../images/symbol02.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/