@charset "utf-8";
#base #text   {
	float: left;
	padding-top: 10px;
}

#base #subnavi {
	padding-bottom: 20px;
	float: right;
}
#base #subnavi li {
	float: left;
}
#base #atten {
	padding-bottom: 10px;
}

#base .picup {
	width: 850px;
	padding-bottom: 10px;
	float: left;
}

#base .picup img {
	float: left;
}
#base .picup div {
	padding: 5px 10px 5px 18px;
	background-color: #FFF;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width: 820px;
	float: left;
}
#base .picup div .text {
	float: right;
	width: 590px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	border: none;
}
#base .picup div .text h4 {
	color: #0047BF;
	font-size: 16px;
	float: left;
	width: 590px;
	padding-bottom: 5px;
}

#base .picup div .text span {
	color: #0047BF;
	float: left;
	width: 590px;
	padding-bottom: 5px;
}
#base .picup div .text p {
	float: left;
	width: 590px;
	line-height: 140%;
}
#base .list {
	padding-top: 15px;
	float: left;
	padding-bottom: 40px;
}
#base .list li{
	background-image: url(../images/list.jpg);
	height: 42px;
	width: 395px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #0047BF;
	display: block;
	float: left;
}
#base .list li a {
	text-decoration: none;
}
#base .list li a:hover {
	text-decoration: underline;
}
#base .list li p {
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
#base .list li span{
}
#base .list li.left {
	padding-right: 10px;
}

#base .list li.right {
	padding-right: 0px;
}




/*以下オオタ加筆*/

#base h3.city{
	color: #00AAEB;
	font-size: 130%;
	clear: both;
	padding-bottom: 0px;
	font-weight: normal;
	}
	
#base .picup div .text span.city {
	color: #00AAEB;
	float: left;
	width: 590px;
	padding-bottom: 5px;
}

/* 20140924 追加 */
.mb10 { margin-bottom:10px;}
