/* 共通項目 */ 

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	line-height: 1.5;
	color: #000000;
	font-family: Arial, Helvetica, "Lucida Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
background: url(../images09/site_back.jpg) repeat-x top #E2D8C0;
margin: 0 auto;
padding: 0;
}


/* サイトの全体像 */ 
#wrapper{
	width: 100%;
	text-align: center;
}
#site_box{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
margin-top:20px;
width:820px;
background: url(../images09/contents_back.gif) repeat-y;
}
#site_box_header{
width:820px;
height:6px;
background: url(../images09/header.gif) no-repeat;
}
#contents_back{
background: url(../images09/contents_back.gif) repeat-y;
padding:0px 20px;
}

/* テーブル全般 */ 

table { margin: 0 auto; padding: 0;}
table td {padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
th {vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* フォント */ 

a {color: #333333; text-decoration: underline; background-color: transparent;}
a:hover {color: #ff6600;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
ul { margin: 0; padding: 0; list-style-type: none; text-align: left;}
li { margin: 0; padding: 0; list-style-type: none; text-align: left;}

input.formButton {}

.backnext{
	font-size: 80%;
	margin:5px 20px 0 20px;
	padding-top:5px;
	border-top: #CCCCCC 1px dotted;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.indent {
	margin: 0px 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
}

em{
	color: #FF3333;
	font-weight: bold;
}


.attention{
	color: #FF3333;
}


.attention-l{
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	color: #61474B;
	letter-spacing: 0.1em;
}

.blue{
	color: #0066CC;
}


.text-s{
	font-size: 85%;
}


.text-ss{
	font-size: 75%;
}

/* ヘッダ */ 
#header_text{
padding:4px 0px 4px 20px;
color:#CC3300;
font-size:80%;
vertical-align:middle;
text-align:left;
}

#header_menu{
float:right;
padding:4px 20px 4px 0px;
color:#CC3300;
width:202px;
}

#header_image{
}
#content{
margin:0;
padding:0;
}

/* 左メニュー */ 
#left_contents {
margin:0 0 0 26px;
width:204px;
padding:0;
}
* html #left_contents {
margin:0 0 0 20px;
width:204px;
padding:0;
}
*:first-child+html #left_contents {
margin:0 7px 0 18px;
width:204px;
padding:0;
}
.main_menu{
width:204px;
background: url(../images09/menu/menu_back.gif) repeat-y;
margin:0 0 10px 0;
}
.main_menu ul{
margin:0 7px;
padding:5px 0;
width: 190px;
}
.main_menu li{
list-style-type: none;
margin:0;
padding:5px 0 0 0;
border-top:#CCCCCC 1px dotted;
}
.main_menu li dl{
list-style-type: none;
margin:0;
padding:0 0 0 50px;
font-size:85%;
}
.main_menu li dl a{
	text-decoration: none;
}
.main_menu li.last{
border-bottom:#CCCCCC 1px dotted;
}
.main_menu li img{
border:0;
}
.main_menu_bottom{
width:204px;
height:13px;
background: url(../images09/menu/menu_bottom.gif) no-repeat bottom;
}

.blockTitle {background-color: #CC3300; color: #FFFFFF; font-weight: bold; padding:2px 5px;margin-bottom:3px;}
.blockContent img {border: 0;}
.menu_banner .blockContent {margin:0 0 10px 0; font-size:80%;}
.blockContent .date{
	margin:0 0 5px 0;
	font-weight: bold;
	font-size:100%;
	padding:2px 5px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blockContent .today {
	padding:2px 0;
	margin:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size:90%;
}

.blockContent .today h3 {
	margin:0 0 5px 0;
	font-weight: bold;
	font-size:100%;
	padding:2px 5px;
	text-align:left;
}


.blockContent .comment {line-height: 120%; font-size:90%; text-align:left; margin:5px 5px 10px 5px;}

/* 中央 */ 
#main_contents{
float:right;
margin:0 22px 0 5px;
width:555px;
padding:0;
}
* html #main_contents{
float:right;
margin:0 10px 0 5px;
width:555px;
padding:0;
}

