/* Base Weblog (base-weblog.css) */

body {
    text-align:center;
    background-color:#faf1e2;

}

#contents {
    margin:auto;
    width: 800px;
    background-color:#f5f3e6;
    text-align:left;
    border:solid 1px #000000;
    position:relative;
}

a {
	color: #6a3906;
	font-weight:bold;
}
a:hover {
	color: #bfa589;
	text-decoration: none;
	font-weight:bold;
}

/* ヘッダースタート*/
#logo {
    background-color: #f5f3e6;
    margin-bottom:1px;
    padding-bottom: 1px;
    link-color:none;
}

#img {
    margin-left:10px;
}
a img { border: 0; 
}
/* ヘッダーエンド*/


/*メインスタート */
#main {
	width: 570px;
	margin-top: 10px;
	margin-left: 10px;
        margin-bottom: 50px;
	float: left;
        display: inline;
}


#main h2{
	margin: 3px 10px 3px 0px;
	padding: 3px;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
	background-color: #b3adab;
        border-left:solid 15px #231815;
	}

#main p {
	font-size: 12px;
	}
/*メインエンド */

/* 入居相談室 */
#soudan {
    background-color: #ffffff;
    margin:2px 5px 5px 0px;
    border-color: #5f603e;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}



/* ニュース */
#news {
    background-color: #f9faed;
    margin:20px 5px 5px 0px;
    border-color: #5f603e;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}
.newsimg {
    margin-top: 10px;
}

#news h1{
	padding: 1px;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
        border-left:solid 8px #990000;
}
#news p{
        list-style-type: none;
        margin-left: 5px;
        padding-top: 1px; 
        padding-bottom: 1px; 
        padding-left: 5px; 
	line-height: 120%;
        border-left:solid 5px #850022;
        border-bottom: 1px dashed #f9faed;
        border-bottom:dotted thin #000000;
}
#news a {
	color: #555555;
	font-weight:bold;
}
#news a:hover {
	color: #606b48;
	text-decoration: none;
	font-weight:bold;
}
.rsstc{ font-size: 12px; 
        background-color: #f9faed;
	line-height: 150%;
        margin: 0; 
        padding: 0;
}
.rsstc a { 
        color: #5f613c;
        border-left:solid 5px #850022;
	padding: 3px;
        padding-top: 2px; 
        margin-top: 3px; 
}
.rsstc em { 
        font-style: normal; 
        margin-left: 12px; 
        padding: 0;
}
.rsstc ul{ background-color: #f9faed; 
           margin: 0; 
           padding: 0;
           border: solid 2px #f9faed;
}
.rsstc li { 
        list-style-type: none;
        padding-top: 1px; 
        padding-bottom: 1px; 
        padding-left: 5px; 
        border-bottom: 1px dashed #f9faed;
        border-bottom:dotted thin #000000;
}

/* 紹介までの流れ */
#flow {
    background-color: #cccccc;
    margin:20px 5px 10px 0px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}
#flow p{
    font-size: 12px;
    margin:3px;
}


/* メイン01 */
#main01 {
    background-color: #ffffff;
    margin:10px 4px 5px 0px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}
.main01img {
    margin-top: 5px;
}
#main01 p{
    font-size: 12px;
    margin:3px;
}


/*右側スタート */
#side {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 40px;
        margin-left: 10px;
	float: left;
        display: inline;
}
.aisatsu {
    background-color: #ffffff;
    margin-top: 10px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}
.aisatsu p{
   font-size: 12px;
   line-height: 100%;
   text-align: center;    
   margin:3px;   
}
.aisatsu img{
   float: center;
}

.unyou {
    background-color: #e1e1e1;
    margin-top: 10px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}

.unyou img{
   float: center;
}

.contactside {
    background-color: #f5efe3;
    margin-top: 10px;
    border-color: #dbbba4;
    border-width: 1px;
    border-style: solid;
    float: left;
    display: inline;
    position: relative;
}

.bannerside {
    background-color: #f5efe3;
    margin-top: 10px;
    float: left;
    display: inline;
    position: relative;
}


/*右側エンド */

/* コピーライト */
address {
	background-color: #7d0022;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}




