*{
	margin:0;
	padding:0;
}

a{
	outline:none;
	text-decoration:none;
	color:#780600;
}

a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

a img{
	border:none;
}

body{
	background:#fffae5;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

td{
	padding:5px;
}

#wrap{
	width:900px;
	margin:30px auto;
	background:url(img/background.jpg);
	overflow:hidden;
}

#header{
	width:900px;
	height:100px;
	float:left;
}

#header ul{
	width:900px;
	height:100px;
	list-style:none;
	float:left;
}

#header li{
	text-indent: -9999px;
	/float:left;
}

#header li a{
	height: 100px;
	float:left;
	background:url(img/menu.png);
}
#header li.home a{
	width:100px;
	background-position:0px 0px;
}

#header li.menu a{
	width:110px;
	background-position:-100px 0px;
}

#header li.info a{
	width:110px;
	background-position:-210px 0px;
}	

#header li.shiokara a{
	width:90px;
	background-position:-320px 0px;
}

#header li.news a{
	width:110px;
	background-position:-410px 0px;
}

#header li.contact a{
	width:155px;
	background-position:-520px 0px;
}

#header li.food a{
	width:225px;
	background-position:-675px 0px;
}

#header li.home a:hover{
	background-position:0px -100px;
}

#header li.menu a:hover{
	width:110px;
	background-position:-100px -100px;
}

#header li.info a:hover{
	width:110px;
	background-position:-210px -100px;
}	

#header li.shiokara a:hover{
	width:90px;
	background-position:-320px -100px;
}

#header li.news a:hover{
	width:110px;
	background-position:-410px -100px;
}

#header li.contact a:hover{
	width:155px;
	background-position:-520px -100px;
}

#header li.food a:hover{
	width:225px;
	background-position:-675px -100px;
}

#content{
	width:900px;
	position:relative;
	float:left;
}

.content-table{
	padding:0 20px;
}	

span.sub{
	color: #666666;
	margin-left:10px;
}

hr.space{
	margin:15px 0;
	padding:0;
	border:none;
	height:0;
	text-indent: -9999px;
	visibility: hidden;
}
*html body hr.space {
	margin: -1em 0 20px 0;
	display: block;
}
*:first-child+html body hr.space {
	margin: -1em 0 20px 0;
	display: block;
}

table.shiokara-table{
	width:770px;
	margin-left:80px;
	float:left;
	display:inline;
}

.houyou-table{
	padding:5px;
	border:1px solid #000000;
	background:url(img/h-table.jpg);
}

.houyou-table tr td{
	padding-right:10px;
}

#blog{
	width:488px;
	float:left;
	margin-left:20px;
	padding:20px;
	border:1px solid #780600;
	background:url(img/b-back.jpg);
}

#blog h3.b-title{
	font-size:26px;
	font-weight: normal;
	margin-bottom:10px;
}

.blog-text{
	width:488px;
	font-size:19px;
	border-top:3px double #780600;
	border-bottom:3px double #780600;
	margin:10px 0 10px 0;
	padding:15px 0 15px 0;
}

.blog-box{
	margin-bottom:15px;
}

input{
	margin:5px 0;
}

textarea#comment{
	width:488px;
	margin:5px 0 20px 0;
}

img.o-telfax{
	position:absolute;
	left:300px;
	bottom:270px;
}
/* サイドバーはじまり　*/
#side{
	width:220px;
	margin:0 80px 0 0;
	float:right;
	display:inline;
}

.widget-box{
	width:220px;
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
}

.widget-box h4{
	font-size:14px;
}

.widget-box ul{
	width:180px;
	padding:15px 0 0 20px;
	font-size:14px;
	line-height:130%;
}
/* サイドバー終わり */
#footer{
	width:900px;
	height:100px;
	background:url(img/footer.jpg) no-repeat;
	float:left;
}

/* ご注文フォーム */
#contact{
	width:700px;
	float:left;
	margin-left:50px;
}

#s-exam{
	width:700px;
	float:left;
	margin:0 0 30px 60px;
	padding:5px;
	border:1px solid #780600;
}

span.red {
	color: red;
}

#small-box{
	width:780px;
	float:left;
	padding:20px 0 20px 20px;
	margin:0 50px 20px 50px;
	background:url(img/b-back.jpg);
	border:1px solid #780600;
}


.submittext{
	margin:10px 0;
	color:red;
}

.submitback{
	margin:0px 0 0 50px;
}

/* ご注文フォーム終わり */
