@charset "utf-8";

#main-contents p{
	font-size:0.95em;
	line-height:1.6em;
	margin-bottom:20px;
	color:#333;
}
#main-contents h4{
	font-size:18px;
	line-height:20px;
	color:#50442c;
	margin-bottom:20px;
	padding:5px 0 5px 25px;
	clear:both;
	background: url(http://food.ismedia.jp/common/images/v1/article/midashi.gif) repeat-y left top;
	background-color:#f6eee6;
}
#main-contents a:link,
#main-contents a:active,
#main-contents a:visited{
	color:#597548;
	/*font-weight:bold;*/
}

/*しかけ*/
.figure-right{
    float: right;
    margin-left: 12px;
    background-color:#eee;
    font-size: 12px;
    line-height: 18px;
}
#main-contents .figure-left {
    background-color: #eee;
    border: medium solid #eee;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}
.figure-right span,
.figure-left span,
.figure-center span,
.figure span {
    display: block;
    font-size: 12px;
    line-height:16px;
    padding: 5px;
    text-align: left;
}
#main-contents .central {
    clear: both;
    text-align: center !important;
}
#main-contents .figure-center {
    background-color: #eee;
    border: medium solid #eee;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
}