@charset "utf-8";


/*-------------- formatting stlye --------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	letter-spacing: 1px; 
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
}

hr{
display:none;
}


/*-------------- link style --------------*/

a img{
border-style:none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: left;
	width: 828px;
	margin-bottom: 0px;
	top: auto;
	bottom: auto;
	/*border-top: 1px dotted #CCCCCC;*/
}


#footer {
	color: #FFFFFF;
	padding: 15px;
	clear: both;
	background-image: url(../img/footerback.gif);
	background-repeat: repeat-x;
}

#navi {
	font-size: 7px;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	top: 103px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	width: 840px;
	padding-bottom: 4px;
}


#navi2 {
	font-size: 7px;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	top: 128px;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	width: 840px;
	padding-bottom: 4px;
}




/* header styles
------------------------------*/
#header {
	height: 503px;
	border-top: 2px solid #233B17;
	position: relative;
	background-image: url(../img/headerback.gif);
	background-repeat: repeat-x;
}


#header h2 {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 45px;
	margin-right: 20px;
}


#header #logo {
	position: absolute;
	top: 2px;
	left: 0px;
}

#header #tel {
	position: absolute;
	top: 2px;
	left: 340px;
}


#header #top {
	position: absolute;
	top: 104px;
}


#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left:0px;
	top: 72px;
}

#header ul li {
	list-style: none;
	float: left;
}


#header ul li a  {
	width: 170px;
	height: 30px;
 /* height: 2.5em; */
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
 /*	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;*/
	border-top: 1px solid #019644;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #019644;
	 /*background-image: url(../img/tab1.jpg);*/
}


#header ul li#nMetabolic a {
	border-left-style: none;
	background-image: url(../img/tab1.jpg);
}

#header ul li#nQuality a {
	background-image: url(../img/tab2.jpg);
}

#header ul li#nAsparagus a {
	background-image: url(../img/tab3.jpg);
}

#header ul li#nDrink a {
	background-image: url(../img/tab4.jpg);
}

#header ul li#nRecipe a {
	background-image: url(../img/tab5.jpg);
}



#header ul li#nMetabolic a:hover {
	background-image: url(../img/tab1-2.jpg);
}

#header ul li#nQuality a:hover {
	background-image: url(../img/tab2-2.jpg);
}

#header ul li#nAsparagus a:hover {
	background-image: url(../img/tab3-2.jpg);
}

#header ul li#nDrink a:hover {
	background-image: url(../img/tab4-2.jpg);
}

#header ul li#nRecipe a:hover {
	background-image: url(../img/tab5-2.jpg);
}




#metabolic #header #nMetabolic a{
background-image: url(../img/tab1-3.jpg);
}

#quality #header #nQuality a{
background-image: url(../img/tab2-3.jpg);
}

#asparagus #header #nAsparagus a{
background-image: url(../img/tab3-3.jpg);
}

#drink #header #nDrink a{
background-image: url(../img/tab4-3.jpg);
}

#recipe #header #nRecipe a{
background-image: url(../img/tab5-3.jpg);
}
	




/* header2 styles
------------------------------*/
#header2 {
height: 100px;
	border-top: 2px solid #233B17;
	position: relative;
	background-image: url(../img/headerback.gif);
	background-repeat: repeat-x;
}


#header2 h2 {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 45px;
	margin-right: 20px;
}


#header2 #logo {
	position: absolute;
	top: 2px;
	left: 0px;
}

#header2 #tel {
	position: absolute;
	top: 2px;
	left: 340px;
}


#header2 #top {
	position: absolute;
	top: 104px;
}


#header2 ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left:0px;
	top: 72px;
}

#header2 ul li {
	list-style: none;
	float: left;
}


#header2 ul li a  {
	width: 170px;
	height: 30px;
 /* height: 2.5em; */
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
 /*	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;*/
	border-top: 1px solid #019644;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #019644;
	 /*background-image: url(../img/tab1.jpg);*/
}


#header2 ul li#nMetabolic a {
	border-left-style: none;
	background-image: url(../img/tab1.jpg);
}

#header2 ul li#nQuality a {
	background-image: url(../img/tab2.jpg);
}

#header2 ul li#nAsparagus a {
	background-image: url(../img/tab3.jpg);
}

#header2 ul li#nDrink a {
	background-image: url(../img/tab4.jpg);
}

#header2 ul li#nRecipe a {
	background-image: url(../img/tab5.jpg);
}



#header2 ul li#nMetabolic a:hover {
	background-image: url(../img/tab1-2.jpg);
}

#header2 ul li#nQuality a:hover {
	background-image: url(../img/tab2-2.jpg);
}

#header2 ul li#nAsparagus a:hover {
	background-image: url(../img/tab3-2.jpg);
}

