﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#base {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}
body {
	text-align: center;
}

#base h1 {
	background-image: url(../img/title.gif);
	height: 42px;
	width: 96px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
}
#base .subh3 {
	text-align: left;
}
/*float　clearのため*/
.clear {
	font-size: 1px;
	clear: both;
	text-indent: -9999px;
}
.top {
	text-indent: -9999px;
	font-size: 1px;
}


/*サブナビ*/
#subnavi {
	float: right;
	width:138px;
	height:15px;
	margin-top: 32px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#subnavi em{
	float: left;
 list-style:none;
 text-indent:-9999px;
}
#honbun p {
	margin-left: 20px;
	text-align: left;
}

#subnavi a{
	display:block;
	height: 15px;
	background-image: url(../img/sub_navi.gif);
}
#japanese a {
	background-position: 0px 0px;
	width: 65px;

}
#contuct a {
	background-position: -65px 0px;
	width: 73px;
}

#japanese a:hover {
	background-position: 0px -15px;
	width: 65px;
}
#contuct a:hover {
	background-position: -65px -15px;
	width: 73px;
}

/*サブナビ*/

/*メインナビ*/
#navi {
	width:780px;
	height:30px;
 margin:0;
}
#navi em{
	float: left;
 list-style:none;
 text-indent:-9999px;
}
#navi a{
	display:block;
	height: 30px;
	background-image: url(../img/navi.gif);
	background-position: left top;
}

#message a {
	background-position: -0px 0px;
	width: 149px;
}
#p_message a {
	background-position: -0px -30px;
	width: 149px;
}

#about a {
	background-position: -149px 0px;
	width: 97px;
}
#p_about a {
	background-position: -149px -30px;
	width: 97px;
}

#products a {
	background-position: -246px 0px;
	width: 121px;
}
#p_products a {
	background-position: -246px -30px;
	width: 121px;
}

#recipes a {
	background-position: -367px 0px;
	width: 89px;
}
#p_recipes a {
	background-position: -367px -30px;
	width: 89px;
}

#researches a {
	background-position: -456px 0px;
	width: 116px;
}
#p_researches a {
	background-position: -456px -30px;
	width: 116px;
}

#technology a {
	background-position: -572px 0px;
	width: 106px;
}
#p_technology a {
	background-position: -572px -30px;
	width: 106px;
}

#home a {
	background-position: -678px -0px;
	width: 102px;
}
#p_home a {
	background-position: -678px -30px;
	width: 102px;
}

#message a:hover {
	background-position: -0px -30px;
	width: 149px;
}
#about a:hover {
	background-position: -149px -30px;
	width: 97px;
}
#products a:hover {
	background-position: -246px -30px;
	width: 121px;
}
#recipes a:hover {
	background-position: -367px -30px;
	width: 89px;
}
#researches a:hover {
	background-position: -456px -30px;
	width: 116px;
}
#technology a:hover {
	background-position: -572px -30px;
	width: 106px;
}
#home a:hover {
	background-position: -678px -30px;
	width: 102px;
}

/*メインナビ*/

#footer {
	background-color: #008837;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 10px;
}
.mark {
	font-size: 12px;
	text-align: left;
}
