@charset "utf-8";
/***localレイアウトCSS***/
#left_contents{
	float:left;
	width:680px;
}
.left_item{
	margin-left:auto;
	margin-right:auto;
	width:640px;
}
.photo_left{
	width:200px;
	float:left;
}
.photo_right{
	width:400px;
	float:right;
}
#photo_top_text{
	width:300px;
	float:right;
	margin-top:235px;
}
	
#right_contents{
	float:right;
	width:180px;
}
#local_navi_label{
	padding:7px 0 6px 10px;
	width:170px;
	background-color:#006699;
	color:#FFFFFF;
}
#local_navi_column{
	padding:5px;
	width:168px;
	border:1px solid #006699;
}
#local_navi_column li{
	border-bottom:1px dotted #006699;
}
#local_navi_column li a{
	display:block;
	margin:4px 0 4px 3px; 
	padding-left:18px;
	background:url(../../common/img/cycle_point.gif) no-repeat left center;
}

