@charset "utf-8";

/*
-------------------------------------
CSS file fstudio
FileName:base.css
-------------------------------------
*/

/*
===== CONTENTS ===========================================

	1: UNIVERSAL RESET 
	2: BODY AND BASE SETTING
	3: FONT SETTING
	4: LINK SETTING
	5: OTHER

==========================================================
*/


/*
===== 1: UNIVERSAL RESET =================================
*/
#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
}

h1 {
	width:231px;
	height:68px;
	margin-left:39px;
}

#contents {
	width:820px;
	margin:0 auto;
}
#main {
	float:left;
	width:600px;
}
#main img {
	padding:5px;
	background:url(../images/imgbg01.gif);	
}
#chef {
	margin-bottom:25px;
}
#chef img {
	float:left;
	margin:0 10px 5px 0;
}
strong {
	font-weight:bold;
}
.box {
	margin-bottom:20px;
}
h2 {
	margin-bottom:15px;
	padding-left:6px;
	line-height:25px;
	color:#FFF;
	font-size:15px;
	font-weight:700;
	background:#4A3728;
}


#side {
	float:right;
	width:200px;
}

#side dt {
	margin-bottom:10px;
}
#side dd {
	width:190px;
	margin:0 auto 30px;
}
#side dd li {
	margin-bottom:6px;
}

hr {
	clear:both;
	height:3px;
	margin:50px 0 15px;
	border:0px none #000;
	background:url(../images/line.gif);
}

#gnavi {
	height:25px;
	margin:0 0 30px 40px;
	background:url(../images/gn_bg.gif) no-repeat;
}

#gnavi li {
	display:inline;
	margin-left:18px;
}

#footer {
	clear:both;
	width:100%;
	margin-top:30px;
	background:#4A3728;
	color:#FFF;
	text-align:center;
}