@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#990000;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

body {
	background-image: url(img/bg.gif);
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
	font-size: 14px;
	line-height: 140%;
}


/*
head
--------------------------------*/

#head_base #head {
	height: 130px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#head_base {
	background-image: url(img/head_base.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#toppage #head_base #head {
	background-image: url(img/head_top.jpg);
	background-repeat: no-repeat;
	height: 580px;
}
#toppage #head_base {
	background-image: url(img/head_base_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#head #logo {
	position: absolute;
	left: 10px;
	top: 30px;
}
#head h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FCF4E1;
	position: absolute;
	left: 2px;
	top: 2px;
}
#head ul#navi {
	position: absolute;
	top: 53px;
	right: 0px;
}
#head ul#navi li {
	display: inline;
}
#head h2 {
	font-size: 13px;
	color: #B99A75;
	right: 20px;
	bottom: 0px;
	position: absolute;
	letter-spacing: 0.2em;
}

/*
main
--------------------------------*/

#main_base {
	padding: 5px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/main_base.gif);
}

#main_base #content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}

#main_base #content p {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#main_base #content .g_map {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/bg.gif);
	margin-top: 5px;
	margin-bottom: 10px;
}

/*
foot
--------------------------------*/
#foot {
	background-image: url(img/foot.gif);
	background-position: left top;
	height: 120px;
	position: relative;
	clear: both;
}
#foot #f_logo {
	position: absolute;
	top: 30px;
	right: 20px;
}
#foot #foot_space li {
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCEFD9;
	list-style-type: none;
}
#foot #foot_space {
	width: 730px;
	position: absolute;
	left: 20px;
	top: 25px;
}
#foot #foot_space a {
	color: #FCEFD9;
}
#foot #foot_space ul {
	margin-bottom: 5px;
}
#foot address {
	font-style: normal;
	color: #FCEFD9;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#content .top_bn {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#content .menu_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/menu_box.gif);
	padding-bottom: 30px;
}
#content .menu_box img {
	margin-bottom: 10px;
}
#content .cont_box_out {
	background-image: url(img/bg.gif);
	padding: 15px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#content .cont_box_out .cont_box_in {
	background-image: url(img/menu_box.gif);
	padding: 20px;
	color: #FFFFFF;
	background-color: #584C3B;
}
/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
}
.table_youkou td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BFB19B;
	border-left-color: #EBD9B8;
}

table.table_youkou {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.table_youkou th {
	width:220px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFBC9C;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #BDA377;
	padding-right: 20px;
	color: #685433;
}
#content h3 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C9AA;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 34px;
	background-image: url(img/h3.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #222222;
}
#content h3 .top_h3 {margin-top: 0;}
#content .cont_pad {
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 10px;
}
#content h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 30px;
	color: #B82F12;
	padding-left: 10px;
}
#content strong {
	font-size: 18px;
	color: #222222;
}
#toppage #head h2 {
	text-indent: -10000px;
}
#content h3.h3_img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	background-image: none;
	padding-left: 10px;
}
#content ul.news {
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content .news li {
	list-style-type: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7B6342;
}
/*
2009.11.04追記
servingidea_noodle.html
servingidea_rice.html
-------------------------------------------------------------------*/
#content .menu_box img#menu_box_firstimg{margin-bottom: 0;}

/*
2009.12.11追記
menu.html
arrange_noodle.html
arrange_rice.html
-------------------------------------------------------------------*/
dl#seoMenu{margin:15px 0 0 35px;}
dl#seoMenu dt{margin-top:0.8em;}
dl#seoMenu dd{
	margin-left:1em;
	color:#54310b;
}
dl#seoMenu dd.arrangeRice{
	margin-top:0.8em;
}
dl#seoMenu dt,
dl#seoMenu span{
	font-weight:bold;
	color:#a31514;
}
/*
2009.12.16追記
thanks.html
-------------------------------------------------------------------*/
div#thanks{text-align:center;}

/*
recruit.html
-------------------------------------------------------------------*/
#content h4#recruitForm{
	width:286px;
	height:43px;
	margin:15px auto;
	padding-left:0;
	text-indent:-9999em;
	background:url(img/recruit-h4bg.gif) no-repeat;
}
/*
2009.12.19追記
voice.html
-------------------------------------------------------------------*/
ul.voice{
	margin:0 0 1.5em 25px;
	list-style:none;
	line-height:1.7em;
}
ul.voice dt{
	margin-top:10px;
	color:#54310b;
	font-weight:bold;
}
ul.voice li{
	background:url(img/li.gif) no-repeat 5px center ;
	padding-left: 25px;
}
ul.voice li a{
	margin-right:5px;
	padding-right:15px;
	background:url(img/arrow.gif) center right no-repeat;
}

/*
2009.12.23追記
index.html
-------------------------------------------------------------------*/
p#notice{color:#990000;}
span.attention{font-size:70%;}

/*
2010.04.21追記
index.html
-------------------------------------------------------------------*/
div#mailmember{
	position: relative;
	margin:10px 20px;
	padding: 10px 25px;
	border:1px solid #fff;
	background:url(img/bg.gif);
	_zoom:1;
	overflow:hidden;
}
div#mailmember ol{
	position: absolute;
	top: 50%;
	list-style-position:inside;
	margin-top: -3em;
	color:#990000;
	line-height:2;
}
div#mailmember ol li{
	padding:0 5em 0 0.8em;
	background:url(img/mailmember-note.gif) bottom left repeat-x;
}
div#mailmember img{
	float:right;
	margin:5px;
}