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;
}













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

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

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

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



