
*{
	margin		: 0px;
	padding		: 0px;
}

#wrapper{
	background-image: url(../images/main.png);
	background-repeat: repeat-y;
	width: 1022px;
	}
	
#header {
	height: 450px;
	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.png);
	width:1000px;
	height:68px;
	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;
	}

#left{
   	width:540px;
	padding-left:0px;
	float:left;

}
#right{
    float:left;
    width:430px;
    padding-left:15px;
}	
#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:5px;
	height:68px;
	}
ul#gNavi li{
    list-style:none;
	padding-left:7px;
	float: left;
    width:157px;
	}
ul#gNavi a{
    display:block;
    width:157px;
    height:68px;
    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:link {
	color: #000000;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: #ffff00;line-height:35px;text-decoration: none;font-size:14px;
}
a:hover {
	color: #ffff00;line-height:35px;text-decoration: underline;;font-size:14px;
}


.clear {
	clear: both;
}

div.map {
	margin: 0px 0px 10px 0px;
	
	}

div.map table {
	border: 2px solid #fdda74;
}

#headline_message {
	background: url('../images/headline_bg.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
	color: #ffffff;
}

#headline_message .inner {
  padding:5px;
  padding-left: 180px;
  width: 815px;
  overflow: hidden;
}


.staff_message {
	background: url('../images/staff_bg.png');
	background-repeat:repeat-y;
	height: 540;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 15px;
	color: #ffffff;
}
