@charset "utf-8";
/* CSS Document */

/*** header ***/
.header_sub {
	width:900px;
	height:60px;
	float:left;
	clear:both;
	padding:10px 0 0 0;
	background:url(../img/header_sub.gif) no-repeat;
}
.logo_sub {
	width:230px;
	float:left;
}

.m_home a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/home1.gif) no-repeat;
}
.m_home a:hover {
	background:url(../img/home2.gif) no-repeat;
}
.m_concept a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/concept1.gif) no-repeat;
}
.m_concept a:hover {
	background:url(../img/concept2.gif) no-repeat;
}
.m_commitment a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/commitment1.gif) no-repeat;
}
.m_commitment a:hover {
	background:url(../img/commitment2.gif) no-repeat;
}
.m_space a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/space1.gif) no-repeat;
}
.m_space a:hover {
	background:url(../img/space2.gif) no-repeat;
}
.m_menu a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/menu1.gif) no-repeat;
}
.m_menu a:hover {
	background:url(../img/menu2.gif) no-repeat;
}
.m_beverage a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/beverage1.gif) no-repeat;
}
.m_beverage a:hover {
	background:url(../img/beverage2.gif) no-repeat;
}
.m_planning a {
	display:block;
	width:105px;
	height:24px;
	background:url(../img/planning1.gif) no-repeat;
}
.m_planning a:hover {
	background:url(../img/planning2.gif) no-repeat;
}
.m_recruit a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/recruit1.gif) no-repeat;
}
.m_recruit a:hover {
	background:url(../img/recruit2.gif) no-repeat;
}
.m_map a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/map1.gif) no-repeat;
}
.m_map a:hover {
	background:url(../img/map2.gif) no-repeat;
}
.m_blog a {
	display:block;
	width:75px;
	height:24px;
	background:url(../img/blog1.gif) no-repeat;
}
.m_blog a:hover {
	background:url(../img/blog2.gif) no-repeat;
}

#nav li.m_beverage ul{
 width:75px;
}
#nav li.m_menu ul{
 width:75px;
}
#nav li.m_planning ul{
 width:105px;
}



/*** drop down menu ***/
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style: none;
	line-height: 1;
	position:relative;
	top:0px;
}
#nav{
  float:right;
	margin-right:0em;
}
	#nav a {
		display:block;
		height:24px;
	}

#nav li {
	float:left;
}

#nav li ul {
	position: absolute;
	margin-top:24px;
	background:#fff;
	left:-999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
.header_bg {
	width:900px;
	height:24px;
	clear:both;
	float:left;
	background:#680032;
}
#topmenu {
	width:900px;
	height:24px;
	clear:both;
	float:left;
	background:#660033;
}

/*** footer ***/
.footer {
	width:890px;
	clear:both;
	line-height:25px;
	background:#fff;
	font-size:11px;
	padding:0 5px;
	color:#666;
}

