@charset "utf-8";

.head {
	width:100%;
	float:left;
	background:url(../images/head.gif) repeat-x;
}
.head div {
	width:900px;
	height:77px;
	margin:0 auto;
}
.head div img {
	margin:0 ;
}
.menu {
	width:100%;
	float:left;
	background:url(../images/menu.gif) repeat-x;
}
.menu ul {
	list-style:none;
	width:900px;
	height:38px;
	margin:0 auto;
}
.menu li, .menu a {
	float:left;
	height:38px;
	width:180px;
}
.visual {
	width:100%;
	float:left;
	height:338px;
	background:url(../images/visual.jpg) center no-repeat;
}

.content_wrap {
	width:100%;
	float:left;
}

.content {
	width:900px;
	margin:10px auto;
	padding:3px 0 25px 0;
	overflow:auto;
	border-bottom: 1px solid #cccccc;
}

.h_left {
	width:440px;
	float:left;
	padding:0;
	margin-left:10px;
}
.about_left {
	width:437px;
	height:179px;
	float:left;
	margin-bottom:10px;
	background:url(../images/bg_about.gif) no-repeat;
}

.about_left p{
	width:400px;
	float:left;
	margin-left:20px;
	margin-top:60px;
}

.about_left p a{
  color:#971311;
	text-decoration:none;
}

.event_left {
	width:437px;
	height:179px;
	float:left;
	margin-bottom:10px;
	background:url(../images/event_bg.gif) no-repeat;
}

.event_left p{
	width:400px;
	float:left;
	margin-left:20px;
	margin-top:75px;
}


.news_title_wrap {
	padding:0 0 10px 0;
}
.news_title {
	width:335px;
	float:left;
	font-size:120%;
	font-weight:bold;
}
.news_date {
	width:109px;
	float:left;
	padding:0 0 0 10px;
	text-align:right;
}
.news_summary {
	clear:both;
	padding:0 5px 0 0;
}
.h_right {
	width:436px;
	height:370px;
	float:left;
	margin-left:10px;
	background:url(../images/bg_taste.gif) no-repeat;
}

.b_top{
  margin-top:55px;
  float:left;
	width:100%;
}
.banner {
  width:430px;
	padding:0 0 2px 0;
}
.banner img {
	margin:5px 0 0 20px;
}
.content_btm {
	clear:both;
	width:100%;
	height:4px;
	font-size:2px;
}

.foot {
  clear:both;
	width:100%;
	padding-top:10px;
	text-align:center;
	padding-bottom:10px;
}
	.foot h1 {
		font-size:100%;
		margin:0;
		padding:0;
		display:inline;
	}

/*Sub*/
.s_content {
	width:900px;
	margin:0 auto 15px auto;
	background:url(../images/pattren.gif) top right no-repeat;
	padding:13px 0 25px 0;
	overflow:auto;
	border-bottom: 1px solid #cccccc;
}

.s_visual {
	width:100%;
	float:left;
	height:122px;
	background:url(../images/sub_visual.jpg) center no-repeat;
}
.sub_left {
	width:672px;
	float:left;
	padding:0;
	margin-left:5px;
}
.left_half {
	width:50%;
	float:left;
}
.sub_left_body {
	width:672px;
	float:left;
	background:url(../images/sub_left_bg.gif) top no-repeat;
}

.sub_left_body p {
	width:650px;
	margin:15px; 
}

.sub_left_body h3 {
  font-size:20px;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:15px; 
}

.sub_left_body h4 {
  width:90%;
	border-bottom:1px #cccccc dashed;
  font-size:14px;
	color:#981618;
	font-weight:bold;
	margin:15px; 
}

.sub_left_body h4 a{
	color:#981618;
	text-decoration:none;
}

.sub_left_body ol {
	margin-left:50px;
  list-style:decimal; 
}
.sub_left_body ul {
	margin-left:50px;
  list-style: circle; 
}

.sub_right {
	width:198px;
	float:left;
	margin-left:5px;
}

.sub_right_body {
	width:198px;
	float:left;
	background:url(../images/r_bg.gif) top no-repeat;
}

.sub_right_body ul {
	list-style:none;
	width:190px;
	
}

.sub_right_body ul li {
	width:190px;
	height:30px;
	padding-left:25px;
	padding-top:5px;
	background:url(../images/list_bg.gif) no-repeat;
	margin: 3px 0;
  font-size:12px;
	color:#333;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.sub_right_body ul li a{
  text-decoration:none
}

.event {
  float:left; 
	border:5px #eee solid;
	margin:0 10px 5px 0;
}

.event2 {
  float:right; 
	border:5px #eee solid;
	margin:0 0 5px 10px;
}

/*Contact*/
.table_form {
	width:90%;
	margin:0 0 10px 15px;
	border-top:solid #eee 1px;
	border-left:solid #eee 1px;
}
.table_form th, .table_form td {
	padding:5px;
	border-right:solid #eee 1px;
	border-bottom:solid #eee 1px;
}
.table_form th {
	width:190px;
	background-color:#eeeeee;
	color:#333333;
}

.error_text {
 color:red;
 display:block;
}

.recipe_list{
 width:650px;
 float:left;
 margin-left:10px;
}

.recipe_list ul{
 width:620px;
 float:left;
 margin-left:30px;
}
.recipe_list li{
 width:620px;
 float:left;
 color:#999;
}


