/* ブラウザCSS初期化------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* サイト全体--------------------------------------*/
body {
	position: relative;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height:150%;
	background: url(../images/common/bg.gif) repeat-y center top;
	text-align: center;
}
a {
	color:#000066;
	text-decoration: none;
	background: transparent;
}
/*ヘッダー--------------------------------------*/
#head {
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 90px;
}
#head h1 a{
	display:block;
	height: 75px;
	width: 163px;
	position: absolute;
	top: 5px;
	left: 25px;
	background: url(../images/common/logo.png) no-repeat center center;
	text-indent: -9999px;
}
#head h1 a:focus { 
	-moz-outline-style: none; 
	}

ul#hm{
	position: absolute;
	top: 5px;
	left: 400px;
	width: 320px;
	height: 80px;
	list-style-type: none;
}
ul#hm li{
	float: left;
	width: 150px;
	height: 32px;
	text-indent: -9999px;
	margin: 0px 5px 5px 0px;
}
ul#hm li a{
	display: block;
	width: 150px;
	height: 32px;
}
ul#hm li#hm_documentrequest{
	background: url(../images/common/hm_documentrequest.png) no-repeat 0px 0px;
}
ul#hm li#hm_documentrequest a:hover{
	background: url(../images/common/hm_documentrequest.png) no-repeat 0px -32px;
}
ul#hm li#hm_tourbooking{
	background: url(../images/common/hm_tourbooking.png) no-repeat 0px 0px;
}
ul#hm li#hm_tourbooking a:hover{
	background: url(../images/common/hm_tourbooking.png) no-repeat 0px -32px;
}
ul#hm li#hm_blog{
	background: url(../images/common/hm_blog.png) no-repeat 0px 0px;
}
ul#hm li#hm_blog a:hover{
	background: url(../images/common/hm_blog.png) no-repeat 0px -32px;
}
ul#hm li#hm_map{
	background: url(../images/common/hm_map.png) no-repeat 0px 0px;
}
ul#hm li#hm_map a:hover{
	background: url(../images/common/hm_map.png) no-repeat 0px -32px;
}

p#tel_info{
	position: absolute;
	top: 0px;
	left: 720px;
	width: 212px;
	height: 86px;
	background: url(../images/common/tel_info.png) no-repeat 0px 0px;
	text-indent: -9999px;
}

/*グローバルメニュー--------------------------------------*/
#mm{
	position: relative;
	height: 40px;
	background: url(../images/common/mm_background.png) repeat-x 0px 0px;
}
#mm ul{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
*html #mm ul{
	margin: 0px;
}
#mm ul li{
	display: inline;
	float: left;
	height: 40px;
	text-indent: -9999px;
}
#mm ul li a{
	display: block;
	height: 40px;
}

#mm ul li#mm_top{
	margin-left: 15px;
	width: 80px;
	background: url(../images/common/mm_top.png) repeat-x 0px 0px;
}
#mm ul li#mm_top a:hover{
	width: 80px;
	background: url(../images/common/mm_top.png) repeat-x 0px -40px;
}
#mm ul li#mm_roomplan{
	width: 140px;
	background: url(../images/common/mm_roomplan.png) repeat-x 0px 0px;
}
#mm ul li#mm_roomplan a:hover{
	width: 140px;
	background: url(../images/common/mm_roomplan.png) repeat-x 0px -40px;
}
#mm ul li#mm_conservation{
	width: 140px;
	background: url(../images/common/mm_conservation.png) repeat-x 0px 0px;
}
#mm ul li#mm_conservation a:hover{
	width: 140px;
	background: url(../images/common/mm_conservation.png) repeat-x 0px -40px;
}
#mm ul li#mm_modelroom{
	width: 140px;
	background: url(../images/common/mm_modelroom.png) repeat-x 0px 0px;
}
#mm ul li#mm_modelroom a:hover{
	width: 140px;
	background: url(../images/common/mm_modelroom.png) repeat-x 0px -40px;
}
#mm ul li#mm_equipment{
	width: 140px;
	background: url(../images/common/mm_equipment.png) repeat-x 0px 0px;
}
#mm ul li#mm_equipment a:hover{
	width: 140px;
	background: url(../images/common/mm_equipment.png) repeat-x 0px -40px;
}
#mm ul li#mm_location{
	width: 140px;
	background: url(../images/common/mm_location.png) repeat-x 0px 0px;
}
#mm ul li#mm_location a:hover{
	width: 140px;
	background: url(../images/common/mm_location.png) repeat-x 0px -40px;
}
#mm ul li#mm_outline{
	width: 140px;
	background: url(../images/common/mm_outline.png) repeat-x 0px 0px;
}
#mm ul li#mm_outline a:hover{
	width: 140px;
	background: url(../images/common/mm_outline.png) repeat-x 0px -40px;
}

/*メニューボタン--------------------------------------*/



