@charset "shift_jis";
@import "http://";

/* 全体構造 */
a:link {
	text-decoration: none;
	color: #f08c28;
	margin-right: 4px;
}

a:visited {
	text-decoration: none;
	color: #f08c28;
	margin-right: 4px;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	margin-right: 4px;
}
a img {
	color: #bbbbbb;
	border: none;
	background: transparent;
}

body {
	color: #ffffff;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-algin: center;
}

#body {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: auto;
	width: 950px;

}


/* ヘッダー構造 */



#header {
	width: 950px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#header :after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

#header #logo {
	width: 378px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#header #logo img {
	width: 350px;
	height: 83px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
/* メインメニュー構造 */

#header #nav_bar {
	width: 572px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	float: left;
}

#header #nav_bar #menu_u {
	width: 572px;
	height: 28px;
	margin: 20px 0px 0px 15px ;
	padding: 0px 0px 0px 0px;
	list-style: none;	
	position: relative;
	background:   url(../common/img/menu_bar.gif) no-repeat;
}

#header #nav_bar #menu_u:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

#header #nav_bar #menu_u li {	
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#header #nav_bar #menu_u li, #menu_u li a {
	height: 28px;
	display: block;
	}

#header #nav_bar #menu_u a {
	text-indent: -9999px;
	text-decoration: none;
	}

#home {left: 0px; width: 136px;}
#concept {left: 136px; width: 136px;}
#contents {left: 272px; width: 136px;}
#info {left: 408px; width: 136px;}

#home a:hover, #home a:visited:hover { background: transparent url(../common/img/menu_bar.gif) 0px -28px no-repeat;}
#concept a:hover, #concept a:visited:hover { background: transparent url(../common/img/menu_bar.gif) -136px -28px no-repeat;}
#item a:hover, #contents a:visited:hover { background: transparent url(../common/img/menu_bar.gif) -272px -28px no-repeat;}
#info a:hover, #info a:visited:hover { background: transparent url(../common/img/menu_bar.gif) -408px -28px no-repeat;}

#home a.selected:link, #home a.selected:visited { background: transparent url(../common/img/menu_bar.gif) 0px -56px no-repeat;}
#concept a.selected:link, #concept a.selected:visited { background: transparent url(../common/img/menu_bar.gif) -136px -56px no-repeat;}
#contents a.selected:link, #contents a.selected:visited { background: transparent url(../common/img/menu_bar.gif) -272px -56px no-repeat;}
#info a.selected:link, #info a.selected:visited { background: transparent url(../common/img/menu_bar.gif) -408px -56px no-repeat;}



/* サブメニュー構造 */
#header #nav_bar #menu_d {
	width: 572px;
	height: 28px;
	margin: 3px 0px 0px 15px ;
	padding: 0px 0px 0px 0px;
	list-style: none;	
	position: relative;
	background:   url(../common/img/menu_bar_d.gif) no-repeat;
}

#header #nav_bar #menu_d:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

#header #nav_bar #menu_d li {	
	position: absolute;
	top: 0;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#header #nav_bar #menu_d li, #menu_d li a {
	height: 28px;
	display: block;
	}

#header #nav_bar #menu_d a {
	text-indent: -9999px;
	text-decoration: none;
	}

#recruit {left: 0px; width: 136px;}
#b {left: 136px; width: 136px;}
#c {left: 272px; width: 136px;}
#d {left: 408px; width: 136px;}

#recruit a:hover, #recruit a:visited:hover { background: transparent url(../common/img/menu_bar_d.gif) 0px -28px no-repeat;}
#b a:hover, #b a:visited:hover { background: transparent url(../common/img/menu_bar_d.gif) -136px -28px no-repeat;}
#c a:hover, #c a:visited:hover { background: transparent url(../common/img/menu_bar_d.gif) -272px -28px no-repeat;}
#d a:hover, #d a:visited:hover { background: transparent url(../common/img/menu_bar_d.gif) -408px -28px no-repeat;}

#recruit a.selected:link, #recruit a.selected:visited { background: transparent url(../common/img/menu_bar_d.gif) 0px -56px no-repeat;}
#b a.selected:link, #b a.selected:visited { background: transparent url(../common/img/menu_bar_d.gif) -136px -56px no-repeat;}
#c a.selected:link, #c a.selected:visited { background: transparent url(../common/img/menu_bar_d.gif) -272px -56px no-repeat;}
#d a.selected:link, #d a.selected:visited { background: transparent url(../common/img/menu_bar_d.gif) -408px -56px no-repeat;}


/* フッター構造 */
#footer {
	background-color: #e56c00;
	width: 950px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-family: "Verdana", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	
}

html>/**/body #footer p {
	font-family: "Verdana", "ＭＳ Ｐゴシック";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin:0px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	
}

/* フレーム＆スペース構造 */
#spacer {
	background-color: #e56c00;
	width: 950px;
	height: 24px;
}

#main {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

#main:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}

