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

/*フォントベースサイズ指定*/


html {
	font-size: 62.5%;
}

/*ボディ*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: auto;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}
/*基本div*/


#wrapper {
	text-align: left;
	height: auto;
	width: 900px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#wrapperout {
	margin: 0px auto;
	padding: 0px 0 40px 0;
	height: auto;
	width: auto;
	background-image: url(../img/bg_body_header.jpg);
	background-repeat: no-repeat;
	background-position: center -35px;
}



#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
}

#contents {
	height: auto;
	width: 840px;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../img/bg_contents_middle.png);
	zoom:100%;/*IE6*/
}

#contents2 {
	height: auto;
	width: 840px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	zoom: 100%;/*IE6*/
	background-color: #FFF;
}


#main {
	margin: 0px;
	float: right;
	height: auto;
	width: 590px;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
#footer {
	margin: 0px;
	height: auto;
	width: 900px;
	background-image: url(../img/bg_contents_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
#footer_inner {
	margin: 0px;
	height: auto;
	background-image: url(../img/bg_contents_middle.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


/*コピーライト（著作権表記）*/


address {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	text-align: right;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	font-variant: normal;
	color: #8A7860;
}

/*h1-h6*/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
}
h1 {
	float: left;
}
h2 {
	margin: 0px 0px 40px;
	padding: 0px;
}
h3 {
	margin: 0px 0px 10px;
	padding: 0px;
}



/*pタグ*/

p {
	margin: 0px 0px 3px;
	padding: 0px;
}

/*リンク*/

a {
	color: #663524;
}

a:hover {
	color: #C7B692;
	text-decoration: underline;
}
a:visited {
	color: #C09441;
}

/*画像*/

img {
	border-width: 0px;
}

/*テーブル*/
td {
    vertical-align:top;
}

/*リスト*/

li {
	line-height: 1.5em;
}


ul.reposer_nav  {
	margin: 0px;
	padding:0px;
	width:800px;
}
ul.reposer_nav li {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-color: #72AF16;
	display: inline;
	margin: 0px;
	width: 400px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	line-height: 1em;
}

.twitter-timeline {
	width:200px;
	}

/*--------フラッシュ用DIV-----------------------------*/



#flashcontent {
	height: 370px;
	width: 840px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*クリア*/

.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}


/*新着情報*/

#update {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 590px;
	overflow: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#update ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#update ul li {
	padding: 0px;
	list-style: none;
	border-bottom: 1px dashed #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.p_update {
	font-weight: bold;
	color: #FF6B10;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 0px;
}
#box1 {
	width: 180px;
	padding-right: 15px;
	float: left;
	padding-bottom: 0px;
	height: 180px;
}
.div_150event {
	margin: 0px;
	padding: 10px;
	font-size: medium;
	background-color: #FBF7D5;
}
.tohoku {
	background: #F5F1E0;
	margin: 0px;
	padding: 10px;
	border: 2px solid #7D3C00;
	line-height: 2.0em;
	height: auto;
	width: 566px;
}
#kodawari {
	background-image: url(../cuisine/img/bg_kodawari.jpg);
	height: auto;
	width: 589px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 1px;
	margin: 0px;
}
#kodawari_line {
	background-image: url(../cuisine/img/bg_line_h.jpg);
	height: 2px;
	width: 590px;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: none;
}
#point {
	background-image: url(../cuisine/img/bg_point.jpg);
	height: auto;
	width: 365px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#point_line {
	background-image: url(../cuisine/img/bg_line_h.jpg);
	height: 2px;
	width: 365px;
	background-repeat: repeat-x;
	background-position: left center;
}
#meisui {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 590px;
	background-image: url(../around/img/bg_meisui.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
}
#meisui_footer {
	background-image: url(../around/img/bg_meisui_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 10px;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#top_bus {
	background-image: url(../img/bg_top_bus.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding: 15px;
	height: auto;
	width: 556px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #9E804B;
}
#top_zouni {
	height: 132px;
	width: 315px;
	background-image: url(../img/bg_event_zouni.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 265px;
}
.div_news {
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_news_top.jpg) no-repeat left top;
	color: #552B00;
}
.div_news_out {
	background: url(../img/bg_news_mid.jpg) repeat-y left top;
	margin: 0px 0px 20px;
	padding: 0px;
}
.div_news_in {
	background: url(../img/bg_news_btm.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 20px;
}
#sidenavi .div_sis {
	margin: 20px 0px 0px;
	padding: 20px 0px 20px 16px;
	background: #B1BF8A;
}
#div_side2 {
	background: url(../img/bg_side2.jpg) no-repeat left top;
	margin: 20px 0px 0px;
	padding: 120px 0px 20px 15px;
}
#div_side3 {
	background: url(../img/bg_side3.jpg) no-repeat left top;
	margin: 20px 0px 0px;
	padding: 120px 0px 20px 15px;
}

.div_kouyou {
	background: url(../kouyou/img/kouyou_bg.jpg) no-repeat left top;
	padding-left: 20px;
	padding-top: 10px;
}
.div_kouyou_twitter {
	margin: 0px 22px 20px 0px;
	padding: 0px 0px 15px;
	float: left;
	width: 250px;
	background: #333;
}
.p_back {
	background-color: #F90;
	height: 20px;
	width: 85px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
}

.div_kouyou_p {
	margin-left: 20px;
  color: #CCC ;
}



/*--------基本テーブルセット-----------------------------*/
.tableset {
	padding: 0px;
	margin-right: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 5px;
}
.tableset th {
	line-height: 1.5em;
	font-weight: bold;
	background-color: #FCF9D5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #000;
}

.tableset_border_right {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.tableset td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #ffffff;
}

.tableset2 {
	padding: 0px;
	margin-right: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 5px;
}

.tableset2 th {
	line-height: 1.5em;
	font-weight: bold;
	background-color: #FCDBAB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color: #5B1108;
}

.tableset2_border_right {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.tableset2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	background-color: #ffffff;
}

.pics_img_p_high img {
	padding: 10px 14px 14px 10px;
	margin: 0px 41px 0px 42px;
	background-image: url(../img/class/bg_pics_high.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pics_img_p img {
	background-image: url(../img/class/bg_pics.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.access_pic {
	background-color: #E6E6E7;
	padding: 10px;
}
#contents #white {
	background-color: #FFF;
	padding-left: 20px;
}
#nav {
	height: 51px;
	width: 800px;
}

.div