/* コンテナ--------------------------------------*/
#container {
	margin: 15px auto;
	width: 950px;
	padding-bottom: 20px;
	text-align: left;
}
/* フッター---------------------------------*/
#footer {
	background: #2d2d2d;
	padding: 20px;
	text-align:center;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
#footer p{
	width: 950px;
	margin: 0px auto;
	font-size: 83%;
	line-height: 300%;
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	color: #ed6941;
}
ul#fm_banner{
	width: 660px;
	height: 40px;
	margin: 10px auto;
	padding-left: 20px;
	text-indent: -9999px;
	list-style: none;
}
*html ul#fm_banner{
	padding-left: 0px;
	width: 680px;
}
ul#fm_banner li{
	width: 200px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
li#fm_01 a, li#fm_02 a, li#fm_03 a{
	display: block;
	width: 200px;
	height: 40px;
}
li#fm_01{
	background: url(../images/common/fm_01_off.png) no-repeat 0px 0px;
}
li#fm_01 a:hover{
	background: url(../images/common/fm_01_on.png) no-repeat 0px 0px;
}
li#fm_02{
	background: url(../images/common/fm_02_off.png) no-repeat 0px 0px;
}
li#fm_02 a:hover{
	background: url(../images/common/fm_02_on.png) no-repeat 0px 0px;
}
li#fm_03{
	background: url(../images/common/fm_03_off.png) no-repeat 0px 0px;
}
li#fm_03 a:hover{
	background: url(../images/common/fm_03_on.png) no-repeat 0px 0px;
}
/* コピーライト---------------------------*/
#copyright {
	width: 950px;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:83%;
	font-weight: bold;
	text-align: center;
}
/* メインイメージ--------------------------*/
#main_img {
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
}
/* インフォメーション----------------------*/
#information {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 18px;
}
#information a {
}
.information_title {
	margin-bottom: 5px;
}
/* 項目ボックス----------------------------*/
#information_text {
	width: 950px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	height: 220px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #CCC;
}
#information_text dl {
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#information_text dt {
	color: #EB4C6A;
	font-size: x-small;
}
#information_text dd {
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/* 売主・事業主---------------------------*/
#info_ban_box {
	clear: both;
	width: 950px;
	height: 76px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #eeeeff;
	text-align: center;
}
#info_ban_box ul {
	padding: 0px;
	margin: 0px;
}
#info_ban_box li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
ul#fm{
	width: 950px;
	height: 48px;
	list-style-type: none;
	margin: 0 auto;
}
*html ul#fm{
	margin: 0;
}
ul#fm li{
	display: inline;
	float: right;
	height: 32px;
	text-indent: -9999px;
	margin: 8px 0px 0px 5px;
}
ul#fm li a{
	display: block;
	height: 32px;
}
ul#fm li#fm_documentrequest{
	width: 150px;
	background: url(../images/common/hm_documentrequest.png) no-repeat 0px 0px;
}
ul#fm li#fm_documentrequest a:hover{
	width: 150px;
	background: url(../images/common/hm_documentrequest.png) no-repeat 0px -32px;
}
ul#fm li#fm_tourbooking{
	width: 150px;
	background: url(../images/common/hm_tourbooking.png) no-repeat 0px 0px;
}
ul#fm li#fm_tourbooking a:hover{
	width: 150px;
	background: url(../images/common/hm_tourbooking.png) no-repeat 0px -32px;
}
ul#fm li#fm_map{
	width: 150px;
	background: url(../images/common/hm_map.png) no-repeat 0px 0px;
}
ul#fm li#fm_map a:hover{
	width: 150px;
	background: url(../images/common/hm_map.png) no-repeat 0px -32px;
}
ul#fm li#fm_pageupper{
	width: 32px;
	background: url(../images/common/pageupper.png) no-repeat 0px 0px;
}
ul#fm li#fm_pageupper a:hover{
	width: 32px;
	background: url(../images/common/pageupper.png) no-repeat 0px -32px;
}

/* マンションの魅力----------------------------*/
#fasci{
	width: 850px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	vertical-align: top;
}

#fasci2{
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 20px 10px 20px;
	vertical-align: top;
	border: 1px solid #000066;
}

#gotop{
	width: 850px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: right;
}

.fasci_stitle {
	font-size:115% !important;
	font-size:110%;
	background-color: #99CCFF;
	padding: 3px;
	margin-bottom: 5px;
}

.fasci_type {
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	padding: 0px;
	margin-bottom: 3px;
}

#plan {
	width: 100%;
}
#plan td {
	background-color: #000066;
	vertical-align: top;
	padding: 5px;
	color:#FFFFFF;
	text-align: center;
}
#plan th {
	padding: 5px;
	text-align: left;
	border: 1px solid #000066;
}
#plan .text {
	line-height:1.4;
	font-size:100%!important;
	font-size:85%;
	font-weight: normal;
}
#plan .title {
	line-height:1.2;
	font-size:100%!important;
	font-size:100%;
	font-weight:bold;
}


