@charset "utf-8";
/***localレイアウトCSS***/
#left_contents{
	width:680px;
}
.left_item{
	margin-left:auto;
	margin-right:auto;
	width:640px;
}
.navi_left{
	width:200px;
	float:left;
}
.navi_right{
	width:200px;
	float:right;
}
.arrow{
	padding-left:20px;
	background:url(../img/arrow.jpg) no-repeat left;
	border-bottom:1px dotted #6d6d6d;
}