#main_contents h2{
	margin:25px 0 10px 0;
	padding:10px 0;
	text-align:left;
	font-size:150%;
	color: #52220E;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #43302B;
}
#main_contents a{
color:#0066FF;
}


.centercolumn {
width:555px; 
margin:20px 0;
text-align:left;
}



.centercolumn p{
	font-size: 90%;
	margin-bottom: 10px;
}
.centercolumn_body{
	width:555px;
	margin: 0 0 10px 0;
	padding:0;
	background: url(../images09/centercolumn-back.gif) repeat-y;
}
.centercolumn_top{
	width:555px;
	height:15px;
	margin:0;
	padding:0;
	background: url(../images09/centercolumn-top.gif) no-repeat top;
}

/* 詳細記事 */ 

.centercolumn_body .content{
	margin:0 20px 5px 20px;
	padding:2px 0;
}
.centercolumn_body .content h3{
	margin:5px 0;
	padding:2px 0;
	font-size: 110%;
	border-bottom: #CCCCCC 1px dotted;
}
.centercolumn_body .content .title{
	margin:5px 0;
	padding:2px 0;
	font-size: 110%;
	font-weight:bold;
	color: #CC3300;
}

.centercolumn_body .content .title-staff{
	margin:5px 0;
	padding:2px 0;
	font-size: 110%;
	font-weight:bold;
	color: #CC3300;
}
.centercolumn_body .content .date{
	font-size: 90%;
	padding:2px;
	background: #FFFFFF;
}
.centercolumn_body .content .comment{
	font-size: 90%;
	padding:5px 20px;
	line-height:1.6;
	color: #333333;
}


.comment hr{
	margin: 10px 0;
}

.centercolumn_body .content .comment-staff{
	font-size: 90%;
	padding:5px 0;
	line-height:1.6;
	color: #333333;
}

.centercolumn_body .content img{
	padding:2px 0 0 5px;
	border: 0px;
}

.centercolumn_body .content img.staff{
	padding:5px 10px 10px 0px;
	border: 0px;
}

.eigyo .centercolumn_body .content .comment{
	padding:5px 0;
}

.centercolumn_body .content table{
	width:100%;
}

.centercolumn_body .content th{
	padding: 5px;
	font-weight: normal;
	background-color: #F1EDE0;
	border-bottom: #CCCCCC 1px dashed;
	width:5em;
}
.centercolumn_body .content td{
	padding: 5px;
	border-bottom: #CCCCCC 1px dashed;
}

.centercolumn_body .content h4{
	font-size: 115%;
	color:#000000;
	margin-top:20px;
	padding: 2px 0;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #CCCCCC 1px dashed;
	background-color: #F1F1EB;
}
.centercolumn_body .content h5{
	font-size: 100%;
	color: #52220E;
	padding: 5px 0 0 0;
}

