@charset "Shift_JIS";
*{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, address{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a:link, a:visited, a:hover, a:active{text-decoration: none;}

a:link, a:visited{color: #ffffff;}
a:hover, a:active{color: #cc9900;}

body{background: #000000 url("../img/bodyback.jpg") repeat-x;}
body#top {background: #000000 url("../img/bodyback_top.jpg") repeat-x;}

img { border:none; }


#line1{ margin:0px; padding: 0px; }
#line2{ margin:0px; padding: 0px; }
#line3{ margin:0px; padding: 0px; }

/*
#chefmain{
	position: relative;
	width: 860px;
	height: 100%;
	background-color: #000000;
}

*/

#page_top a{
	display: block;
	width: 29px;
	height: 11px;
	text-indent: -9999px;
	background: #000000 url("../img/up.jpg") no-repeat;
}

/*--------------------floatclear--------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
