/* 背景と配置
---------------------------------------------*/
body {
 background-color: #FFF;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}


/* 全体の枠組み 横幅
---------------------------------------------*/
#mainpage {
 padding: 0;
 width: 800px;
 background-color: #FFFFFF;
}

/*ヘッダ
---------------------------------------------*/
#header {
 padding: 10px 0 20px 0;
 clear: both;
}

/*　ナビ 上段
---------------------------------------------*/
#navup {
 width:800px;
 text-align: left;
 height: 20px;
 margin: 5px 0 0 0;
 padding: 0;
}

#navup a {
 font-size: 12px;
 margin-left: 0;
 display: block;
 float: left;
 padding-top: 6px;
 height: 20px;
 text-decoration: none;
}

#navup a:hover {
 font-size: 12px;
 color: #000;
 margin-left: 0;
 display: block;
 padding-top: 6px;
 height: 20px;
 text-decoration: none;
}

/* ナビ　ボタン
---------------------------------------------*/
#navTop_green {
 display: block;
 height: 25px;
 width: 211px;
 float: left;
 border-top: solid 1px #006600;
 border-left: solid 1px #006600;
 border-bottom: solid 1px #006600;
 background-image: url(http://www.scope-estate.net/wuxi/img/bg_green_01.gif);
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#navTop_green a {
 display: block;
 width: 211px;
 float: left;
 text-align: center;
 background-image: url(http://www.scope-estate.net/wuxi/img/bg_green_01.gif);
 color: #FFF;
}

#navTop_green a:hover{
 display: block;
 width: 211px;
 float: left;
 background-image: url(http://www.scope-estate.net/wuxi/img/bt_green_02.gif);
 color: #000;
}

#navTop {
 display: block;
 height: 25px;
 width: 211px;
 float: left;
 border-top: solid 1px #FF0099;
 border-left: solid 1px #FF0099;
 border-bottom: solid 1px #FF0099;
 background-image: url(http://www.scope-estate.net/wuxi/img/bt_green_02.gif);
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#navTop a {
 display: block;
 width: 211px;
 float: left;
 text-align: center;
 background-image: url(http://www.scope-estate.net/wuxi/img/bt_green_02.gif);
 color: #FFF;
}

#navTop a:hover{
 display: block;
 width: 211px;
 float: left;
 font-weight: bold;
 background-image: url(http://www.scope-estate.net/wuxi/img/bg_green_01.gif);
 color: #000;
}

/*　ナビ　ボタンさいご
---------------------------------------------*/
#navTop_owari {
 display: block;
 height: 25px;
 width: 158px;
 float: left;
 border: solid 1px #006600;
 background-image: url(http://www.scope-estate.net/wuxi/img/bg_green_01.gif);
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#navTop_owari a {
 display: block;
 width: 158px;
 float: left;
 text-align: center;
 background-image: url(http://www.scope-estate.net/wuxi/img/bg_green_01.gif);
 color: #FFF;
}

#navTop_owari a:hover{
 display: block;
 width: 158px;
 float: left;
 background-image: url(http://www.scope-estate.net/wuxi/img/bt_green_02.gif);
 color: #000;
}





/*フッター部分
---------------------------------------------*/
#footer01 {
 width:800px;
 padding: 10px 0 10px 0;
 clear: both;
 line-height:155%;
 font-size:12px;
 color: #666;
 text-align:center;
 border-top: solid 5px #009900;
}

#footer02 {
 width:800px;
 padding: 10px 0 10px 0;
 line-height:135%;
 font-size:12px;
 text-align:left;
}

#footer03 {
 width:800px;
 padding: 5px 0 5px 0;
 line-height:135%;
 font-size:12px;
 color: #FFFFFF;
 text-align:center;
 background-color:#009900;
}

#footer04 {
 width:800px;
 padding: 5px 0 5px 0;
 line-height:135%;
 font-size:12px;
 text-align:center;
 border-bottom: solid 5px #E8E4D6;
}
.12_135 {  font-size: 12px; line-height: 135%}

