@charset "Shift_JIS";

/**************** サイト全体レイアウト ******************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F3E8;
	text-align: center;
	color:#350000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* {margin:0; padding:0;}

#box {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#main {
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	-margin-top:0px;/*WIN IE*/
}
#footer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

/**************** ヘッダー ******************/

/******** ヘッダータイトル **********/

#site-title {
	float: left;
	margin: 0px;
	padding: 0px;
}
#site-title a {
	font-size: 14px;
	display:block;
background-image:url(./img/head_title.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:83px;
height:51px;
text-indent:-9999px;
text-decoration:none;
}

#head_right {
	float: right;
	width: 146px;
	height:12px;
	margin-top:20px;
}

#head_right ul  {
list-style:none;
margin:0px;
padding:0px;
}
#head_right li {
float:left;
font-size:10px;
}
.head1 a {
display:block;
background-image:url(./img/head_home.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:60px;
height:12px;
text-indent:-9999px;
text-decoration:none;

}
.head1 a:hover {
background-image:url(./img/head_home.gif);
background-repeat:no-repeat;
background-position:0px -12px;
}
.head2 a {
display:block;
background-image:url(./img/head_contact.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:86px;
height:12px;
text-indent:-9999px;
text-decoration:none;
}
.head2 a:hover {
background-image:url(./img/head_contact.gif);
background-repeat:no-repeat;
background-position:0px -12px;
}

/******** ヘッダーメニュー **********/
#head_menu {
	clear: both;
	margin-top:20px;
}
#head_menu ul {
list-style:none;
margin:0px;
padding:0px;
}
#head_menu li {
margin:0px;
padding:0px;
float:left;
}
.m01 a {
display:block;
background-image:url(./img/m01.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:70px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m01 a:hover {
background-image:url(./img/m01.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m02 a {
display:block;
background-image:url(./img/m02.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:90px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m02 a:hover {
background-image:url(./img/m02.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m03 a {
display:block;
background-image:url(./img/m03.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:97px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m03 a:hover {
background-image:url(./img/m03.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m04 a {
display:block;
background-image:url(./img/m04.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:88px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m04 a:hover {
background-image:url(./img/m04.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m05 a {
display:block;
background-image:url(./img/m05.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:74px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m05 a:hover {
background-image:url(./img/m05.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m06 a {
display:block;
background-image:url(./img/m06.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:72px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m06 a:hover {
background-image:url(./img/m06.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m07 a {
display:block;
background-image:url(./img/m07.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:79px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m07 a:hover {
background-image:url(./img/m07.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m08 a {
display:block;
background-image:url(./img/m08.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:91px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m08 a:hover {
background-image:url(./img/m08.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}
.m09 a {
display:block;
background-image:url(./img/m09.gif);
background-repeat:no-repeat;
background-position:0px 0px;
width:79px;
height:25px;
text-indent:-9999px;
text-decoration:none;
}
.m09 a:hover {
background-image:url(./img/m09.gif);
background-repeat:no-repeat;
background-position:0px -25px;
}

/**************** メイン部分 ******************/

.main_title {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}
.main_navi {
	font-size: 11px;
	background-image: url(./img/food_obi.gif);
	margin-bottom: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.main_navi a {
	color: #350000;
	text-decoration: none;
}

.main_left {
	float: left;
	width: 500px;
}
.main_right {
	float: right;
	width: 220px;
	padding-top: 10px;
	background-color: #F2F0E1;
	background-image: url(./img/r_sen.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.main_right_waku {
	background-color: #F2F0E1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.main_right_waku_l {
	float: left;
	width: 110px;
}
.main_right_waku_l h3 {
	margin: 0px;
	padding: 0px;
}
.main_right_waku_l p {
	font-size: 11px;
	line-height: 14px;
	color: #6B4646;
}


.main_right_waku_r {
	float: right;
	width: 82px;
}





.pageup {
	background-image: url(./img/food_obi.gif);
	background-repeat: repeat-x;
	margin-bottom: 12px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.foot_menu {
	font-size: 10px;
	margin-bottom: 12px;
}
.foot_menu a {
	color: #350000;
	text-decoration: none;
}
.foot_menu a:hover {
	color: #FF9900;
	text-decoration: underline;
}



/**************** 共通スタイル ******************/
.spacer {
	clear: both;
	height: 1px;
}

a {
	color: #990000;
}
a:hover {
	color: #FF9900;
}

.b15 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.b10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.b5 {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.b20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.midashi01 {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	background-color: #EAE2D5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BEA57C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #6D1900;
}

.td_l_ue {
	font-size: 12px;
	line-height: 130%;
	background-color: #F6F2E7;
	background-image: url(./company/img/sen500.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEA57C;
}
.td_r_ue {

	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
	background-image: url(./company/img/sen500.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEA57C;
}
.td_l {

	font-size: 12px;
	line-height: 130%;
	background-color: #F6F2E7;
	background-image: url(./company/img/sen500.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.td_r {


	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
	background-image: url(./company/img/sen500.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.td_l_sita {
	font-size: 12px;
	line-height: 130%;
	background-color: #F6F2E7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEA57C;
}
.td_r_sita {
	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEA57C;
}
.td_l_1 {
	font-size: 12px;
	line-height: 130%;
	background-color: #F6F2E7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEA57C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEA57C;
}
.td_r_1 {
	font-size: 12px;
	line-height: 130%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEA57C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEA57C;
}
.red {
	color: #CC0000;
}
.input_l {
	border: 1px solid #D4C4A9;
	width: 340px;
}
.input_m {

	border: 1px solid #D4C4A9;
	width: 270px;
}
.input_s {

	border: 1px solid #D4C4A9;
	width: 100px;
}

.t1114 {
	font-size: 11px;
	line-height: 14px;
}
.t1218{
	font-size: 12px;
	line-height: 150%;
}
.title_yoko {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #990000;
	padding-left: 15px;
}
