@charset "utf-8";
/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #00427d;
	background-color: #0058a7;
	background-image: url(./img/bg_main.png);
	background-repeat: repeat-x;
	background-position:top;
	margin: 0px; 
	text-align: center;
	font-size: 12px;
}
#container {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
} 
#head {
	height: 100px;
	background-image: url(./img/head.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main {
	width:950px;
	background-image: url(./img/bg_main.jpg);
	background-repeat: no-repeat;
	height: 600px;
	border: 1px solid #FFFFFF;
}
#contentleft {
	width: 500px;
	float:left;
	text-align:left;
	line-height: 1.4em;
}
#contentright {
	width: 446px;
	float:left;
}
#panelrent {
	width: 364px;
	height: 140px;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	padding-left:86px;
	padding-right:16px;
	background-image: url(./img/panelrent.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}
#panelservice {
	width: 364px;
	height: 140px;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	padding-left:86px;
	padding-right:16px;
	background-image: url(./img/panelservice.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}
#panelcompany {
	width: 364px;
	height: 140px;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	padding-left:86px;
	padding-right:16px;
	background-image: url(./img/panelcompany.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	margin-top:4px;
	margin-bottom:8px;
}
#movie {
	width: 428px;
	margin-top: 20px;
	padding-left:18px;
	position:relative;
	color:#FFFFFF;
}
#footernavi {
	width:426px;
	color: #ffffff;
	margin-top:36px;
	padding-left: 20px;
	text-align: left;
	position:relative;
}
#footernavi a:link, #footernavi a:visited, #footernavi a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#footernavi a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
.reset {
	clear: both;
}
