@charset "utf-8";

html {  
	overflow-y:scroll;  
}  

/*初期化*/
*{
	margin:0;
	padding:0;
	font-size:14px;
}


a {
	color:#83b6d0;
	text-decoration: none;
}

a img {
    border-style:none;
}


h1 {
	font-size:1.7em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding:15px 20px 10px;
	margin:1em 0 0 0;
	background:url(img/h1.gif) no-repeat #3333FF;
}
DIV.h1_details {
	border:1px solid #999999;
	padding:1em;
}
h2 {
	text-align:left;
	padding-left:0.5em;
	padding-top:0.5em;
	color:#00B25C;
	background:#EFEFEF;
}

p {
	padding:1em;
	text-align:left;
	line-height:1.5em;
}

#waku {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:965px;
}

/*
 * ヘッダ部
 */

#headerArea {
	border:00005f;
	background:url(img/title.gif) no-repeat;
	height:120px;
	color:#FFFFFF;
	text-align:center;
	float:none;
}

#headerArea #links {
	text-align:right;padding-top:3px; padding-right:20px;
}
#headerArea #links a {
	color:#FFFFFF;
}
#headerArea a#top_link {
	width:550px;
	height:100px;
	float:left;
	display:block;
}
#headerArea #comment{
	text-align:left; 
	padding-top:8px; 
	color:#888888; 
	line-height:1.3em;
	font-size:0.8em;
	float:left;
}

/*
 * メニュー部
 */
#menuArea{
	padding-top:5px;
	padding-left:0px;
	margin:auto;
}
#menuArea ul{
	margin: 0px;
	padding: 0px;
}
#menuArea li{
	list-style:none;
	float:left;
	margin: 0px;
	padding: 0px;
}
#menuArea li a {
	width:193px;
	height:42px;
	display:block;
	text-indent:-9999px;
}	
#menuArea li#menu1 a{
	width:192px;
	background: url(img/top.jpg) bottom left no-repeat; 
}
#menuArea li#menu1 a:hover{
	background:url(img/top.jpg) top no-repeat;
}
#menuArea li#menu2 a{
	background:url(img/buysell.gif) bottom;
}
#menuArea li#menu2 a:hover{
	background:url(img/buysell.gif) top;
}
#menuArea li#menu3 a{
	background:url(img/rental.gif) bottom;
}
#menuArea li#menu3 a:hover{
	background:url(img/rental.gif) top;
}
#menuArea li#menu4 a{
	background:url(img/company.gif) bottom;
}
#menuArea li#menu4 a:hover{
	background:url(img/company.gif) top;
}
#menuArea li#menu5 a{
	background:url(img/reference.jpg) bottom no-repeat;
}
#menuArea li#menu5 a:hover{
	background:url(img/reference.jpg) top no-repeat;
}

/*
 * フッダ部
 */
#footerArea{
	clear:both; /*前のfloatの解除*/
	height:auto;
	width:auto;
}

#footerArea a{
	color:#1a428b;
}li {
	margin: 0.3em;
}
.align_left {
	text-align: left;
	text-indent: 1.5em;
}
ul {
	line-height: 1.3em;
	padding-left: 30px;
	list-style-image: url(img/bred.gif);
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
