﻿/*　ミドルコンテントレフト */
.search_box {
    margin-bottom: 20px;
}
.search_box ul {
    list-style-type: none;
    overflow: hidden;
    margin-right: -10px;
}
.search_box ul li {
    float: left;
    margin-right: 10px;
}
.image_box {
    margin-bottom: 20px;
}
.item {
    width: 340px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
}
.border_green {
    border-top: solid 3px #00A73C;
    border-left: solid 3px #00A73C;
}
.border_blue {
    border-top: solid 3px #1D509B;
    border-left: solid 3px #1D509B;
}
.border_yellow {
    border-top: solid 3px #F5BB3D;
    border-left: solid 3px #F5BB3D;
}
.border_gray {
    border-top: solid 3px #C4C5C5;
    border-left: solid 3px #C4C5C5;
}
.item_left {
    float: left;
    height: 115px;
    width: 128px;
	margin:5px 5px 0px 5px;
}
.item_right {
    float: left;
    height: 115px;
    width: 202px;
    margin-left: 10px;
	margin:5px 0px 0px 0px;
}
.item_right .address {
    font-size: 12px;
    border-bottom:dotted 1px;
	margin-bottom: 3px;
}

.box_footer {
    margin-top: 10px;
    margin-bottom: 20px;
}
.news_box_header {
	background-image: url(../images/top/top_77.jpg);
	width:710px;
	height:24px;
	line-height:100%;
}

.list_link {
	width:144px;
	height:14px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:10px;

}
.news_item {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: dotted 1px;
	margin-top:5px;
}
.news_title {
	color: #00C;
}
.link {
	font-size: 11px;
}
