@charset "utf-8";
/* CSS Document */

h3{
	width: 670px;
	font-size: 12px;
	font-weight: bold;
	background-color:#545A66;
	color: #FFFFFF;
	margin: 10px 0;
}

dl{
	line-height: 140%;
	margin: 0 auto;
	}

#info_left{
	width: 370px;
	float: left;
	margin-bottom: 10px;
}

#info_right{
	width: 280px;
	float: right;
}

#info_right p {
	background-color:#A2A7B1;
	color:#FFFFFF;
	padding-left: 3px;
}

#info_clear{
	clear: both;
}

dt {
	text-align: left;
	background-color:#A2A7B1;
	color:#FFFFFF;
	padding-left: 3px;
}

dd {
	text-align: left;
	background-color:#E6E8EB;
	margin-bottom: 5px;
	padding: 3px;
}

#history {
	clear: both;
	width: 670px;
	position: relative;
}

#history_right{
	width: 215px;
	position: absolute;
	top: 0;
	right: 0;
}

#history_left{
	width: 100%;
}


/* 沿革
----------------------------------------*/

#history_left ul {
}

#history_left ul li {
	list-style-type: none;
	clear: both;
}

#history_left ul li span {
	display: block;
	float: left;
	white-space: nowrap;
}

#history_left ul li span.gengou {
	width: 3em;
}

#history_left ul li span.year {
	width: 2em;
	text-align: right;
}

#history_left ul li span.month {
	width: 3em;
	text-align: right;
}

#history_left ul li span.history {
	margin-left: 1em;
}
