@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
	list-style:none;
}

img{
	border:none;
}

ul{
	list-style:none;
}

html, body { 
	height: 100%;
}

.clear{
	clear:both;
}

.dashed{
	height:1px;
	background:url(../img/common/dashed.gif) repeat-x;
}
	
a:link {
	color: #4983D4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active { 
	text-decoration: none;
}

a:visited { 
	text-decoration: none;
}

body {
	font:13px "ＭＳ Ｐゴシック",helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	text-align:center;
	background: url("../img/bg.gif") no-repeat;
}


/********************header********************/


#wrap {
	margin:0px auto;
	text-align:left;
	width:800px;
}


#header {
	margin:0px auto;
	width:800px;
	height:90px;
	background: url("../img/header/header_bg.gif") no-repeat;
}

h1 a{
	float:left;
	margin-top:31px;
	width:320px;
	height:50px;
	overflow:hidden;
	text-indent:-9999px;
	background: url("../img/header/logo.gif") no-repeat;
}

h2{
	float:left;
	margin:40px 0px 0px 320px;
	width:160px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	background: url("../img/header/recruit_information.gif") no-repeat;
	display:inline;
}


/********************global_menu********************/


ul#global_menu{
	margin:0px auto 15px auto;
	width:800px;
	height:35px;
}

ul#global_menu li{
	float:left;
	width:160px;
	height:35px;
}

ul#global_menu li a{
	float:left;
	width:160px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
}

ul#global_menu li.menu1 a{
	background:url(../img/header/menu1.gif) no-repeat;
}

ul#global_menu li.menu1 a:hover,ul#global_menu li.menu1s a{
	background:url(../img/header/menu1.gif) no-repeat;
	background-position:0 -35px;
}

ul#global_menu li.menu2 a{
	background:url(../img/header/menu2.gif) no-repeat;
}

ul#global_menu li.menu2 a:hover , ul#global_menu li.menu2s a{
	background:url(../img/header/menu2.gif) no-repeat;
	background-position:0 -35px;
}

ul#global_menu li.menu3 a{
	background:url(../img/header/menu3.gif) no-repeat;
}

ul#global_menu li.menu3 a:hover,ul#global_menu li.menu3s a{
	background:url(../img/header/menu3.gif) no-repeat;
	background-position:0 -35px;
}

ul#global_menu li.menu4 a{
	background:url(../img/header/menu4.gif) no-repeat;
}

ul#global_menu li.menu4 a:hover,ul#global_menu li.menu4s a{
	background:url(../img/header/menu4.gif) no-repeat;
	background-position:0 -35px;
}

ul#global_menu li.menu5 a{
	background:url(../img/header/menu5.gif) no-repeat;
}

ul#global_menu li.menu5 a:hover,ul#global_menu li.menu5s a{
	background:url(../img/header/menu5.gif) no-repeat;
	background-position:0 -35px;
}


#contents{
	margin-bottom:30px;
	padding:25px 0 0 30px;
	width:768px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-color:#FFF;
}


/********************footer********************/

p.pagetop{
	margin-bottom:10px;
	text-align:right;
	font-size:11px;
	text-decoration:underline;
}

div#footer{
	padding-bottom:30px;
	text-align:center;
	background:url(../img/footer/footer_bg.gif) repeat-x;
}

p#footer_menu{
	padding-top:15px;
	font-size:11px;
	color:#bbb;
}

p#footer_menu a{
	margin:10px 5px;
}

address{
	margin:40px auto 0 auto;
	width:402px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/footer/copyright.gif) no-repeat;
}
	
























	