#header2 ul li#nDrink a:hover {
	background-image: url(../img/tab4-2.jpg);
}

#header2 ul li#nRecipe a:hover {
	background-image: url(../img/tab5-2.jpg);
}




#metabolic #header2 #nMetabolic a{
background-image: url(../img/tab1-3.jpg);
}

#quality #header2 #nQuality a{
background-image: url(../img/tab2-3.jpg);
}

#asparagus #header2 #nAsparagus a{
background-image: url(../img/tab3-3.jpg);
}

#drink #header2 #nDrink a{
background-image: url(../img/tab4-3.jpg);
}

#recipe #header2 #nRecipe a{
background-image: url(../img/tab5-3.jpg);
}















	
	
/* metabolic header styles
------------------------------*/

#metabolic #header {
	height: 550px;
	border-top: 2px solid #233B17;
	position: relative;
}

#header #metabolic {
	position: absolute;
	top: 130px;

}




/* recipe header styles
------------------------------*/

#recipe #header {
/*	height: 510px;*/
height: 540px;
	border-top: 2px solid #233B17;
	position: relative;
}

#header #recipe {
	position: absolute;
/*	top: 130px;*/
top: 158px;
}


/* quality header styles
------------------------------*/

#header #quality {
	position: absolute;
	top: 158px;
}

#quality #header {
	height: 540px;
	border-top: 2px solid #233B17;
	position: relative;
}


#quality #header ul#quality2 {
	background-color: #FFFFFF;
	width: 640px;
	position: absolute;
	left:100px;
	top: 104px;
	border-style: none;
}


#quality #header ul#quality2 li {
	left:100px;
	list-style: none;
	float: left;
}

#quality #header ul#quality2 li a  {
	width: 160px;
	height: 25px;
}


#quality  #header ul#quality2 li#nHokkaido a {
border-style: none;
	background-image: url(../img/hokkaido1.gif);
}

#quality  #header ul#quality2 li#nUniversity a {
border-style: none;
	background-image: url(../img/university1.gif);
}

#quality  #header ul#quality2 li#nSafety a {
border-style: none;
	background-image: url(../img/safety1.gif);
}

#quality #header ul#quality2 li#nProducer a {
border-style: none;
	background-image: url(../img/producer1.gif);
}



/*安心の国産品質　ロールオーバー*/

#quality #header ul#quality2 li#nHokkaido a:hover {
	background-image: url(../img/hokkaido2.gif);
}

#quality #header ul#quality2 li#nUniversity  a:hover {
	background-image: url(../img/university2.gif);
}

#quality #header ul#quality2 li#nSafety a:hover {
	background-image: url(../img/safety2.gif);
}

#quality #header ul#quality2 li#nProducer a:hover {
	background-image: url(../img/producer2.gif);
}



/*安心の国産品質　リンク先   */


#quality #header  ul#quality2 li#nHokkaido strong a {
background-image: url(../img/hokkaido2.gif);
}

#quality #header ul#quality2 li#nUniversity strong a{
background-image: url(../img/university2.gif);
}

#quality #header ul#quality2 li#nSafety strong a{
background-image: url(../img/safety2.gif);
}

#quality #header ul#quality2 li#nProducer strong a{
background-image: url(../img/producer2.gif);
}
















/*安心の国産品質　下ナビ*/


#quality #header ul#quality3 {
border-style: none;
	/*	position: absolute;
	left:365px;
	top: 490px;*/

}

/*
#quality #header ul#quality3 li {
	left:519px;
	list-style: none;
	position: absolute;
	top: 495px;
}
*/


#quality #header ul#quality3 li a  {
	width: 190px;
	height: 39px;
}


#quality  #header ul#quality3 li#nHokkaido2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 120px;
	background-image: url(../img/hokkaido01.gif);
}

#quality  #header ul#quality3 li#nUniversity2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 170px;
	background-image: url(../img/university01.gif);
}

#quality  #header ul#quality3 li#nSafety2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 220px;
	background-image: url(../img/safety01.gif);
}

#quality #header ul#quality3 li#nProducer2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 270px;
	background-image: url(../img/producer01.gif);
}



/*ロールオーバー*/

#quality #header ul#quality3 li#nHokkaido2 a:hover {
	background-image: url(../img/hokkaido02.gif);
}

#quality #header ul#quality3 li#nUniversity2  a:hover {
	background-image: url(../img/university02.gif);
}

#quality #header ul#quality3 li#nSafety2 a:hover {
	background-image: url(../img/safety02.gif);
}

#quality #header ul#quality3 li#nProducer2 a:hover {
	background-image: url(../img/producer02.gif);
}





/* hokkaido  header styles
------------------------------*/


#hokkaido #main{
	position: relative;
	top: auto;
	bottom: auto;
	border-style: none;	 /* border-bottom: 1px solid #999999;*/
}


/* university  header styles
------------------------------*/


#university #main{
	position: relative;
	border-style: none;	 /* border-bottom: 1px solid #999999;*/
	top: auto;
	bottom: auto;
}





/* アスパラガス header styles
------------------------------*/

#header #asparagus {
	position: absolute;
	top: 158px;

}

#asparagus #header {
	height: 540px;
	border-top: 2px solid #233B17;
	position: relative;
}


/* サイドナビ　スタイル
------------------------------*/

#asparagus #header ul#asparagus2 {
	background-color: #FFFFFF;
	width: 480px;
	position: absolute;
	left:190px;
	top: 104px;
	border-style: none;
}


#asparagus #header ul#asparagus2 li {
left:100px;
	list-style: none;
	float: left;
}

/* サイド個別のスタイル
------------------------------*/

#asparagus #header ul#asparagus2 li a  {
	width: 160px;
	height: 25px;
}


/*擬葉　平常*/

#asparagus  #header ul#asparagus2 li#nGiyo a {
border-style: none;
	background-image: url(../img/giyo1.gif);
}

#asparagus  #header ul#asparagus2 li#nCholesterol a {
border-style: none;
	background-image: url(../img/cholesterol1.gif);
}

#asparagus  #header ul#asparagus2 li#nLabo a {
border-style: none;
	background-image: url(../img/labo1.gif);
}



/*擬葉　ロールオーバー*/

#asparagus #header ul#asparagus2 li#nGiyo a:hover {
	background-image: url(../img/giyo2.gif);
}

#asparagus #header ul#asparagus2 li#nCholesterol  a:hover {
	background-image: url(../img/cholesterol2.gif);
}

#asparagus #header ul#asparagus2 li#nLabo a:hover {
	background-image: url(../img/labo2.gif);
}


/*擬葉　リンク先   */


#asparagus #header  ul#asparagus2 li#nGiyo strong a {
background-image: url(../img/giyo2.gif);
}

#asparagus #header ul#asparagus2 li#nCholesterol strong a{
background-image: url(../img/cholesterol2.gif);
}

#asparagus #header ul#asparagus2 li#nLabo strong a{
background-image: url(../img/labo2.gif);
}




/*アスパラガス　下ナビ*/


#asparagus #header ul#asparagus3 {
border-style: none;
}



#asparagus #header ul#asparagus3 li a  {
	width: 190px;
	height: 39px;
}


#asparagus  #header ul#asparagus3 li#nGiyo2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 120px;
	background-image: url(../img/giyo01.gif);
}

#asparagus  #header ul#asparagus3 li#nCholesterol2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 170px;
	background-image: url(../img/cholesterol01.gif);
}

#asparagus  #header ul#asparagus3 li#nLabo2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 220px;
	background-image: url(../img/labo01.gif);
}



/*ロールオーバー*/

#asparagus #header ul#asparagus3 li#nGiyo2 a:hover {
	background-image: url(../img/giyo02.gif);
}

#asparagus #header ul#asparagus3 li#nCholesterol2  a:hover {
	background-image: url(../img/cholesterol02.gif);
}

#asparagus #header ul#asparagus3 li#nLabo2 a:hover {
	background-image: url(../img/labo02.gif);
}



/* いつでも飲める header styles
------------------------------*/

#header #drink {
	position: absolute;
	top: 129px;
}

#drink #header {
	/* height: 604px;*/
	border-top: 2px solid #233B17;
	position: relative;
	height: 540px;
}


/* サイドナビ　スタイル
------------------------------*/

#drink #header ul#drink2 {
	background-color: #FFFFFF;
	width: 320px;
	position: absolute;
	left:448px;
	top: 104px;
	border-style: none;
}


#drink #header ul#drink2 li {
left:100px;
	list-style: none;
	float: left;
}

/* サイド個別のスタイル
------------------------------*/

#drink #header ul#drink2 li a  {
	width: 160px;
	height: 25px;
}


/*いつでも飲める 平常*/

#drink  #header ul#drink2 li#nPackage a {
border-style: none;
	background-image: url(../img/package1.gif);
}

#drink  #header ul#drink2 li#nVoice a {
border-style: none;
	background-image: url(../img/voice1.gif);
}




/*いつでも飲める ロールオーバー*/

#drink #header ul#drink2 li#nPackage a:hover {
	background-image: url(../img/package2.gif);
}

#drink #header ul#drink2 li#nVoice  a:hover {
	background-image: url(../img/voice2.gif);
}


/* いつでも飲める  リンク先   */


