/* fudosan.css */


.topbox {

}


.header {
    width: 100%;
	background-color: #FFFFFF;

}

.headerlogo {
    padding-top: 10px;
    padding-bottom: 5px;
}


.headernavi {
    height: 30px;
	background-color: #0F7D1A;


}

.headernavi ul {
	list-style: none;
	margin-left: 40px;

}

.headernavi ul li {
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 3px;
}

.headernavi ul li a {
	display: block;
	height: 24px;
	width: 120px;
	text-indent: -9999px;
	text-decoration: none !important;
	overflow:hidden;
}

.headernavi #home a{background: url("/img2/sabnavi_home_120_48.gif") no-repeat top;}
.headernavi #mansion a{background: url("/img2/sabnavi_mansion_120_48.gif") no-repeat top;}
.headernavi #kodate a{background: url("/img2/sabnavi_kodate_120_48.gif") no-repeat top;}
.headernavi #tyuko a{background: url("/img2/sabnavi_tyuko_120_48.gif") no-repeat top;}
.headernavi #company a{background: url("/img2/sabnavi_company_120_48.gif") no-repeat top;}

.headernavi #home a:hover,
.headernavi #mansion a:hover,
.headernavi #kodate a:hover,
.headernavi #tyuko a:hover,
.headernavi #company a:hover {
	background-position: bottom;
}

.headernavi p {
	clear: both;
	margin-top: 6px;
	margin-left: 8px;
    font-size: 80%;
}

.container {
    font-size: 90%;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.contents {

}

.leftbox {
    width: 599px;
    float: left;

}

h1 {
    margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

p.honbun {
	color: #996633;
    font-size: 90%;
    line-height: 130%;
    margin: 10px 0px 10px;
    padding: 10px;
	background-color: #FFFDE8;
}

#tyukolist,
#kodatelist,
#mansionlist {
    padding: 0px 30px;
}

#tyukolist h2,
#kodatelist h2,
#mansionlist h2,
#houjinbukken h2 {
    font-weight: bold;
    color: #3e3e3e;
    text-indent: 4px;
    margin: 20px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



.bukkenbox {
    color: #3e3e3e;
    text-indent: px;
    margin: 20px 0px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	clear: both;
}

.bukkenbox h3 {
    font-weight: bold;
    color: #3e3e3e;
    padding: 5px 10px;
}

.bukkenbox h3 strong {
    font-weight: bold;
	font-style: italic;
	font-size: 120%;
    color: #CC0000;
    padding: 5px 10px;
}

.bukkenbox img {
	float: left;
	margin: 0px 10px 10px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}

.bukkenbox p {
    font-weight: bold;
	height: 100px;
	color: #CC0000;
    font-size: 90%;
    line-height: 130%;
    padding: 10px;
	background-color: #EDEDF6;
}

.leftbox p em,
.bukkenbox p em {
    font-weight: normal;
    font-style: normal;
	color: #666666;
    font-size: 90%;
}

#houjinbukken {
    padding: 0px 30px;
}

#houjinbukken h2 {
	margin-top: 20px;
}

#houjinbukken ul {
	margin-top: 10px;
}

#houjinbukken li {
	list-style: none;
    font-size: 90%;
    margin: 8px 20px;
}

#update {
    font-size: 80%;
	margin: 40px 0 20px 30px;
}

.rightbox {
    height: 1090px;
    font-size: 90%;
    width: 199px;
    float: right;
	background-color: #F4F4F4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.rightbox h2{
    margin-bottom: 20px;
}


.rightbox_text {
	margin-top: 30px;
}

.rightbox h3{
    margin: 0px 18px;
}

.rightbox p{
	color: #333333;
	margin: 5px 15px;
	line-height: 120%;
}

.rightbox ul {
    margin-bottom: 8px;
}

.rightbox li {
    font-size: 90%;
    color: #CC3300;
    margin: 5px 5px 5px 35px;
}



.footer {
    font-size: 80%;
    height: 55px;
    padding-top: 8px;
    padding-right: 8px;
    clear: both;
    text-align: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #515151;
	background-color: #CCCCCC;
}



/*　以下　IE4-6修正用　*/

* html .headernavi {
    height: 30px;
	background-color: #FFFFFF;
}

* html .headernavi ul{
    height: 30px;
	background-color: #0F7D1A;
	padding-left: 30px;
	margin: 0px;
}

* html .topbox {
	width: 802px;
}


* html .rightbox h3 {
    font-size: 90%;
}

* html img {border: 0px;}
* html a {border: 0px;}

* html .rightbox h3,
* html .rightbox_text h3 {
    text-indent: 0px;
    margin: 10px 15px;
}




/**/

