﻿body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,th,td 
{
	font-style:normal;
    margin:0; 
    padding:0;
    font-size:100%;
} /* blockquoteを排除*/
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
img.floor {  
    border:0;
    overflow:hidden; 
    display:block;
    padding:0px;
} 

img {  
    border:0;
} 
address,caption,cite,code,
dfn,th,var { 
    font-style:normal; 
    font-weight:normal;
}/*em strongを排除*/
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 
{
    font-weight:normal; 
} 
div.clear
{
	margin:0px;
	padding:0px;
	clear:both;
}

.help_onoff_area{
	display:none;
	position:absolute;
	z-index:100;
}
.help_onoff_body{
	width:250px;
	background:#2e4e98;
	color:#ffffff;
	padding:5px;
	line-height:130%;
	text-align:left;
	font-size:12px;
}

.help_onoff_mes {
	padding-left:5px;
}

.help_onoff_btn {
	margin-right:0px;
	margin-top:0px;
	text-align:right;
}


/****** ナビゲーションメニュー（ボタン）の設定 start **************/
#navMenu
{
	/*position:relative;
	top:-50px;*/
	position:absolute;
	top:0px;
	left:680px;
	width:300px;
	height:100px;
}
#navMenu img
{
	margin:2px 3px 2px 3px;
	float:right;
}
/****** ナビゲーションメニュー（ボタン）の設定 end **************/

/****** ナビゲーションバー（タブ）の設定 start **************/

#navBar
{
	/*position:relative;
	top:-65px;*/
	position:absolute;
	top:87px;
	left:0px;
	width:100%;
	height:28px;
	white-space:nowrap;
	border-bottom:solid 5px #3E7CC5;
}

#navBar ul
{
	margin:0px 0px 0px 0px;
	white-space:nowrap;
}

#navBar li
{
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	margin:0px 0px 0px 2px;
	list-style-type:none;
	white-space:nowrap;
}

#navBar a
{
	position:relative;
	top:27%;
	left:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:4px;
	padding-right:4px;
	color:#3E7CC5;
	text-decoration:none;	
	font-size: 12px; /*:small;*/
	white-space:nowrap;
}

#navBar .barbg
{
	height:27px;
	float:left;
	white-space:nowrap;
	background:#EFEFEF;
	border-right:1px outset #CCCCCC;
	border-bottom:none;
	border-top:1px outset #FDC3BB;
	border-left:1px outset #FDC3BB;
}
#now  a
{
	position:relative;
	top:27%;
	left:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:4px;
	padding-right:4px;
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 16px; /*:small;*/
	white-space:nowrap;
}

#now .barbg
{
	height:27px;
	float:left;
	white-space:nowrap;
	background:#3E7CC5;
	border-right:1px outset #3E7CC5;
	border-bottom:none;
	border-top:1px outset #3E7CC5;
	border-left:1px outset #3E7CC5;
}
/****** ナビゲーションバー（タブ）の設定 end **************/

p.syoriMsg
{
	margin:20px;
	text-align:center;
	color:#0000FF;
}
p.errMsg
{
	margin:20px;
	text-align:center;
	color:#FF0000;
}

div.syoriMsg
{
	font-weight:normal;
	color:#0000FF;
	font-size:medium;
}
div.errMsg
{
	font-weight:bold;
	color:#FF0000;
	font-size:medium;
}

div#statusMsg
{
	margin: 4px 0 0 0;
	width:980px;
	color:#0000FF;
	font-size:medium;
}

/* add 2008/06/25 iwashita HP検索機能対応 start */
/****** マイホームページ検索結果一覧用の設定 **************/
/* タイトル */
div.mhsTitle
{
	margin: 2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:800px;
	height:75px;
	background-image:url(common/images/top/img_floor_title_back.gif);
	background-repeat:repeat-x;
	overflow:hidden;
}
div.mhsTitle h2
{
	margin:20px 0 0 20px;
	width:480px;
	font-weight:bolder;
	color:#675a53;
	float:left;
	font-size:20px;
}

/* ヘッダー */
div.mhsHeader
{
	font-size:large;
	position:relative;
	left:40px;
	width:730px;
	margin: 0px 0px 0px 0px;
}
/* 内容 */
div.mhsNaiyo
{
	font-size:small;
	position:relative;
	left:40px;
	width:730px;
	margin: 5px 0px 0px 0px;
}
/* URL */
div.mhsUrl
{
	font-size:small;
	position:relative;
	left:40px;
	width:730px;
	margin: 2px 0px 0px 0px;
	color:green;	
}
/* フッター */
div.mhsFooter
{
	font-size:small;
	position:relative;
	left:40px;
	width:730px;
	margin: 1px 0px 30px 0px;
}

/* フロア画面入力欄 */
div.floor_mhs
{
	padding:0px 7px 0 0;
	float:right;
	width:146px;
	line-height:105%;
}
/* add 2008/06/25 iwashita HP検索機能対応 end */
