@charset "UTF-8";
/*Layout*/
div#main-left {
	float: left;
	width: 530px;
	padding-left:30px;
	overflow: hidden;
}
div#main-right {
	float: right;
	width: 238px;
}
/*Submenu*/
div#submenu{
	width: 206px;
	margin:20px 16px 20px 16px;
}
.module-list li{
	background-image: url(../images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.module-list li a{
	width: 186px;
	height: 20px;
	display: block;
	padding: 0.4em 0 0.4em 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.module-list li a:link,
.module-list li a:visited{
	color: #736357;
	text-decoration: none;
}
.module-list li a:hover,
.module-list li a:active{
	color: #999999;
	text-decoration: none;
}
div#chef-profile-box{
	width: 206px;
	margin:20px 16px 20px 16px;
}
#chef-profile-box dt {
	color: #736357;
}
#chef-profile-box dd {
	font-size: 85%;
}
div#banner{
	width: 206px;
	margin:20px 16px 20px 16px;
}
p.indent-3m{
	margin-left:3em;
}
div.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
/* Font*/
.f8 { font-size:65%; }/*8px*/
.f9 { font-size:70%; }/*9px*/
.f10 { font-size:77%; }/*10px*/
.f11 { font-size:85%; }/*11px*/
.f12 { font-size:93%; }/*12px*/
.f13 { font-size:100%; }/*13px*/
.f14 { font-size:108%; }/*14px*/
.f15 { font-size:116%; }/*15px*/
.f16 { font-size:123.1%; }/*16px*/
.f17 { font-size:131%; }/*17px*/
.f18 { font-size:138.5%; }/*18px*/
.f19 { font-size:146.5%; }/*19px*/
.f20 { font-size:153.9%; }/*20px*/
.f21 { font-size:161.6%; }/*21px*/
.f22 { font-size:167%; }/*22px*/
.f23 { font-size:174%; }/*23px*/
.f24 { font-size:182%; }/*24px*/
.f25 { font-size:189%; }/*25px*/
.f26 { font-size:197%; }/*26px*/

/* Footer */
div#footer {
	background-color: #f9edd9;
	margin: 20px 10px 5px 10px;
	padding: 10px;
/*	border: 1px solid #999999;*/
}
div#footer li{
	font-size:70%;
	}

#footer a,#footer a:link{
	color: #666666;
	text-decoration: none;
}
#footer a:hover,#footer a:active{	color: #C1C1C1;}

div#copyright{
	float: left;
	width: 240px;
}
div#footer-link{
	float: right;
	width: 509px;
}
#footer-link ul {
	width: 350px;
	margin-left:150px;
}

#footer-link li {
width: 50px;
height: 20px;
float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}
li#home-link a{
/*	width: 80px;
	height: 1em;
	display: block;
	margin-left:10px;
	padding:5px;
	float:left;
	position:relative;
*/
}

li.second-link a{
/*	width: 50px;
	height: 1em;
	display: block;
	padding:5px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
		position:relative;
*/
}

/* Title */
.page-title{
	font-size: 116%;
	color: #663333;
	margin-top:10px;
}
.carmine{
	color: #990000;
	padding-right:0.4em;
}

/* MT Class&ID */
.entry{
margin: 15px 0 40px 0!important;
clear:both;
}
.entry-header{
margin: 20px 0 0 0!important;
}
.entry-more-link{
padding: 5em 0 0 0;
clear:both;
text-align:right;
}