/**************************************************
* Copyright MEIJI SEIKA KAISHA, LTD.
*
* 01. 共通項目
* 02. メニュー
**************************************************/


/**************************************************
* 01. 共通項目
**************************************************/

a img {
	border:none;
}

a span{
	display:none;
}

#Wrapper {
	width:800px;
	margin:0 auto;
	padding: 0;
	font-size: small;
	line-height:130%;
	color: #333;
}

#Wrapper h1,
#Wrapper h2,
#Wrapper h3,
#Wrapper h4,
#Wrapper h5 {
	font-size:1px;
}

#Wrapper a:link,
#Wrapper a:visited {
/*	color:#83B63D;*/
	color:#333333;
	text-decoration:underline;
}
#Wrapper a:hover {
	color:#057DBE;
	text-decoration:none;
}


/*フッター///////////////////////////////////////////////*/
.gotoTop{
	width:780px;
	height:20px;
	margin:auto;
	clear:both;
	margin-bottom: 20px;
}

/**************************************************
* 02. メニュー
**************************************************/

#menuArea {
	width:798px;
	height:54px;
	margin:0 auto 10px auto;
	border:solid 1px #CCCCCC;
}

#logo_menu {
	width:66px;
	height:41px;
	margin:6px 0 0 0;
	padding:0 165px 0 6px;
	float:left;
}

#menuArea ul {
	list-style:none;
	float:left;
	width:555px;
	margin:15px 0 0 0px;
	padding:0;
}

#menuArea li {
	float:left;
	padding:0;
}

#menuArea li#menu_about a {
	display:block;
	width:119px;
	height:25px;
	margin:0 10px 0 0;
	background:url(../images/menu_about.gif) no-repeat 0 0;
}

#menuArea li#menu_about a:hover {
	background:url(../images/menu_about.gif) no-repeat 0 -25px;
}

#menuArea li#menu_products a {
	display:block;
	width:72px;
	height:25px;
	margin:0 20px 0 0;
	background:url(../images/menu_product.gif) no-repeat 0 0;
}

#menuArea li#menu_products a:hover {
	background:url(../images/menu_product.gif) no-repeat 0 -25px;
}

#menuArea li#menu_cm a {
	display:block;
	width:105px;
	height:25px;
	margin:0 15px 0 0;
	background:url(../images/menu_cm.gif) no-repeat 0 0;
}

#menuArea li#menu_cm a:hover {
	background:url(../images/menu_cm.gif) no-repeat 0 -25px;
}

#menuArea li#menu_minna a {
	display:block;
	width:205px;
	height:25px;
	margin:0 7px 0 0;
	background:url(../images/menu_minna.gif) no-repeat 0 0;
}

#menuArea li#menu_minna a:hover {
	background:url(../images/menu_minna.gif) no-repeat 0 -25px;
}

