@charset "utf-8";

/* ------------------------
      基本スタイル
------------------------ */

body {
	background: #FFF;
	margin: 0 ;
	color: #333;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Arial Regular,Arial Bold,"ＭＳ Ｐゴシック","MS PGothic",Osaka;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
th,
td,
form{
	margin:0;
	padding:0;
}

/* ------------------------
      リンク
------------------------ */

a:link {
	color: #245FBB;
	text-decoration: underline;
}

a:visited {
	color: #990099;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #245FBB;
	text-decoration: underline;
}

a.arrow_green {
	padding-left: 10px;
	background: url(../img/arrow_g.gif) no-repeat;
	background-position: left center;
}

a.arrow_Deepgreen {
	padding-left: 10px;
	background: url(../img/arrow_green.gif) no-repeat;
	background-position: left center;
}

a.underline_none {
	text-decoration: none;
}

/* ------------------------
      基本レイアウト
------------------------ */

#container {
	margin-top: 5 ;
	margin-bottom: auto ;
	margin-left : auto ; 
	margin-right : auto ;
	text-align: left;
	line-height: 1.4;
	width: 950px;
}

#container_w450 {
	margin: 0 auto;
	text-align: left;
	width: 450px;
}

#container_w700 {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#container_w800 {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#container_liquid {
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
	line-height: 1.4;
	width: 95%;
	min-width: 800px;
}

#container_w200 {
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
	line-height: 1.4;
	width: 200px;
	min-width: 190px;
}

#main {
	clear: both;
	padding-bottom: 10px;
	width: 950px;
	zoom:1;
}

#main_noBack {
	clear: both;
	padding-bottom: 5px;
	width: 950px;
	zoom:1;
	margin-top: 10px;
}

#main_noBack_p {
	clear: both;
	padding-bottom: 5px;
	width: 950px;
	zoom:1;
}

#main_noBack_liquid {
	clear: both;
	padding-bottom: 5px;
	border-bottom: #BBB solid 1px;
	width:100%;
	zoom:1;
}

#main:after,
#main_noBack:after,
#main_noBack_liquid:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#left {
	width: 800px;
	float: left;
}

#right {
	width: 140px;
	float: right;
}

.w_950 {
	width: 950px;
}

.h_10 {
	margin-top: 10px;
}

.h_30 {
	margin-top: 30px;
}

.wl_10 {
	margin-left: 10px;
}

.wr_10 {
	margin-right: 10px;
}

.wlp_10 {
	padding-left: 10px;
}

/* ------------------------
      画像・テキスト
------------------------ */

img {
	border: none;
}

em {
	font-style: normal;
}

sup {
	vertical-align: baseline;
	position:relative;
	top:-4px
}

.textRed {
	color: #FC0002;
}

.textLightgray {
	color: #CCC;
}

.textBold {
	font-weight: bold;
}

.textNormal {
	font-weight: normal;
}

.textLL {
	font-size: 160%;
}

.textL {
	font-size: 120%;
}

.textM {
	font-size: 80%;
}

.textS {
	font-size: 65%;
}

.textNowrap {
	white-space: nowrap;
}

.textquick {
	font-size: 80%;
	text-align: left;
	margin-left: 25px;
}

/* ------------------------
      リスト
------------------------ */

ul,li {
	list-style:none;
}


/* ------------------------
      フォーム
------------------------ */

input,
select {
	margin-right: 2px;
	vertical-align: middle;
}

/* ------------------------
      テーブル
------------------------ */

table{
    border-collapse: collapse;
}


th.tdCenter,
td.tdCenter {
	text-align: center;
}

td.nowrap {
	white-space: nowrap;
}

td.tdRight {
	text-align: right;
}

table td.td_w97 {
	font-size: 80%;
	width: 97%;
}

table td.td_w98 {
	font-size: 80%;
	width: 98%;
}

table td.td_w99 {
	font-size: 80%;
	width: 99%;
}

table td.td_w100 {
	font-size: 80%;
	width: 100%;
}

table td.td_w1 {
	width: 1%;
}

/* ------------------------
      回り込み
------------------------ */

.clear {
	clear: both;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.fNone {
	float: none;
}

.clearFix {
	zoom:1;
}

.clearFix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


/* ------------------------
        タイトル
------------------------ */

h2.noBack {
	padding: 0px;
	background: none;
	width: auto;
	height: auto;
}

p.searchTitle  {
	color:#E60012;
	font-size:30px;
	font-weight:bold;
	height:35px;
	line-height:1em;
	margin-top:5px;
	width:800px;
}


p.searchTitle01  {
	background-position:left top;
	color:#E60012;
	font-size:1.8em;
	font-weight:bold;
	height:37px;
	margin-bottom:10px;
	width:800px;
	}


p.searchTitle02  {
	background-position:left top;
	color:#000000;
	font-weight:bold;
	width:800px;
	}


p.searchTitle_w950 {
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 3px;
	background: url(../img/back_jouken_h2_w950.gif) no-repeat;
	background-position: left top;
	color: #FFF;
	font-weight: bold;
	width: 950px;
	height: 27px;
}

p.searchTitle_w1100 {
	margin-top: 5px;
	padding: 0;
	padding-left: 15px;
	padding-top: 5px;
	background: url(../img/back_jouken_h2_w1100.gif) no-repeat;
	background-position: left top;
	color: #FFF;
	font-weight: bold;
	width: 1100px;
}

p.searchMap {
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 6px;
	background: url(../../common/img/obi_300.gif) no-repeat;
	color: #FFF;
	font-weight: bold;
	width: 300px;
	height: 24px;
}

p.title {
	padding-left: 20px;
	background: url(../img/drop_green.gif) no-repeat;
	background-position: left center;
	font-size: 90%;
	font-weight: bold;
}

p.title1 {
	padding-left: 10px;
	background: url(../../mansion/img/arrow_or.gif) no-repeat;
	background-position: left center;
	font-size: 90%;
}

h3.noBack {
	padding: 0px;
	background: none;
}

/* ------------------------
      フリースペース
------------------------ */

#free {
	background: url(../img/back_chair.gif) no-repeat;
	background-position: right;
	margin: 10px 0;
	padding: 10px;
	padding-right: 130px;
	border: #DDD solid 1px;
	border-left: #DDD solid 10px;
	font-size: 80%;
	line-height: 1.3;
}
#copyright_text {
	padding: 10px 0;
	text-align: center;
	color: #2b2b2b;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #777777;
	margin-top: 10px;
	clear: both;
}
#copyright_text p {
	padding:0;
	margin:0;
	text-align: center;
}
