@charset "UTF-8";

/* **************************************
*Since: 2007-11-30
*Modified: 2007-12-03
************************************** */


/* 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%;
	background:url(../images/bg_body.gif) repeat-y center #EBE3D8;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
	clear:both;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#03c;
}

a:hover {	
	color:#03c;
	text-decoration: underline;
}


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	background:url(../images/bg_wrapper.gif) repeat-x top;
	width:100%;
}

#wrapper02{
	background:url(../images/bg_container.gif) no-repeat center top;
	padding:0px !important;
	padding:0px 0px 0px 1px;
}


/* container
---------------------------------------------------------------------------------------- */
#container{
	width:760px;
	min-height:266px;
	margin:0px auto;
	text-align:center;
}


/* contentHead
---------------------------------------------------------------------------------------- */
#contentHead{
	width:560px;
	float:left;
	margin:0px 0px 0px 0px;
}

#contentHead h2{
	margin:0px 0px 10px 0px;
}


/* header
------------------------------------------ */
#header{
	width:560px;
}

#header h1{
	float:left;
	padding:22px 0px 21px 20px;
}

#header ol{
	float:left;
	width:560px;
}

#header ol li , #header ol li a{
	float:left;
}

#header ol li a:hover{
	background-color:transparent;
}

#header ol li a:hover img{
	visibility:hidden;
}

#header ol li.glNavi01{
	background:url(../images/glnavi01hover.gif) no-repeat;
}

#header ol li.glNavi02{
	background:url(../images/glnavi02hover.gif) no-repeat;
}

#header ol li.glNavi03{
	background:url(../images/glnavi03hover.gif) no-repeat;
}

#header ol li.glNavi04{
	background:url(../images/glnavi04hover.gif) no-repeat;
}

#header ol li.glNavi05{
	background:url(../images/glnavi05hover.gif) no-repeat;
}

#header ul{
	width:300px;
	float:right;
	margin:52px 0px 0px 0px;
	text-align:right;
}

#header ul li{
	display:inline;
	margin:0px 10px 0px 0px;
	line-height:1;
}

.pageLink{
	margin:-65px 0px 0px 25px;
	text-align:left;
}

.pageLink img{
	margin:0px 5px 0px 0px;
}

/* back
---------------------------------------------------------------------------------------- */
#back{
	text-align:right;
	margin:0px 30px -20px 30px;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:760px;
	margin:40px 0px 0px 0px;
	float:left;
	text-align:left;
}

#footer a{
	color:#fff;
}

#footer p{
	color:#000;
	font-size:85%;
	padding:0px 0px 10px 20px;
	background:url(../images/bg_foot01.gif) repeat-x bottom;
}

#footer p.btTop{
	padding:0px 30px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}

#footer p.btTop img{
	margin:2px 0px 0px 0px;
}

#footer strong{
	font-weight:bold;
	display:block;
	font-size:120%;
}

#footer .glNavi{
	background:url(../images/bg_foot02.gif) no-repeat;
	height:40px;
	padding:0px 0px 0px 15px;
	position:relative;
}

#footer ol{
	background:url(../images/bar01.gif) no-repeat right;
	float:left;
}

#footer ol li{
	display:inline;
	background:url(../images/bar01.gif) no-repeat left;
	padding:5px 15px;
	line-height:40px;
}

#footer ul{
	position:absolute;
	right:10px;
	top:0px;
}

#footer ul li{
	display:inline;
	background:url(../images/icon_arrow02.gif) no-repeat left center;;
	padding:0px 5px 0px 12px;
	line-height:40px;
	font-size:85%;
}

#footer address{
	background:url(../images/bg_foot03.gif) repeat-x top;
	text-align:center;
	padding:8px 0px 20px 0px;
	clear:both;
}











/*
===== 1: CLEARFIX ==========================================
*/

.clr {
	zoom:1;/*for IE 5.5-7*/
	display: inline-table;
}

.clr:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */

