@charset "EUC-JP";

/* *********************************************
Print CSS Menu
************************************************
LAST UPDATE:11.12.26

02.Base Layout Setting
	02-4.rightField Section
	02-5.leftField Section
03.Common Style
	03-1.clearfix
04.Top
05.News
06.Corporate Profile
	06-3.overview
	06-4.directory
08.Food Forum
09.firefox setting

************************************************ */


/* 02.Base Layout Setting
================================ */

#wrap{
width:765px;
}
#header{
border-top:3px solid #FC1B1C;
margin-bottom:10px;
}
#container{
width:761px;
}
#footer{
border-bottom:none;
}
/* ==== 02-4.rightField Section ==== */
.corporateprofile#overview #rightField,
.corporateprofile#directory #rightField{
float:none;
margin-left:168px;
width:592px;
}

/* ==== 02-5.leftField Section ==== */
.corporateprofile#overview #leftField,
.corporateprofile#directory #leftField{
float:none;
position:absolute;
left:15px;
top:70px;
width:168px;
height:100%;
}
/*
#leftField #lfList{
height:auto;
margin-bottom:20px;
}
*/
#leftField #lfList li{
margin-left:0;
}
#leftField #lfProduct li,
#leftField #lfWorldWide li{
margin-top:10px;
height:auto;
font-size:12px;
text-indent:0px;
}
#leftField #lfProduct li{
height:20px;
}

/* 03.Common Style
================================ */
h2{
border-bottom:1px solid #FD5556;
}

/* 04.Top
================================ */
#top #header{
margin:0px;
}
#top h2{
border:none;
}
#top #contents{
width:760px;
}
#top #mv_print{
display:block;
}
#top #globalNavi,
#top #mainVisual,
#footer ul{
display:none;
}
#top #contents{
padding-top:0px;
}
#top .txtBox2{
float:left;
width:144px;
}
#top .txtBox2 img,
#top .txtBox2 p{
margin-left:14px;
}
/* 05.News
================================ */
.news .txtBox{
width:540px;
margin:auto 10px;
}
#globalNavi{
display:none;
}
/* 06.Corporate Profile
================================ */
.corporateprofile#index #mainContents li{
list-style-type:disc;
}
/* 08.Food Forum
================================ */
.foodforum#index #mainContents li{
list-style-type:disc;
}

/* 09.firefox setting
================================ */
.clearfix {
	display: block;
}
#leftField #lfWorldWide{
	margin-top: 50px;
}
