@charset "Shift_JIS";


/* ■全体構造
---------------------------------------------------- */
* {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	background:url(img/bg_img.gif);
         color:#666666;
}

/* メイン */

#left{
	float:left;
	padding-left:30px;
}

#left img.img{
	padding-top:15px;
	padding-bottom:15px;
}

#left img.fish{
	padding-top:15px;
	padding-bottom:5px;
}

#left img.resipi{
	padding-bottom:10px;
}

#left img.eat{
	padding-bottom:5px;
}

#left p{
	margin-left:20px;
	margin-bottom:10px;

}

#left a{

         color:#9C0031;
}

#left table td a{margin:0;}

#right{
	float:left;
	margin-left:41px;
         margin-top:15px;
}

#right p{
	padding-top:15px;

}

#right span{
         color:#9C0031;
         font-weight:bold;
}

#right h1{
	background:url(img/blog_title_logo.gif) no-repeat;
	color:#663300;
	font-weight:bold;
	margin:20px 0 10px 0;
	padding-left:20px;
	font-size:16px;
}

div.border{
	border-bottom:1px solid #666666;
	margin:15px 0 ;
}

#contents_main {
	width:780px;
	height:100%;
	font-size: 10pt;
	line-height: 140%;
	margin-top: 10px;
	margin:0 auto;
	background:#FFFFFF;

}

div.widget-content{
	width:180px;
}
