@charset "utf-8";
/* header rule */

#all #outerGroup #header {
	height: 151px;
	width: 900px;
}

#all #outerGroup #header #summary {
	background-color: #333333;
	width: 900px;
	height: 20px;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}

#all #outerGroup #header #title {
	height: 70px;
	width: 900px;
	display: block;
}

/* global-navi rule */

#all #outerGroup #header #global-navi {
	text-align: center;
	background-color: #CBCFD0;
	background-image: url(../../images/basic/navi/navi_back.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 900px;
	text-align: center;
	display: block;
/*	left: auto;
	right: auto;*/
	clear: none;
}

#all #outerGroup #header #global-navi ul {
	padding-top: 0px;
	width: 900px;
	height: 61px;
	list-style-type: none;
	display: block;
}

#all #outerGroup #header #global-navi li a {
	width: 150px;
	height: 61px;
	display: block;
	color: #2F2D2D;
	text-decoration: none;
}

#all #outerGroup #header #global-navi li {
	width: 150px;
	height: 61px;
	margin: 0px;
	float: left;
	text-align: center;
	display: block;
}
#all #outerGroup #header #global-navi span {
	display: none;
}

/* navi botton rule */
/* home */
#all #outerGroup #header #global-navi .navi_home a {
	background-image: url(../../images/basic/navi/navi_home.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_home a:hover {
	background-image: url(../../images/basic/navi/navi_home_on.gif);
}
#all #outerGroup #header #global-navi .navi_home_active {
	background-image: url(../../images/basic/navi/navi_home_active.gif);
	background-repeat: no-repeat;
}

/* news */
#all #outerGroup #header #global-navi .navi_news a {
	background-image: url(../../images/basic/navi/navi_news.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_news a:hover {
	background-image: url(../../images/basic/navi/navi_news_on.gif);
}
#all #outerGroup #header #global-navi .navi_news_active {
	background-image: url(../../images/basic/navi/navi_news_active.gif);
	background-repeat: no-repeat;
}

/* product */
#all #outerGroup #header #global-navi .navi_product a {
	background-image: url(../../images/basic/navi/navi_product.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_product a:hover {
	background-image: url(../../images/basic/navi/navi_product_on.gif);
}
#all #outerGroup #header #global-navi .navi_product_active {
	background-image: url(../../images/basic/navi/navi_product_active.gif);
	background-repeat: no-repeat;
}

/* aboutus */
#all #outerGroup #header #global-navi .navi_aboutus a {
	background-image: url(../../images/basic/navi/navi_aboutus.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_aboutus a:hover {
	background-image: url(../../images/basic/navi/navi_aboutus_on.gif);
}
#all #outerGroup #header #global-navi .navi_aboutus_active {
	background-image: url(../../images/basic/navi/navi_aboutus_active.gif);
	background-repeat: no-repeat;
}

/* recruit */
#all #outerGroup #header #global-navi .navi_recruit a {
	background-image: url(../../images/basic/navi/navi_recruit.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_recruit a:hover {
	background-image: url(../../images/basic/navi/navi_recruit_on.gif);
}
#all #outerGroup #header #global-navi .navi_recruit_active {
	background-image: url(../../images/basic/navi/navi_recruit_active.gif);
	background-repeat: no-repeat;
}

/* contact */
#all #outerGroup #header #global-navi .navi_contact a {
	background-image: url(../../images/basic/navi/navi_contact.gif);
	background-repeat: no-repeat;
}
#all #outerGroup #header #global-navi .navi_contact a:hover {
	background-image: url(../../images/basic/navi/navi_contact_on.gif);
}
#all #outerGroup #header #global-navi .navi_contact_active {
	background-image: url(../../images/basic/navi/navi_contact_active.gif);
	background-repeat: no-repeat;
}
