@charset "utf-8";
/* CSS Document */


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

◆IE8ハック------------------------------
html>/**/body .clearfix { display /*\**/: block\9 }
-----------------------------------------


/* Start of "Micro clearfix" */
        
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
        
/* End of "Micro clearfix" */


/*2011_ir_chiiki_subnavi*/
div.sub_navi{
   margin-bottom:10px;
}
div.sub_navi img{
   float:left;
   border:0;
}
div.sub_navi br{
   clear:both;
}

div.hyousyou{
	margin:10px 10px 30px 10px;
	display:block;

}

div.hyousyou div.name{
	padding:10px;
	font-weight:bold;
	background-color:#F3ECAD;
}

div.hyousyou div.for_img{
	float:left;
	margin:10px;
	height:195px;
	width:166px;
}


div.hyousyou div.text_box{
	width:330px;
	padding:10px;
	line-height:1.6;
	font-size:0.9em;
	display: inline;
	float:left;
	
}

.float_break{
	clear:both;
	color:#FFF;
	
}


table.zyosei_link{
	margin:20px 0;
	font-size:0.9em;
}

table.zyosei_link th{
	color:#630;
	padding:5px;
}

table.zyosei_link a:link{
	color:#200000;
}


.art{
	background-color:#cccc99;
}

.event{
	background-color:#ffee97;
}

.trad{
	background-color:#dfd8eb;
}

.culture{
	background-color:#dfebd8;
}

.sisetsu{
	background-color:#ffcc99;
}


div.zaidan_waku{
	border:1px dotted #CCC;
	padding:10px;
	width:400px;
	margin:30px;
}


div.zyosei_title{
		color:#200000;
		padding:6px;
		margin:30px 0;
		font-weight:bold;
		border:1px solid #200000;
	
}

div.zyosei_item_title{
		background-color:#E8E8E8;
		border-bottom:2px solid #999;
		font-weight:bold;
		padding:5px;
		margin-top:10px;
		
}

div.zyosei_item_title span{
		font-weight:normal;
		font-size:0.8em;
}

/*div.zyosei_item_title div.name{
		float:left;
}

div.zyosei_item_title div.place{
		float:right;
		font-weight:normal;
		font-size:0.8em;
		line-height:1.6;
}
*/

div.zyosei{
		margin:10px;
}


div.zyosei img{
		float:left;
		margin:10px;
}


div.zyosei div.text_box{
		width:280px;
		padding:10px;
		line-height:1.6;
		font-size:0.9em;
		float:left;
}

div.zyosei div.text_box02{/*for no image*/
		padding:10px;
		line-height:1.6;
		font-size:0.9em;
}

div.return{
		text-align:right;
		font-size:0.8em;
		
}

div.return a:link{
		font-weight:bold;
		color:#333;
}