@charset "utf-8";
/* CSS Document */


a { outline: none; }/*IEのリンク画像をクリック時に表示される囲み点線を消す方法*/

body{
	margin:0;
	font-size:0.9em;
	line-height:1.5em;
}

h1{
	margin:0;
	background-image:url(images/gourmet_top.jpg);
	width:750px;
	height:200px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

h2{
	border-left:10px solid #ccc;
	border-right:10px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:1.1em;
	padding:10px 0 8px 20px;
}	

h3{
	font-size:1.1em;
}


.desc{
	text-align:right;
	font-weight:bold;
	clear:left;
}

#menu{
	margin:25px 0px;
	padding:0px;
	list-style-type:none;
}	
#menu li{
	display:inline;
	border-right:1px solid #999;
	padding:0 10px;
}
.left_line{
	border-left:1px solid #999;
}

#contents{
	margin:0 auto;
	width:750px;
	background-image:url(images/nature_01.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#body_section{
	width:700px;
}

.flt_left{
	float:left;
	margin:0 20px 0 0;
}	

#profiles{
	border:1px solid #999;
	border-collapse:collapse;
	width:700px;
	}

#profiles th{
	border:1px solid #999;
	width:100px;
	background-color:#fcc;
}

#profiles td{
	border:1px solid #999;
	padding:10px;
}
