/* @override http://www.styh3111.cpinet.jp/sekinoshita.com/town/road.css */

div.section h4.colored {
	font-size: medium;
	padding: 4px 4px;
	color: white;
}

div.section h4.red {
	background: #F05323;
}

div.section h4.blue {
	background: #005BAB;
}

div.section h4.pink {
	background: #F067A6;
}

div.section h4.aqua {
	background: #00AEEF;
}

div.section h4.green {
	background: #048D48;
	color: white;
}

div.section h4.yellow {
	background: #F3E403;
	color: black;
}

div.lefttexts {
	width: 340px;
	margin-top: 5px;
	float: left;
}

div.rightpicture {
	width: 300px;
	margin-top: 5px;
	float: right;
}

h4.texttitle, h6.texttitle {
	color: #04971E;
	font-size: medium;
	margin-bottom: 10px;
}

ul#roadlights {
	padding: 20px 0;
}

ul#roadlights div.picture {
	text-align: center;
	border: 1px solid white;
}

li#roadlight1 {
	width: 250px;
	overflow: hidden;
	float: left;
}

li#roadlight2 {
	width: 400px;
	float: right;
}

ul#roadlights div.border {
	border: 1px solid #8CC63F;
	margin: 10px 0;
	padding: 5px;
}

h4.texttitle.withborder {
	padding: 7px 3px;
	line-height: 1.2;
	color: #04971E;
	font-size: medium;
	font-family: 'HiraMinPro-W6', 'MS PMincho', serif;
	margin-bottom: 10px;
	border: 1px solid #04971E;
	border-left: none;
	border-right: none;
}

div.plant.picture {
	float: right;
	margin-left: 10px;
}