body {
	width: 100%;
	margin: 0 auto;
	font-family: 'fgflop','ヒラギノ角ゴ Pro W3','Hiragino Kaku Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P',sans-serif!important;
	font-size: 12px;
}

a {
	text-decoration: none;
}


a img:hover {
	opacity: 0.7;
}

/*ラッパー*/
#wrapper {
	width:980px;
	margin: auto;
}

/*ヘッダー*/
#header_area {
	width: 980px;
	margin: auto;
}

/*ナビ*/
#navi {
	width: 100%;
	height: 50px;
	margin: auto;
	background: #f7f7f7;
	box-shadow: 0px 1px 4px rgb(119, 119, 119);

}

#navi ul {
	width: 980px;
	margin: auto;

}

#navi li {
	float: left;
	list-style: none;
	border-left: solid 1px rgb(206, 206, 206);
    border-right: solid 1px rgb(206, 206, 206);
    margin-left: -21px;
    padding-right: 14px;
}

.a {
	float: left;
	list-style: none;
	height: 50px;
	background: url(../img/owner.png) no-repeat;
	width: 179px;
}

.b {
	float: left;
	list-style: none;
	height: 50px;
	background: url(../img/resident.png) no-repeat;
	width: 179px;
}


.c {
	float: left;
	list-style: none;
	height: 50px;
	background: url(../img/buy.png) no-repeat;
	width: 179px;
}

.d {
	float: left;
	list-style: none;
	height: 50px;
	background: url(../img/company.png) no-repeat;
	width: 179px;
}


#navi a:hover {
	background-position-y: -50px;
}





/*メイン写真*/
#main_pic {
width: 979px;
height: 450px;
box-shadow: 0px 2px 6px rgb(119, 119, 119);
}

/*コンテンツ*/

#content {
	margin: 15px 0;
	min-height: 359px;
}


.tit img {
    border-radius: 4px 4px 0 0;
    width: 480px;
}


.left {
	width: 480px;
	min-height: 323px;
	float: left;
	background: rgb(240, 240, 240);
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgb(119, 119, 119);
    padding-bottom: 10px;
}

.left p {
	padding: 0px 8px;
	font-weight: 700;
}

.right {
	width: 480px;
	min-height: 320px;
	float: left;
	background: rgb(240, 240, 240);
	margin: 0 0 0px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgb(119, 119, 119);
    padding-bottom: 10px;
}

.right p {
	padding: 0px 8px;
	font-weight: 700;
}

.owner {
	float: left;
}

.owner img {
	width: 240px;
}


.buy {
	float: left;
}

p.kashi {
	margin-top: 0px;
}

p.syugo {
font-size: 15px;
width: 950px;
margin: 22px auto;
}

#right_cont {
	margin-top: 30px;
}



.owner_page {

}

.cont1 {
	float: left;
	width: 310px;
	margin-right: 45px;
}

.cont1 img {
	width: 308px;
	height: 168px;
}

h2 {
background: rgb(224, 224, 224);
border-left: solid 6px rgb(27, 178, 45);
padding: 10px;
}

h1 {
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	padding: 10px 0;
}

img.jyouhou {
width: 606px;
height: 450px;
}

/*フッター*/
#footer {
	clear: both;
	width: 100%;
	background: #f7f7f7;
}

#footer p {
    width: 980px;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
}

.space {
	height: 50px;
	clear: both;
}