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

#pageTitle{ background:url(../images/pageTitle.jpg) 0 0 no-repeat;}

/*-------------------------------------*/

#title{
	background:url(../images/title00.gif) 0 0 no-repeat;
	margin-bottom:20px;
}

.categoryTitle{
	width:850px;
	height:25px;
	text-indent:-9999px;
}
#meal{ background:url(../images/category01.gif) 0 0 no-repeat;}
#ptoh{ background:url(../images/category02.gif) 0 0 no-repeat;}

.categoryBox{
	background:url(../images/bg01.gif) 0 0 repeat-y;
	width:850px;
	padding:50px 0;
	margin-bottom:10px;
	border-bottom:solid 1px #412e0a;
}

.categoryBox table{
	border-collapse:collapse;
	width:100%;
	margin:0 1px;
}

.categoryBox th{
	color:#412e0a;
	vertical-align:middle;
	width:98px;
}

.categoryBox td{
	width:250px;
	text-align:center;
}

.categoryBox a.text{
	background:none;
	width:auto;
	height:auto;
	display:block;
	text-indent:0;
	letter-spacing:0;
}
.categoryBox a.text:hover{background:none;}


.categoryBox a{
	background:url(../images/btn.jpg) 0 0 no-repeat;
	width:150px;
	height:150px;
	display:block;
	outline:medium none;
	text-indent:-9999px;
	margin:0 50px;
}

.categoryBox a:hover{
	background:url(../images/btn.jpg) 0 0 no-repeat;
}
5
.categoryBox #btn01{ background-position:0px 0;}
.categoryBox #btn01:hover{ background-position:0px -150px;}
.categoryBox #btn02{ background-position:-150px 0;}
.categoryBox #btn02:hover{ background-position:-150px -150px;}
.categoryBox #btn03{ background-position:-300px 0;}
.categoryBox #btn03:hover{ background-position:-300px -150px;}
.categoryBox #btn04{ background-position:-450px 0;}
.categoryBox #btn04:hover{ background-position:-450px -150px;}
.categoryBox #btn05{ background-position:-600px 0;}
.categoryBox #btn05:hover{ background-position:-600px -150px;}
.categoryBox #btn06{ background-position:-750px 0;}
.categoryBox #btn06:hover{ background-position:-750px -150px;}
.categoryBox #btn07{ background-position:-900px 0;}
.categoryBox #btn07:hover{ background-position:-900px -150px;}

.categoryBox .marginB20{margin-bottom:20px;}
.marginB50{margin-bottom:50px;}