/* リスト */ 
.centercolumn ul{
	margin:5px 20px;
	padding:0;
	font-size: 90%;
	border-top: #CCCCCC 1px dotted;
}
.centercolumn li{
	padding:2px 5px 2px 25px;
	list-style-type: none;
	background-image: url(../images09/dot-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: #CCCCCC 1px dotted;
}

.centercolumn ul.links li{
	background-image: none;
	padding:2px 0 2px 0;
	margin: 5px 0;
}
.centercolumn .cal li{
	padding:2px 5px 2px 10px;
	margin: 2px 0;
	background-image: none;
	border-left: #CCCCCC 5px solid;
}
.centercolumn li a.title{
	font-weight: bold;
}

.centercolumn ul.links li .title{
	font-weight: bold;
	font-size: 120%;
	color: #52220E;
	background-color: #EFEFEF;
	padding: 5px 5px 0 5px;
}

.centercolumn .cal li a.title{
	padding-left:7px;
}

.centercolumn li .title br{
	display:none;
}
.centercolumn li .comment{
	font-size: 90%;
	padding:5px;
	color: #333333;
}

.centercolumn ul.links li .comment{
	font-size: 90%;
	padding: 10px 5px 5px 20px;
	color: #333333;
}

.centercolumn ul.links li .comment strong{
	font-size: 120%;
}


.centercolumn li img{
	padding:2px 0 0 5px;
	border: 0px;
}


.centercolumn ul.links .comment img{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	border: 1px solid #AAAAAA;
}
.centercolumn .cal li img{
	padding:0 2px;
	border: 0px;
}

.centercolumn p.bottom{
	font-size: 90%;
	margin:5px 20px;
}

.centercolumn_bottom{
	width:555px;
	height:15px;
	margin:0;
	padding:0;
	background: url(../images09/centercolumn-bottom.gif) no-repeat bottom;
}

.centercolumn li .board{
	font-size: 90%;
	padding:5px;
}
.centercolumn li .board img{
	padding:5px;
}
.centercolumn .board{
	font-size: 90%;
	padding:5px;
}
.centercolumn .board img{
	padding: 5px 5px 0px 5px;
}

/* フッタ */ 

#footer{
background: url(../images09/footer.gif) repeat-y;
padding:0;
margin: 0;
font-size:80%;
width:820px;
}

#footer_menu{
text-align:center;
padding:5px;
}

#footer_intro{
text-align:center;
padding-bottom:5px;
}

#footer_copyright{
text-align:center;
margin: 5px 26px 10px 26px;
}
#footer_bottom{
background: url(../images09/footer_bottom.gif) no-repeat;
width:820px;
height:13px;
margin-bottom:10px;
}

.copyright
{
margin-left: 150px;
}

/* ぱんくずリスト
---------------------------------------------*/


.plist {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0 5px 5px 0;
}
.plist li {
	float: left;
	list-style-type: none;
}





/* トップ最新情報
---------------------------------------------*/



.top_news{
	width:555px;
	margin: 5px 0 10px 0;
	padding:0;
	background-color: #F1EDE0;
}
.top_news_top{
width:555px;
}
.top_news_body{
	width:555px;
	margin: 0;
	padding:0;
	background-color: #F1EDE0;
}
.top_news ul{
	margin:5px 20px;
	padding:0;
	font-size: 90%;
	border-top: #CCCCCC 1px dotted;
}
.top_news li{
	padding:2px 5px 2px 25px;
	list-style-type: none;
	background-image: url(../images09/dot-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

* html .top_news li{
	padding:3px 5px 2px 25px;
}


.top_news ul.osirase li{
	background-image: url(../images09/dot-2.gif);
}
.top_news li .comment{
	font-size: 90%;
	padding:5px;
}


.top_news li img{
	padding:2px 0 0 5px;
}

.top_news_bottom{
	width:555px;
	height:13px;
	margin:0;
	padding:0;
	background: url(../images09/topnews-bottom.gif) no-repeat bottom;
}

/* トップ今週の特産品 
---------------------------------------------*/

.top_tokusan{
	width:555px;
	margin: 0 0 10px 0;
	padding:0;
	background: url(../images09/toptokusan-back.gif) repeat-y;
}
.top_tokusan_top{
width:555px;
}

.top_tokusan_body{
	background: #F1EDE0;
	margin:5px 20px;
	padding:5px 5px 10px 5px;
	}
#main_contents .top_tokusan_body h3{
	font-size:105%;
	line-height: 1.7;
	text-align:center;
	margin:5px 0px;
	padding:5px 0px;
	border-bottom: #CCCCCC 1px dotted;
	}
#main_contents .top_tokusan_body h3 a{
	color:#CC3300;
	}
	

.top_tokusan_body h4{
	font-size: 115%;
	color:#000000;
	margin-top:20px;
	padding: 2px 0;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #CCCCCC 1px dashed;
	background-color: #F1F1EB;
}
.top_tokusan_body h5{
	font-size: 100%;
	color: #52220E;
	padding: 5px 0 0 0;
}

.top_tokusan_body .comment{
    text-align:left;
	margin:5px 10px;
	font-size: 90%;
	}
