@charset "utf-8";

/*=================
BASIC
=================*/


*{
margin:0;
padding:0;
}

body{
color:#333;
background-color:#fff;
font-size:0.8em;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

hr{
display:none;
}

address{
font-style:normal;
}

li{
list-style:none;
}

a img{
border-style:none;
}


html {
overflow: auto;
background:
}

body{
overflow: hidden; /*はみ出た部分をどうするか*/
}

#footer{
margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}



/*=================
LAYOUT
=================*/
#contaner{
width:1000px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

#header{
width:1000px;
height:150px;
background: #FFFFFF;
}

#navi{
width:1000px;
height:60px;
background:#FFFFFF;
}

#subnavi{
width:1000px;
background: #333;
color:#FFF;
}


#content{
width:1000px;
background: #FFFFFF;
}

#footer{
width:1000px;
height:600px;
margin-bottom:10px;
background-color:#93C523;
clear:both;
}


/*=================
HEADER
=================*/

#header{
padding:0 0px 0 0px;
}

#header img{
margin:5px 5px 5px 5px;
float:left;
}

h1{
font-size:20px;
text-align:right;
padding:10px 20px 10px 0;
font-weight:bold;
color:#333;
line-height:120%;
}

#header p{
text-align:right;
font-size:14px;
padding:0px 15px 0 0;
color:#333;
float:right;
}

#header a{
color:#333;
text-decoration:underline;
}

#header a:hover{
color:#93C523;
text-decoration:none;
}

#header a:visitd{
color:#333;
text-decoration:underline;
}


/*=================
FOOTER
=================*/


#footer p{
text-align:center;
font-size:12px;
margin:10px 20px 0 0;
color:#333;
}

#footer a{
color:#333;
text-decoration:underline;
}

#footer a:hover{
color:#06c;
text-decoration:none;
}

#footer a:visitd{
color:#333;
text-decoration:underline;
}

#count {
text-align:right;
margin:0 10px 0 0;
}



#footer table td{
padding:15px 15px 10px 15px;
font-size:13px;
text-align:left;
vertical-align:top;
line-height:170%;
}

#footer h2{
}


#footer a:hover{
color:#fff;
text-decoration:none;
}


/*=================
pagetop
=================*/
#pagetop{
width:1000px;
text-align:right;
margin:10px 0px 20px 0px;
}


/*=================
NAVI
=================*/
#navi table {
border-right:dotted #333 1px;
}

#navi table td {
border-left:dotted #333 1px;
}

/*=================
SUBNAVI
=================*/

#subnavi table td{
padding:5px 0 5px 20px;
}

#subnavi table a{
color:#fff;
text-decoration:underline;
font-weight:bold;
font-size:16px;
}

#subnavi table a:hover{
color:#fff;
text-decoration:none;
font-weight:bold;
}
	
#subnavi table a:visitd{
color:#fff;
text-decoration:underline;
font-weight:bold;
}


/*=================
MAINCONTENT
=================*/

#maincontent{
width:1000px;
margin:30px 0 30px 0;
}

#maincontent table{
margin:20px 20px 30px 20px;
border-bottom:dotted 1px #333;
}


#maincontent table td{
padding:10px;
}

#maincontent table th{
text-align:left;
}

#maincontent p{
text-align:left;
padding:15px;
vertical-align:top;
font-size:1.5em;
line-height:130%;
}

#maincontent h3{
margin:15px;
font-size:1.6em;
line-height:130%;
font-weight:normal;
}


/*=================
RUSU
=================*/

#rusu table{
margin:20px 0 30px 30px;
border-collapse: collapse;
border:solid #333 1px;
}

#rusu table td{
border:solid #333 1px;
font-size:1.5em;
}

#rusu h2{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#rusu p{
margin:10px;
font-size:1.5em;
}

#rusu ol{
	margin:30px;
}

#rusu li{
	margin:20px;
	font-size:1.5em;
}

/*=================
works
=================*/

#works h2{
margin:0 0 0 0;
}

#works table{
margin:20px 0 30px 0;
}

#works table td{
text-align:left;
vertical-align:top;
line-height:170%;
padding:3px 0 0 0;
}



/*=================
NEWS
=================*/

#news table{
width:960px;
margin:20px 20px 30px 20px;
}

#news table td{
text-align:left;
padding:15px;
vertical-align:top;
font-size:1.1em;
}

#news h4{
width:980px;
border-bottom:solid #333 1px;
margin-left:10px;
}

#news p{
margin:0 0 5px 0;
}

/*=================
ABOUT
=================*/

#about table{
margin:20px 20px 30px 20px;
background-color:#F0F0F0;
border: 1px #fff solid;
}

#about table td{
text-align:left;
padding:15px;
vertical-align:top;
font-size:16px;
border: 1px #fff solid;
border-collapse: collapse;
}


#about h4{
width:980px;
border-bottom:solid #333 1px;
margin-left:10px;
}

#about p{
margin:0 0 5px 0;
}


/*=================
PRIVACY
=================*/

#privacy h4{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}


#privacy table{
margin:2px 0 5px 50px;
}


#privacy p{
line-height:170%;
font-size:1.1em;
margin:0 10px 0 10px;
}

#privacy h3{
font-size:1.3em;
color:#333;
border-bottom:dotted #333 1px;
padding-bottom:5px;
margin:30px 10px 0 10px;
}



/*=================
CONTACT
=================*/

#contact h3{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#contact p{
font-size:1.1em;
line-height:170%;
margin-left:20px;
}

#contact h4{
font-size:1.2em;
line-height:170%;
margin-left:20px;
}


/*=================
BUILD
=================*/

#build h2{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#build h3{
width:980px;
font-size:16px;
margin:30px 10px 10px 10px;
}

#build p{
width:980px;
font-size:14px;
margin:0 10px 0 10px;
line-height:170%;
}

#build h4{
float:right;
margin:30px 10px 10px 10px;
}


/*=================
SELL
=================*/

#sell h2{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#sell h3{
width:980px;
font-size:16px;
margin:30px 10px 10px 10px;
}

#sell p{
width:980px;
font-size:14px;
margin:0 10px 0 10px;
line-height:170%;
}

#sell h4{
float:right;
margin:30px 10px 10px 10px;
}

#sell table td{
text-align:left;
font-size:14px;
padding:5px;
line-height:170%;
}

#sell table{
margin:10px 10px 10px 0;
}

/*=================
RENT
=================*/

#rent h2{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#rent p{
margin:10px;
}

/*=================
BUYLAND
=================*/




/*=================
EXISTINGHOME
=================*/

#existinghome h2{
width:980px;
border-bottom:solid #333 1px;
margin:0 10px 0 10px;
}

#existinghome p{
margin:10px;
}