#drink #header  ul#drink2 li#nPackage strong a {
background-image: url(../img/package2.gif);
}

#drink #header ul#drink2 li#nVoice strong a{
background-image: url(../img/voice2.gif);
}



/*いつでも飲める　下ナビ*/


#drink #header ul#drink3 {
border-style: none;
}



#drink #header ul#drink3 li a  {
	width: 190px;
	height: 39px;
}


#drink  #header ul#drink3 li#nPackage2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 120px;
	background-image: url(../img/package01.gif);
}

#drink  #header ul#drink3 li#nVoice2 a {
border-style: none;
	position: absolute;
	left:640px;
	top: 170px;
	background-image: url(../img/voice01.gif);
}



/*ロールオーバー*/

#drink #header ul#drink3 li#nPackage2 a:hover {
	background-image: url(../img/package02.gif);
}

#drink #header ul#drink3 li#nVoice2  a:hover {
	background-image: url(../img/voice02.gif);
}





/* main styles
------------------------------*/

#main h2 {
	margin-bottom: 7px;
	font-size: 14px;
	color: #333333;
	background-image: url(../img/colon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}


#main h3 {
	margin-bottom: 7px;
	font-size: 14px;
	color: #333333;
/* 	background-image: url(../img/colon.gif);　*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-top: 3px solid #233B17;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}



#main dl#news dt {
	font-weight: bold;
	margin: 0px 0px 20px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 10px;
}

#main dl#news dd {
	margin: 20px 0px 10px 20px;
	line-height: 23px;
}

#main table td {
    font-size: 10px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 23px;
}

#main table td strong{
    font-size: 12px;
}


#main #map {
	padding-left: 30px;
}


#main dl#access dt {
	font-weight: bold;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}

#main dl#access dd {
	line-height: 23px;
	float: left;
	margin-left: 20px;
	padding-top: 8px;
}


#main ul {
	margin-left: 20px;
	line-height: 30px;
}

#main li {
	margin-left: 20px;
}


/* metabolic　table
------------------------------*/
#metabolic #main table {
	width: 350px;
	height:320px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 20px;
	float: left;
	border: 1px solid #CCCCCC;
	
}


/* safety　table
------------------------------*/
#quality #safety #main table {
	width: 300px;
	height:600px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 20px;
	float: left;
	border: 1px solid #CCCCCC;
	
}


/* package　main
------------------------------*/

#drink #package #main 
{
	position: relative;
	border-style: none;	 /* border-bottom: 1px solid #999999;*/
	
}




/* package　table
------------------------------*/

#drink #package #main table {
	width: 300px;
	height:200px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 20px;
	float: left;
	border: 1px solid #CCCCCC;
}



/* table
------------------------------*/
#profile #main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	float: left;
	width: 370px;
}
#profile #main table th{
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#profile #main table td{
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#profile #main table tr.odd {
	background-color: #F7F7F7;
}


#works #main .odd {
	background-color: #F7F7F7;
}





/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}







/* table
------------------------------*/
#contact #main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#contact #main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#contact #main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#contact #main table tr.odd {
	background-color: #F7F7F7;
}



/* recipe  table
------------------------------*/
#recipe #main table {
	margin-bottom: 15px;
	border-collapse:collapse;
	font-size: 10px;
	border-width: 0px;
	border-style: none;
}


#recipe #main table th{
    text-align: right;
	padding: 0px;
}


#recipe #main table th ul{
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#recipe #main table th ul ol{
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}




/*レシピ　下ナビ*/


#recipe #header ul#recipe2 {
border-style: none;
}



#recipe #header ul#recipe2 li a  {
	width: 120px;
	height: 170px;
}


#recipe  #header ul#recipe2 li#nEgg a {
border-style: none;
	position: absolute;
	left:300px;
	top: 200px;
	background-image: url(../img/egg2.jpg);
}

#recipe  #header ul#recipe2 li#nShiratama a {
border-style: none;
	position: absolute;
	left:440px;
	top: 200px;
	background-image: url(../img/shiratama2.jpg);
}

#recipe  #header ul#recipe2 li#nPancake a {
border-style: none;
	position: absolute;
	left:580px;
	top: 200px;
	background-image: url(../img/pancake2.jpg);
}




/* footer styles
------------------------------*/

#buy a{
display:block;
width:858px;
background:url(../img/buy.jpg) no-repeat;
height:65px;}

#buy a:hover{
background:url(../img/buy2.jpg) no-repeat;
}





#footer ul li a {
	color: #E6E6E6;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #E6E6E6;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}





.header {
	line-height: 1.8;
	letter-spacing: 1px; 
	position: absolute;
	top: 310px;
	text-align: center;
	left: 230px;
}
