@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.6em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a img {
	border: none;
}
a {}
a:hover {}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.display-none {
	display: none;
}

/* 大枠
**********************************************************************************************/

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
}
#container-inner {
	width: 760px;
	position: relative;
	left: 10px;
	top: 0px;
}


/* ヘッダー
**********************************************************************************************/
#top-text {
	font-size: 0.6em;
	padding-left: 15px;
}
#header {
	width: 760px;
	background-image: url(../images/header-image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 116px;
}

#logo {
	padding-left: 10px;
	height: 100px;
	width: 254px;
}
#logo h1 a {
	background: url(../images/logo.gif) no-repeat 0px 0px;
	height: 100px;
	width: 254px;
	display: block;
	text-indent: -9999px;	
}

/* グローバルナビゲーション
**********************************************************************************************/

#gnaviBox {
	background-image: url(../images/gnavi-bg.gif);
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	height: 28px;
}
#gnaviBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gnaviBox li {
	display: inline;
	float: left;
	margin-left: 3px;
}
#gnaviBox li a {
	display: block;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
}

/* マウスオフ */
#gnhome     a {	background: url(../images/1gnhome_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gnpinokio  a {	background: url(../images/1gnpinokio_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gnloghouse a {	background: url(../images/1gnloghouse_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gnart      a {	background: url(../images/1gnart_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gnbousai    a {	background: url(../images/1gnbousai_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gncompany  a {	background: url(../images/1gncompany_off.gif) no-repeat;	height: 28px;	width: 105px;}
#gncontact  a {	background: url(../images/1gncontact_off.gif) no-repeat;	height: 28px;	width: 105px;}
/* マウスオン */
#gnhome     a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gnhome_on.gif);
	background-repeat: no-repeat;
}
#gnpinokio  a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gnpinokio_on.gif);
	background-repeat: no-repeat;
}
#gnloghouse a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gnloghouse_on.gif);
	background-repeat: no-repeat;
}
#gnart      a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gnart_on.gif);
	background-repeat: no-repeat;
}
#gnbousai      a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gnbousai_on.gif);
	background-repeat: no-repeat;
}
#gncompany  a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gncompany_on.gif);
	background-repeat: no-repeat;
}
#gncontact  a:hover {
	height: 28px;
	width: 105px;
	background-image: url(../images/1gncontact_on.gif);
	background-repeat: no-repeat;
}


/* フッター
**********************************************************************************************/

#footer {
	background-color: #CC9933;
	background-image: url(../images/footer-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 50px;
	clear: both;
	width: 760px;
}
.footer-text {
	padding-top: 20px;
	margin: 0px;
	padding-bottom: 0px;
}
#footer-navi {
	width: 760px;
}
#footer-navi ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer-navi li {
	display: inline;
}
#footer-navi li a {
	background-color: #663300;
	color: #FFFFFF;
	float: left;
	margin-left: 2px;
	text-decoration: none;
	display: block;
	height: 21px;
	width: 105px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer-navi li a:hover {
	background-color: #CC3300;
	color: #FFFFFF;
	float: left;
	margin-left: 2px;
	text-decoration: none;
	display: block;
	height: 21px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}

.copy {
	clear: both;
	margin: 0px;
	padding: 15px 0px 0px;
}
#accece {
	background-color: #CC9933;
	margin-right: auto;
	margin-left: auto;
}

