@charset "utf-8";
@import url("../css/common.css");

.page_title {
	background-image: url(images/title.png);
	height: 60px;
	display: block;
	width: 645px;
	background-repeat: no-repeat;
}
.left .license {
	width: 470px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-bottom: 15px;
	margin-left: 15px;
}
.right .menu {
	width: 150px;
}
.right .menu div {
	margin-bottom: 5px;
}
.right .menu_chronology a {
	background-image: url(images/bt_chronology.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.right .menu_apply a {
	background-image: url(images/bt_apply.png);
	height: 40px;
	width: 150px;
	display: block;
	background-repeat: no-repeat;
}
.chronology .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}
.chronology .line .date {
	float: left;
	width: 50px;
	font-size: 12px;
	color: #F63;
}
.chronology .line .text {
	font-size: 12px;
	color: #333;
	float: left;
	width: 420px;
}