.top_tokusan_body img{
	padding:5px;
	border:0;
}
.top_tokusan_body .backnext img{
	padding:0;
}
.top_tokusan_body .material{
    text-align:center;
	margin:5px 10px;
	font-size: 80%;
	}
.top_tokusan_body div.photo{
    text-align:center;
	margin:0;
	font-size: 80%;
	}	
.top_tokusan_body .photo img{
	padding:5px
	}	
.top_tokusan ul{
	margin:0 15px;
	padding:0;
	font-size: 90%;
	background: #F1EDE0;
}
.top_tokusan li{
	padding:2px 5px 2px 25px;
	border-top: #CCCCCC 1px dotted;
	list-style-type: none;
	background-image: url(../images09/dot-1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.top_tokusan_bottom{
	width:555px;
	height:15px;
	margin:0;
	padding:0;
	background: url(../images09/toptokusan-bottom.gif) no-repeat bottom;
}






/* スタッフ */ 

.staff img{
float:left;
margin-bottom:10px;
margin-right:10px;
}

.staff_line{
border-bottom:1px solid #CCCCCC;
clear:both;
margin:15px 0px;
}

/* メディア掲載 */ 

.kiji_title{
font-weight:bold;
color:#CC3300;
background:#F3EFE4;
padding:3px 5px;
}

.kiji_image{
padding-top:15px;
text-align:center;
}

/* カレンダー詳細 */ 

.calendar .detail{
font-weight:bold;
color:#CC3300;
border-bottom:1px dashed #CC3300;
margin-bottom:10px;
}
.calendar {
}
.calendar .cal_top{
	margin-bottom: 5px;
	font-weight:bold;
	text-align:center;
	background:#F3EFE4;
	padding:3px 5px;
	color: #CC3300;
	font-size:105%;
}
.calendar .cal_top a img{
	text-decoration: none;
	border: 0px;
}
.calendar .sun {
color:#FF3333;
}
.calendar .holiday {
color:#FF3333;
}
.calendar .sat {
color: #0066CC;
}
.calendar table{
font-size:85%;
width:555px;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin-bottom:10px;
}

.calendar th{
border:1px solid #CCCCCC;
padding:3px 5px;
background:#F3EFE4;
text-align:center;
font-weight:normal;
width:78px;
}

.calendar td{
border:1px solid #CCCCCC;
padding:3px 5px;
width:78px;
}

#main_contents .calendar td .usual_day{
font-weight:bold;
color: #333333;
}
#main_contents .calendar td .sun_day{
font-weight:bold;
color:#FF3333;
}

#main_contents .calendar td .sat_day{
font-weight:bold;
color: #0066CC;
}


#main_contents .calendar td .title a{
font-weight:normal;
color: #333333;
}


#main_contents .calendar td .title a:hover {
color: #0066CC;
}

.calendar .cal_bottom{
	margin-top: 5px;
	background:#F3EFE4;
	padding:5px;
	font-size:90%;
}

/* フォーム
---------------------------------------------*/
.form{
width:555px;
margin:20px 0;
text-align:left;
}

.form p {
	line-height: 1.5;
	font-size: 90%;
	
}
.form table{
	margin:10px 0 10px 10px;
	padding: 0px;
	font-size: 90%;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}
.form th{
	padding: 5px;
	font-weight: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
text-align:left;
}
.form td{
	padding: 5px;
	line-height: 150%;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
.form input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

.form #select{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}
.form input.text{
	width: 380px;
}
.form input.text2{
	width: 120px;
}
.form input.text3{
	width: 60px;
}
.form textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 400px;
	font-size: 120%;
}

/* サイトマップ
---------------------------------------------*/

.sitemap{
	margin: 30px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap h2{
	margin:10px 0;
	padding:10px 0;
	text-align:left;
	font-size:150%;
	color: #52220E;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #43302B;
}


.sitemap ul{
	list-style-type: none;
	background: url(../images09/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(../images09/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../images09/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../images09/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(../images09/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(../images09/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(../images09/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}

.comment img.photo {
	padding:5px;
}
