@charset "Shift_JIS";

/* ==================================================================

	■ページ共通のパーツの指定
	　基本レイアウト
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

/* --------------------------------
   □ body
-------------------------------- */ 
body{
	font-family:  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ" , Meiryo, "ＭＳ Ｐゴシック",Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
}

/* --------------------------------
   □ text
-------------------------------- */


/* --------------------------------
   □ link
-------------------------------- */
a{text-decoration:none;}

a:hover{text-decoration:underline;}


#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
#body_bg {
	text-align: center;
}

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

#header {
	width: 800px;
}
#wrapper #header h1 {
	padding-top: 10px;
	width:160px;
	float:left;
}
#wrapper #header .link_dotr{
	width:165px;
	float:right;
}

/* --------------------------------
   □ ナビゲーション
-------------------------------- */

#gNav {
	width: 800px;
	height: 35px;
	clear: both;
	}
#gNav li {float: left;}

#wrapper #gNav {
	padding: 13px 0 40px 0;
}

.n01 a,.n02 a,.n03 a,.n04 a,.n05 a,.n06 a {
	margin-right: 24px;
}
.n01 a{
	background: url(../img/gnav01.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 144px;	
}
.n01 a:hover{
	background: url(../img/gnav01_on.gif) no-repeat top;
}
.n02 a{
	background: url(../img/gnav02.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 77px;	
}
.n02 a:hover{
	background: url(../img/gnav02_on.gif) no-repeat top;
}
.n03 a{
	background: url(../img/gnav03.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 135px;	
}
.n03 a:hover{
	background: url(../img/gnav03_on.gif) no-repeat top;
}
.n04 a{
	background: url(../img/gnav04.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 60px;	
}
.n04 a:hover{
	background: url(../img/gnav04_on.gif) no-repeat top;
}
.n05 a{
	background: url(../img/gnav05.gif) no-repeat top left;
	display:block;
	height: 35px;
	width: 79px;
}
.n05 a:hover{
	background: url(../img/gnav05_on.gif) no-repeat top;
}
.n06 a{
	background: url(../img/gnav06.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 80px;	
}
.n06 a:hover{
	background: url(../img/gnav06_on.gif) no-repeat top;
}
.n07 a{
	background: url(../img/gnav07.gif) no-repeat top;
	display:block;
	height: 35px;
	width: 77px;	
}
.n07 a:hover{
	background: url(../img/gnav07_on.gif) no-repeat top;
}
/* --------------------------------
   □ ページコンテンツ（セカンダリ以降）
-------------------------------- */

#wrapper #left {
	text-align: center;
	float: left;
	width: 150px;
}
#wrapper #right {
	float: right;
	margin-bottom: 20px;
	line-height:1.6;
	background-color: #fed200;
}

	/* ◆ 問合せバナー
	-------------------------------- */
	
	#right .toiawase,#right_a .toiawase,#right_r .toiawase {
	width:100%;
	text-align: center;
	padding: 20px 0;
	background-color: #fed200;
	vertical-align:bottom;
}
.toiawase img {
	margin-bottom:5px;
}

#link-hidamari{
	clear:both;
	text-align:right;
	padding-right:140px;
}

#right_a .achievements_b_bg {
	position: relative;
	left: 0px;
	top: 9px;
}


/* -------------------------------
   □ フッター
------------------------------- */

#footer {
	height: 70px;
	clear: both;
	text-align: center;
}
#footer address {
	font-size: 75%;
	padding: 10px 0 0 480px;
	letter-spacing: 1px;
	font-weight: bold;
}
*:first-child+html #footer address {font-size: 80%;}
* html #footer address {font-size: 80%;}
	
	/* TOPへ戻る
	-------------------------------- */
	
	#top_btn {
	text-align: right;
	width: 800px;
	height: 28px;
	clear: both;
	padding-top: 22px;
}
* html #top_btn {padding-top: 9px;}
	
.text_r {
	text-align: right;
	height: 20px;
}
.clear_b {clear: both;}
.clear {clear: left;}

.line {margin-top: 5px;}

.uppercase{
	text-transform:uppercase;
}

.size90{
	font-size:90%;
}

#img2 {
	margin-left: 10px;
	margin-bottom: 3px;
}

.right{
	text-align:right;
}
.float_l40 {
	float: left;
	width: 40%;
	padding-top:10px;
}
/* ◇ 簡易マウスオーバー
-------------------------------- */


.over a:hover img{
	filter:alpha(opacity=70);  
    -ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
    opacity: 0.7; 
}
.p_btm10 {
	margin-bottom: 10px;
}
.p_btm5 {
	margin-bottom: 5px;
}

/* ◇ 賃貸情報の空室予約ボタン
-------------------------------- */

.akishitsu{padding:10px 10px;}

