
#wrapper{
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	width: 1012px;
	}
	
#header {
	height: 150px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#menu{
	background-image: url(../images/menubar.jpg);
	width:1000px;
	height:75px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#main {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#banner {
	background-image: url(../images/banner.jpg);
	height: 350px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
		
#main_left {
    float:left;
	margin-left:5px;
	width:320px;
	  /* メニューとコンテンツを囲んでいるセレクタです。 */
}

#main_right {
    float:right;
   	margin-right:5px;
   	width:660px;
}

#footer {
	clear:both;
	background-image: url(../images/footer.jpg);
	height: 200px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

ul#gNavi{
	padding-left:110px;
	height:75px;
	}
ul#gNavi li{
    list-style:none;
	padding-left:0px;
	float: left;
    width:130px;
	}
ul#gNavi a{
    display:block;
    width:130px;
    height:75px;
    text-indent:-2000px;
	}
.top{
	background-image: url(../images/menu/top.png);
	background-repeat: no-repeat;
	}
.staff{
	background-image: url(../images/menu/staff.png);
	background-repeat: no-repeat;
	}
.system{
	background-image: url(../images/menu/system.png);
 	background-repeat: no-repeat;
	}
.interior{
	background-image: url(../images/menu/interior.png);
 	background-repeat: no-repeat;
	}
.recruit{
	background-image: url(../images/menu/recruit.png);
   	background-repeat: no-repeat;
	}
.access{
	background-image: url(../images/menu/access.png);
    background-repeat: no-repeat;
	}
a.top{
    background-image: url(../images/menu/top.png);
	}
a:hover.top{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}
a.staff{
    background-image: url(../images/menu/staff.png);
	}
a:hover.staff{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}
a.system{
    background-image: url(../images/menu/system.png);
	}
a:hover.system{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}
a.interior{
    background-image:url(../images/menu/interior.png);
	}
a:hover.interior{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}
a.access{
    background-image:url(../images/menu/access.png);
	}
a:hover.access{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}
a.recruit{
    background-image: url(../images/menu/recruit.png);
	}
a:hover.recruit{
    background-position:0px -75px;
	background-repeat: no-repeat;
	}

.clear {
	clear: both;
}

a:link {
	color: #bdad69;line-height:35px;text-decoration: none;font-size:14px;
}
a:visited {
	color: #ff0000;line-height:35px;text-decoration: none;font-size:14px;
}
a:active {
	color: #000000;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #ff0000;line-height:35px;text-decoration: underline;;font-size:14px;
}

#headline_message {
	background: url('../images/headline.jpg');
	background-repeat: no-repeat;
	height: 40px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
	color: #ffff00;
}

#headline_message .inner {
  padding:5px;
  padding-left:20px;
  width: 960px;
  overflow: hidden;
}