@charset "UTF-8";

/*------------------------------------------------------------------------------
	GSK - CSS Modules Import
	Date: 2009-09-15
------------------------------------------------------------------------------*/

body{
	color:#333;
}

ul#skipNav{
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
}


* hml body{
	text-align:center;
}
*+hml body{
	text-align:center;
}


#container{
	position:relative;
	width:1000px;
	margin:auto;
	background:#fff url(/common/images/navi_bg.jpg) 0px 73px no-repeat;
}

#page{
	width:1000px;
	padding:0;
	zoom: 100%;
}

#page:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}


/*---------------------------------------
	header
---------------------------------------*/
#header{
	width:1000px;
	position:relative;
	height:73px;
	background:url(/common/images/header.gif) top left no-repeat;
	zoom: 100%;
}
#header:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

#header #top{
	position:absolute;
	top:4px;
	left:4px;
}
#header #name{
	position:absolute;
	top:39px;
	left:148px;
}

#header #sitelink{
	position:absolute;
	top:39px;
	left:785px;
	width:200px;
	text-align:right;
	font-weight:bold;
}


#header dl#guideNav dd{
	float:right;
}
#header dl#guideNav dd ul{
	padding:3px 5px 3px 0;
}
#header dl#guideNav dd ul li{
	display:inline;
	background:url(/common/images/icon_nav.gif) center left no-repeat;
	padding:0 10px 0 12px;
}

#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited{
	color:#666;
	text-decoration:none;
}
#header a:hover,
#footer a:hover{
	color:#666;
	text-decoration:underline;
}


/*---------------------------------------
	header
---------------------------------------*/
#container #navi{
	text-align:left;
	height:112px;
	overflow:hidden;
	position:relative;
	z-index:10;
	top:0;
	left:0;
}



#container #navi h1{
	padding:0 0 0 15px;
}
#container #navi #siteti{
	padding:0 0 0 15px;
}
#container #navi dl#globalNav{
	position:absolute;
	top:10px;
	left:257px;
	width:750px;
	height:72px;
}

dl#globalNav li{
	float:left;
	width:186px;
}
dl#globalNav ul{
	zoom: 100%;
}
dl#globalNav ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}


/*---------------------------------------
	footer
---------------------------------------*/
#footer{
	border-top:1px solid #e1e1e1;
	padding-top:10px;
	margin-top:40px;
	position:relative;
	zoom: 100%;
}
#footer:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#footer .footerL{
	float:left;
	width:400px;
	text-align:left;
}

#footer .footerL ul{
	padding:0 10px;
}

#footer .footerL li{
	display:inline;
	padding-right:10px;
	font-size:90%;
}
#footer .footerL p{
	padding:5px 0 0 10px;
	font-size:88%;
	color:#666;
}



#footer .footerR{
	float:right;
	width:400px;
	text-align:right;
}

#footer .footerR a{
	background:url(/common/images/icon_nav.gif) center left no-repeat;
	padding:0 10px 0 12px;
}




/*---------------------------------------
	pan
---------------------------------------*/
.pan{
	text-align:left;
	position:absolute;
	top:170px;
	left:265px;
	color:#565656;
	z-index:15;
}

.totop{
	text-align:right;
	height:40px;
}
.totop a{
	background:url(/common/images/icon_arrow_t.gif) 0px 4px no-repeat;
	padding-left:10px;
}
.totop a:link,
.totop a:visited{
	color:#ff3264;
	text-decoration:underline;
}
.totop a:hover{
	color:#ff3264;
	text-decoration:none;
}


/*---------------------------------------
	main
---------------------------------------*/

#content{
	width:1000px;
	margin-top:20px;
	background:url(/common/images/mainbg_body.jpg) center left repeat-y;
}
#contentH{
	width:1000px;
	background:url(/common/images/mainbg_head.jpg) top left no-repeat;
	padding:19px 0 0 0;
	zoom: 100%;
}
#contentH:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
#contentF{
	width:1000px;
	background:url(/common/images/mainbg_foot.jpg) bottom left no-repeat;
	padding:0 0 30px 0;
}
