@charset "euc-jp";
*{margin:0px; padding:0px; letter-spacing:0px;}
 
 
body{
	text-align:center;
	background-repeat:repeat-y; background-position:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000; background-color:#93705A;
	line-height:160%;
	font-size:13px;
	background-image:url(../img/common/body_bg.jpg);
	background-repeat:no-repeat; background-position:center top;}

 
#pagewidth{
	background-color:#FFFFFF;
	width:841px; 
	margin:0 auto;
	text-align:left;} 
	
.roll{
	display:block;
	text-indent:-2000px;
	overflow:hidden;}

li{list-style:none;}


a.linka:link{ /*点線リンク(最初の状態)*/
	text-decoration:none;
	border-bottom:1px dotted;}
a.linka:hover{ /*点線リンク(マウスオーバー)*/
	text-decoration:none;
	color:#CC0000;
	border-bottom:1px dotted #CC0000;}
a.linka:visited{ /*点線リンク(訪問した跡の状態)*/
	text-decoration:none;
	border-bottom:1px dotted;} 
	
	
.style1 {font-size: 11px}
	
/*サイドメニュー******************************************************/ 
#rightcol{
	margin:18px 38px 0px 0px;
	float: right; 
	display:inline; 
	position: relative; 
	width:200px;}

	
h3#banner01 a{
	margin-bottom:8px;
	background-image:url(../img/rightcol_01.gif);
	background-repeat:no-repeat;
	width:202px; height:101px;}

	
h3#banner02 a{
	margin-bottom:8px;
	background-image:url(../img/rightcol_02.gif);
	background-repeat:no-repeat;
	width:202px; height:101px;}
	
	
h3#banner03{
	font-size:14px;
	color:#5A3D1B;}
	
#to_recipe{
	background-color:#f4f4f4;
	border-top:#cccccc 1px solid;
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:6px 0px 6px 14px; 
	margin-bottom:8px;}
	
h3#banner04{
	margin-bottom:8px;
	background-image:url(../img/rightcol_04.gif);
	background-repeat:no-repeat;
	width:202px; height:211px;
	display:block;
	text-indent:-2000px;
	overflow:hidden;}
	
	
/*フッダー************************************************************/
#footer{
	margin-top:14px;
	border-top:#5A3D1B solid 1px;
	clear:both;} 
 
#footermenu{
	height:50px;
	padding:18px 0px 0px 38px;}
#footermenu p{
	background-image:url(../img/listicon.jpg);
	background-repeat:no-repeat;
	margin:0px 14px 0px 0px;
	padding-left:20px;
	float:left;}

#footeraddress{
	padding:18px 0px 18px 38px;
	margin:18px 0px 0px 0px;
	border-bottom:#5A3D1B solid 4px;
	border-top:#5A3D1B solid 4px;}
#footer address{
	font-style:normal;}
#footeraddress h5{
	color:#5A3D1B;}
	
#copyright{
	background-color:#5A3D1B;
	padding-top:18px;
	text-align:center;
	color:#ffffff;
	height:45px;}
	
	
/*バナー*********************************************************************/


#banner h4 a{
	background-image:url(../img/banner.gif);
	border-bottom:#cccccc solid 1px;
	border-top:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	width:506px; height:80px;
	margin:0px 0px 0px 60px;}

/**********************************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}
 
.clearfix{
	display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;}
.clearfix{
	display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
