/* CSS Document */
/* 基本設定 */
body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
form {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}
img {
	vertical-align:bottom;
}
ul,ol {
	list-style-type: none;	
}

.naviov{
	/* Javascriptのマウスオーバー用クラス */
}

/* ここから */
body {
	background-image: url(../../img/cmn/bg_hed.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	font-size: 12px;
	line-height: 17px;
}
.bg_body {
	background-image: url(../../img/cmn/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_foot {
	background-image: url(../../img/cmn/bg_foot.jpg);
	background-repeat: repeat-x;
	height: 51px;
	background-position: bottom;
}
.bg_foot td {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
.navi_hed {
	text-align: right;
	vertical-align: bottom;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.news_dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.navi_hed a {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}
#area {
	background-color: #FFFFFF;
}
.recruit td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.shop_dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin: 4px;
	padding: 4px;
}
.sitemap a {
	color: #666666;
}
.menu_t {
	font-size: 14px;
	color: #000000;
}
.menu_price {
	font-size: 14px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}

