@charset "UTF-8";

/* **************************************
*Since: 2007-7-23
*Modified: 2007-7-31
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

.clear{
	clear:left !important;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:720px;
	margin:0px auto;
}


/* header
---------------------------------------------------------------------------------------- */
#header.page{
	background:url(../images/image_header02.jpg) no-repeat bottom;
	height:340px;
	width:720px;
	margin:0px 0px 15px 0px;
	text-align:left;
	float:left;
}

#header ul{
	width:600px;
	padding:25px 0px 0px 0px;
}

#header ul li{
	float:left;
	display:block;
	height:20px;
	margin:0px 25px 0px 0px;
}

#header ul li a:hover{
	background-color:transparent;
}

#header ul li a:hover img{
	visibility:hidden;
}

#header ul li.menu01{
	background:url(../images/global_menu01hover.gif) no-repeat;
}

#header ul li.menu02{
	background:url(../images/global_menu02hover.gif) no-repeat;
}

#header ul li.menu03{
	background:url(../images/global_menu03hover.gif) no-repeat;
}

#header ul li.menu04{
	background:url(../images/global_menu04hover.gif) no-repeat;
}

#header ul li.menu05{
	background:url(../images/global_menu05hover.gif) no-repeat;
}

#header dl{
	float:left;
	clear:right;
	margin:24px 0px 0px 15px !important;
	margin:30px 0px 0px 8px;
}

#header dt{
	margin:0px 0px 8px 0px !important;
	margin:0px 0px 5px 0px;
	display:none;
}

#header ol li{
	height:57px;
	margin:0px 0px 7px 0px !important;
	margin:0px 0px 5px 0px;
	display:block;
}

#header ol li img{
	width:232px;
	height:57px;
	display:block;
}

#header p{
	float:right;
	width:124px;
	height:48px;
	margin:-20px 0px 0px 0px !important;
	margin:-40px 0px 0px 0px;
}


/* mainContent
---------------------------------------------------------------------------------------- */
#mainContent{
	width:470px;
	float:right;
	text-align:left;
}


/* sideContent
---------------------------------------------------------------------------------------- */
#sideContent{
	width:225px;
	float:left;
}

#sideContent li{
	margin:0px 0px 3px 0px;
}

#sideContent li.btAbout{
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:720px;
	float:left;
	margin:10px 0px 0px 0px;
}

#footer address{
	background:#0A51A1;
	padding:6px 0px;
	text-align:center;
	color:#fff;
	font-size:85%;
}


/* print
---------------------------------------------------------------------------------------- */
@media print{
#header ol li img{
	display:none;
}
}

