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

.left_f {
	float: left;
}
.center {
	text-align:center;
}
.margin-left50 {
	margin-left: 17px;
}
.margin-right200 {
	margin-right: 20px;
}
#header{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header dl a{
	display: block;
}
#header dl a:hover img{
	visibility: hidden;		
}
#nav1 {
	background-image: url(../images/mypage.png);
	background-repeat: no-repeat;
}
#nav2 {
	background-image: url(../images/property.png);
	background-repeat: no-repeat;
}
#nav3 {
	background-image: url(../images/application.png);
	background-repeat: no-repeat;
	background-position: 8px;
}
#nav4 {
	background-image: url(../images/process.png);
	background-repeat: no-repeat;
	background-position: 7px;
}
#nav5 {
	background-image: url(../images/access.png);
	background-repeat: no-repeat;
}
#nav6 {
	background-image: url(../images/qa.png);
	background-repeat: no-repeat;
}
#nav7 {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
}
#nav8 {
	background-image: url(../images/loginn.png);
	background-repeat: no-repeat;
}
#nav9 {
	background-image: url(../images/shikumi.png);
	background-repeat: no-repeat;
	background-position: 14px;
}
#footer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBDCDC;
	padding-top: 20px;
	padding-bottom: 5px;
}
#footer li{
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	color: #999;
}
.ol_footer{
	float: left;
	margin: 10px;
	font-size: 120%;
	width: 120px;
}
.ol_footer2{
	float: left;
	margin: 10px;
	font-size: 140%;
	width: 170px;
}
#footer_flame {
	width: 1080px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.white_border{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;	
}
#copy{
	text-align: right;
	margin-top: 10px;
}
.relative{
	position: relative;
	border: 4px solid #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}
.absolute{
	position: absolute;
	left: 10px;
	top: -20px;
}


