@charset "utf-8";
 


/* Reset */
body,div,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ul,ol,dl{
	list-style: none;
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}

/* Base  Style */
body {
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	text-align: center;
}


a:link {
	color: #393;
	text-decoration: none;
}
a:visited {
	color: #393;
	text-decoration: none;
}
a:hover {
	color: #360;
	text-decoration: none;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
a:active,
a:focus {
	outline: none;
}
/*a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
*/
/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.outline_table_1{
	border-top:1px solid #d3e0c7;
}
.outline_table_1 th{
	border-bottom:1px solid #d3e0c7;
	padding:7px 0px 7px 0px;
	width: 150px;
}
.outline_table_1 td{
	border-bottom:1px solid #d3e0c7;
	padding:7px 0px 7px 20px;
}
fieldset,img {
	border: 0;
}
li{
	list-style: none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}

hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*基本レイアウト*/

#Wrap{
	width: 1000px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Header h1, #Header .siteLogo{
	width: 240px;
	text-align: left;
	display: inline;
	font-size: 120%;
	height: 40px;
	float: left;
}
#Header h1.siteCap{
	margin:0 0 5px;
	display: block;
	width: 100%;
	height:auto;
	float:none;
	text-align: left;
	font-size: 80%;
	font-weight:normal;
}

#Header h4, #Header .inquiry{
	width: 120px;
	display: block;
	float: right;
	height: 40px;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.6em;
}

#Contents{
	width: 1000px;
	display: block;
	margin-top: 20px;
	text-align: left;
	background-repeat: no-repeat;
}

#Footer{
	width: 1000px;
	padding-top: 20px;
	height: 30px;
	display: block;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EDEDEE;
}

#Footer p{
	display: block;
	font-size: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#Footer ul{
	text-decoration: none;
	float: right;
	display: block;
}

#Footer ul li{
	display: inline;
	margin-right: 10px;
	font-size: 90%;
}

#Footer a{
	display: inline;
}

.Larea{
	width: 780px;
	float: left;
}

.Lbox{
	width: 180px;
	float: left;
	display: inline;
}

.Rarea{
	float: right;
	width: 200px;
}

.Rbox{
	float: right;
	width: 580px;
}

<!--分譲新規リスト用-->
.Rbox2{
	float: right;
	width: 720px;
	right:auto;
}

.Last{
	margin-right: 0;
}

/* Align */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.layoutCenter {
	margin: 0 auto;
}


/* Float */

.floL {
	float: left;
}
.floR{
	float: right;
}
div.Clear {
	line-height: 0%;
	clear:both;
	font-size: 0px;
	margin:0px;
	padding:0px;
	height: 0px;
	width: 0px;
}

/* Margin  mg*/

.mg5 {
	margin: 5px;
}
.mgR10 {
	margin-right: 10px;
}
.mgL10 {
	margin-left: 10px;
}

.mgBtm10{
	margin-bottom: 10px;
}

.mgBtm20{
	margin-bottom: 20px;
}

/* Padding  pd*/

.pd20 {
	padding: 20px;
}
.pdT10 {
	padding-top: 10px;
}
.pdB20 {
	padding-bottom: 20px;
}




/*ナビゲーション*/

#Navi{
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 50px;
	display: block;
}

#Navi ul{
	display: block;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
#Navi ul li{
	display: inline;
	float: left;
	width: 111px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDEE;
}
*/

div#Navi ul li{
	display:block;
	float:left;
	width: 111px;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#Navi ul li em,
div#Navi ul li a{
	display:block;
	height:30px;
	text-indent:-9999px;
	text-decoration:none;
}
div#Navi ul li a{
	background-position:0% 0%;
	width: 111px;
}
div#Navi ul li#nav01 a{
	background:transparent url(images/nav_01.gif) no-repeat;
}
div#Navi ul li#nav02 a{
	background:transparent url(images/nav_02.gif) no-repeat;
}
div#Navi ul li#nav03 a{
	background:transparent url(images/nav_03.gif) no-repeat;
}
div#Navi ul li#nav04 a{
	background:transparent url(images/nav_04.gif) no-repeat;
}
div#Navi ul li#nav05 a{
	background:transparent url(images/nav_05.gif) no-repeat;
}
div#Navi ul li#nav06 a{
	background:transparent url(images/nav_06.gif) no-repeat;
}
div#Navi ul li#nav07 a{
	background:transparent url(images/nav_07.gif) no-repeat;
}
div#Navi ul li#nav08 a{
	background:transparent url(images/nav_08.gif) no-repeat;
}
div#Navi ul li#nav09 a{
	background:transparent url(images/nav_09.gif) no-repeat;
}
div#Navi ul li#nav01 a:hover,
div#Navi ul li#nav02 a:hover,
div#Navi ul li#nav03 a:hover,
div#Navi ul li#nav04 a:hover,
div#Navi ul li#nav05 a:hover,
div#Navi ul li#nav06 a:hover,
div#Navi ul li#nav07 a:hover,
div#Navi ul li#nav08 a:hover,
div#Navi ul li#nav09 a:hover{
	background-position:0% 100%;
}
div#Navi ul li#nav01 em{ background:url(images/nav_01.gif) no-repeat 0 100%;}
div#Navi ul li#nav02 em{ background:url(images/nav_02.gif) no-repeat 0 100%;}
div#Navi ul li#nav03 em{ background:url(images/nav_03.gif) no-repeat 0 100%;}
div#Navi ul li#nav04 em{ background:url(images/nav_04.gif) no-repeat 0 100%;}
div#Navi ul li#nav05 em{ background:url(images/nav_05.gif) no-repeat 0 100%;}
div#Navi ul li#nav06 em{ background:url(images/nav_06.gif) no-repeat 0 100%;}
div#Navi ul li#nav07 em{ background:url(images/nav_07.gif) no-repeat 0 100%;}
div#Navi ul li#nav08 em{ background:url(images/nav_08.gif) no-repeat 0 100%;}
div#Navi ul li#nav09 em{ background:url(images/nav_09.gif) no-repeat 0 100%;}
<!--カラー-->
#gray{
	color:#999;
}
.red{
	color:#900;
}
.blue{
	color:#03C;
}
.gray{
	color:#999;
}
.green{
	color:#093;
}
.date{
	font-size:9px;
	color:#C00;
	line-height:3px;
}
<!--スぺーサー-->

/*
#Navi ul li a{
	height: 20px;
}
#Navi ul li:hover{
	border-bottom-color: #666;
	margin: 0px;
}
#Navi ul li.hear{
	border-bottom-color: #333;
}
*/

/*	追加CSS
------------------------------------ */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	height: auto;
	overflow: hidden;
	/**/
}
#Header h1.siteCap {
    display: block;
    float: none;
    font-size: 80%;
    font-weight: normal;
    height: auto;
    margin: 0 0 5px;
    text-align: left;
    width: 100%;
}
#campaign {
	margin-bottom:10px;
}
