body
{
	background-image: url(../image/bgimage-body_s.png);
	background-repeat: repeat-x;
	font-size: 0.85em;
	color: #505050;
}










/* header --------------------------------------------------------------------------- */
div#header
{
	height: 330px;
	margin: 0px auto;	
}










/* global navi --------------------------------------------------------------------------- */
.gnav-home a
{
	width: 92px;
	height: 115px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	background-image: url(../image/global-nav.png);
	background-repeat: no-repeat;
	background-position: 0px -115px;
}

.gnav-home a:hover
{
	opacity: 0.3;
}

.gnav-access a
{
	width: 92px;
	height: 115px;
	margin-left: 60px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	background-image: url(../image/global-nav.png);
	background-repeat: no-repeat;
	background-position: -184px 0px;
}

.gnav-access a:hover
{
	opacity: 1;
}











/* content --------------------------------------------------------------------------- */
div#content div
{
	margin-bottom: 100px;
	float: left;
}

div#content h2.title-access
{
	width: 700px;
	height: 30px;
	margin: 0px 0px 30px 0px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	background-image: url(../image/content-title.png);
	background-repeat: no-repeat;
	background-position: 0px -180px;
}

.pagetop
{
	clear: both;
	float: right;
	margin-top: 20px;
}

.pagetop a
{
	width: 100px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	background-image: url(../image/pagetop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.pagetop a:hover
{
	opacity: 0.5;
}
