@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	style for all page
------------------------------------------------------------------------------*/


/*	Global Layout
----------------------------------------------------*/
div#page {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

div#contents {
	clear: both;
	margin: 10px auto;
}

div#honbun {
	width: 800px;
	margin: 5px auto;
}

div#main{
	float: right;
	width: 695px;
}

div#sub{
	float: left;
	width: 210px;
}

.left {
	width: 100px;
	float: left;
}

.right {
	width: 580px;
	float: right;
}


/* header
----------------------------------------------------*/
div#header{
	position: relative;
	height: 50px;
}

div#header h1 {
	position: absolute;
	width: 210px;
	height: 50px;
	top: 0;
	left: 0;
	background: url(../img/share/logo.gif) no-repeat;
}

div#header h1 a {
	display: block;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
	width: 210px;
	height: 50px;
	line-height: 0;
}

div#utilityNav ul {
	position: absolute;
	height: 20px;
	top: 10px;
	right: 230px;
}

div#utilityNav ul li {
	display: inline;
	background: url(../img/share/list_gray.gif) no-repeat 0 2px;
	padding-left: 14px;
	margin-right: 10px;
}

dl#siteSearch {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 23px;
}

dl#siteSearch dt {
	text-indent: -9877em;
	overflow: hidden;
	line-height: 0;
}

#searchBox {
	position: relative;
}

.searchBox {
	position: absolute;
	top: 2px;
	right: 40px;
}

.searchBtn {
	position: absolute;
	top: 0;
	right: 0;
}



/* navigation
----------------------------------------------------*/
div#gNav {
	background: url(../img/share/bg_menu.png) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

div#gNav h2 {
	height: 30px;
	background: url(../img/share/tit_menu.png) no-repeat;
	text-indent: -9877em;
	overflow: hidden;
}

/* footer
----------------------------------------------------*/
div#footer {
	clear: both;
	height: 50px;
	background-color: #F2F2F2;
	border-top: #E1E1E1 solid 1px;
	position: relative;
}

div#footer p#fNav {
	position: absolute;
	top: 0;
	right: 20px;
	background: url(../img/share/list_gray.gif) no-repeat 0 15px;
	padding: 10px 0 10px 14px;
}

div#footer p.copyright {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 10px 0;
}
