/*======================================
　CSS: estate_green_i
=======================================*/

/*=====■Common specification■=====*/

*{margin:0;padding:0;line-height:160%;}
html,body{margin:0; padding:0}

img{border:none;}
ul,ol{margin:0;padding:0;}
ul li{list-style:none;list-style-postion:inline}
ul li a{text-decoration:none;border:none;}
h1,h2,h3,h4,h5{margin:0;padding:0;}

.clear-fix{
clear:both;
font-size:1px;
}

/*---LINK---*/
a{color:#009933;}

a:hover{color:#006633;}

/*=====■Layout■=====*/
body{
color:#333;
text-align:center; 
background:#efefef;/* ALL BACK-GROUND */
}


/*CONTENTS*/
#wrapper{ 
width:700px;
text-align:center; 
margin:0 auto;
text-align:left;
background:#FFF url(img/wrapper_bg.jpg) no-repeat;/* CONTENTS-BACK */
border:#dfd2d2 1px solid;
}

/*header*/
#header{
height:173px;
}

/*navigation*/
#navigation{
width:210px;
margin:0;
padding:25px 0 0 10px;
position:relative;
float:left;
font-size:13px;
}

/*article*/
#main{ 
margin:0;
padding:25px 15px 0 15px;
width:445px;
position:relative;
float:right;
font-size:14px;
}

/*■HEADER*/

/*TITLE*/
#header #site-name{
width:700px;
height:173px;
text-align:left;
margin:0 auto;
line-height:250%;
}
#header #site-name h1 {margin:0; padding:0 0 0 10px;}

/*LOGO-TXT*/
#header #site-name h1 a {
width:400px; 
text-decoration:none; 
font-weight:bold; 
display:block; 
font-size:30px;
color:#3a2905;
line-height:100%; 
}

/*SUB-TITLE*/
#header #sub-title{
margin:45px 0 0 20px;
font-size:11px; 
color:#3a2905;
}

/*■NAVIGATION*/
#page-list,#category{
width:210px;
text-align:left;
}
#navigation ul li{ padding:3px; border-bottom:#ddd solid 1px;}
#navigation #page-list li,#navigation #category li{ border:none; padding:0;}

#page-list li a{ 
display:block; 
width:210px; 
padding:0;
line-height:120%;
border-bottom:1px dotted #9cd6a1;
background:url(img/li_link_bg.gif) 7px 9px no-repeat;
font-weight:bold;
font-size:14px;
}
#category li a{
display:block; 
width:208px; 
padding:0;
margin:1px; 
line-height:120%;
background:url(img/nav_top.gif);
font-size:15px;
font-weight:bold;
color:#fff;
}
#category li a:hover{ text-decoration:underline;}
#page-list li a:hover,#page-list li.selected a{ 
background:#e7e7e7 url(img/li_hover.gif) 7px 9px no-repeat;
}
#page-list li a span{display:block;padding:5px 5px 5px 27px;}
#category li a span{display:block;padding:5px 5px 5px 10px;} 
/*■ARTICLE*/
#page-title{
padding:10px 10px 8px 15px; 
margin:0 0 15px 0;
background:url(img/h1_bg.gif) repeat-x bottom;
border-right:#c7c7c7 1px solid;
border-bottom:#c7c7c7 1px solid;
}
#page-title h2{
line-height:105%;
font-weight:bold;
font-size:23px;
color:#333;
}
#article{
padding:10px;
background:#fff;
line-height:300%;
color:#4b545d;
font-size:15px;
}
h3{
margin-bottom:15px;
padding:8px 10px 0 7px;
background-position:bottom;
line-height:100%;
font-weight:bold;
color:#1aab26;
font-size:18px;
border-bottom:#1aab26 1px dotted;
}

.top { text-align:right; background:url(img/block_btm.gif) no-repeat left top; height:40px; line-height:400%; font-size:11px;}
.top a {text-decoration:none;}

/*FOOTER*/
#footer{
margin-top:30px;
border-top:#999 2px dotted;
font-size:12px;
}
/*COPYRIGHT*/
#copyright{ 
padding:20px 10px 5px 0;
text-align:right;   
font-size:10px;
font-weight:bold;
color:#999;
}
/*CATEGORY-PAGE*/

#article ul li{margin:5px 0 0 5px;}

#article ul li a{line-height:300%;font-size:15px;}
  