@charset "utf-8";
/* -------------------------------
CSS Information
 File name:      default.css
 Author:         OIKAWA SHUNJI
 Date:           2009/11/12
 Style Info:     デフォルのスタイル及び基本設定
------------------------------- */

/*	Reset
--------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}
/*	Base Setting
--------------------------*/
body {
	color:#333;
	font-size:76%;
	font-family:;
	line-height:1.5;
	text-align: center;
	margin: 0; 
	padding: 0;
	z-index: 50;
/*	background-image: url(/images/bg_header_out.png);
	background-repeat: repeat-x;
	background-position:  top;
*/}
* + html body {
 font-family:;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
fieldset, img {
	border: none;
	vertical-align: bottom;
}
select {
 font-family:;
 
}
li {
	list-style-type:none;
}
hr, legend {
	display:none;
}
p {
	margin-bottom:1em;
}



/*	container（全体を中央揃えするためのスタルシ） Setting
--------------------------*/

#container_out {
/*	width: 964px;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	z-index: -99;
	margin: 0 auto;
*/}

/*	追加ボタン */
.kenchiku {
	width: 930px;
	padding: 0 17px 10px;
	margin: 0 auto; 
	text-align: left;
	background-image: url(/images/bg_body3.jpg);
	background-repeat: repeat-y;
	background-position: center top;

/*	background-image: url(/images/bg_contents.gif);
	background-repeat: repeat-y;*/
}

.kenchiku p{
	margin: 0;
}

#container {
	width: 930px;
	padding: 0 17px;
	margin: 0 auto; 
	text-align: left;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;

/*	background-image: url(/images/bg_contents.gif);
	background-repeat: repeat-y;*/
}

h2.ttl,
h3.ttl {
	margin:0 0 10px;
}

h3.areattl{
	padding:5px 10px;
	margin:0 0 10px;
	font-size:126%;
	color:#333;
	border-left: 4px solid #ff4f19;
	border-bottom: 2px  dotted #ff4f19;
}


h2.detailTtlRent{
	padding:5px 10px;
	font-size:126%;
	color:#333;
	border-left: 4px solid #00B0B2;
	border-bottom: 2px  dotted #00B0B2;
}

h2.detailTtlBuy{
	padding:0 10px;
	font-size:180%;
	color:#333;
	letter-spacing: -2px;
	border-left: 4px solid #ff4d19;
	border-bottom: 2px  dotted #ff4d19;
}

.ttNum {
	font-weight:bold;
	color:#F00;
	font-size: 140%;
}


/*	Base Link Color Setting
--------------------------*/
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#90F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}


/*	パンくず Setting
--------------------------*/
#path {
	clear: both;
	padding: 5px 0 5px 5px;
}

#path li {
	display: inline;
	line-height: 1.01;
}

#path li a {
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
	background: url(/images/bg_path.gif) right center no-repeat;
	color: #999;
	text-decoration: none;
}

#path li a:hover {
	color: #333;
	text-decoration: underline;
}


/*	fltrt Setting
--------------------------*/
.clearfix:after {
  content: url(/images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}


.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

