@charset "UTF-8";

/* **************************************
*Since: 2007-11-26
*Modified: 2008-11-10
************************************** */


/* 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;
}

html{
	height:100%;
	overflow-y:scroll;
}

body{
	height:95%;
	font-size:75%;
}

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:#333;
}

a:hover {	
	color:#000;
	text-decoration: underline;
}


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:802px;
	height:100%;
	margin:0px auto;
	vertical-align:middle;
}


/* container
---------------------------------------------------------------------------------------- */
#container{
	border:1px solid #ccc;
	margin:5px auto 0px auto;
	padding:7px 10px 20px 10px;
	display:inline-block;
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*\*/ * html #container{
	height:1%;
} /**/

/*\*/ #container{
	display:block;
} /**/



/* header
---------------------------------------------------------------------------------------- */
#header p{
	text-align:center;
	width:780px;
	clear:left;
	padding:15px 0px 7px 0px;
}

#header ul{
	width:780px;
	float:left;
}

#header ul li{
	float:left;
	width:195px;
	height:23px;
}

#header ul li a , #header ul li a:hover{
	display:block;
}

#header ul li a:hover{
	background-color:transparent;
}

#header ul li a:hover img{
	visibility:hidden;
}

#header ul li.glNavi01{
	background:url(../images/glnavi01_hover.gif) no-repeat top;
}

#header ul li.glNavi02{
	background:url(../images/glnavi02_hover.gif) no-repeat top;
}

#header ul li.glNavi03{
	background:url(../images/glnavi03_hover.gif) no-repeat top;
}

#header ul li.glNavi04{
	background:url(../images/glnavi04_hover.gif) no-repeat top;
}


/* mainContent
---------------------------------------------------------------------------------------- */
#flashcontent{
	text-align:center;
}

#flashcontent a{
	color:#0033FF;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
	width:800px;
	height:20px;
	padding:5px 0px 40px 0px;
	font-size:85%;
}

#footer address{
	text-align:right;
}

#footer ul{
	float:left;
}

#footer ul li{
	display:inline;
	border-right:1px solid #ccc;
	padding:0px 5px;
}

#footer ul li.borderNone{
	border-right:none;
}