@charset "Shift-JIS";
@import url("navi.css");
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F7F8EB;
}

a:link { color: #0000ff;}
a { text-decoration: none }
a:visited { color: #639;}
a:active { color: #f6f;}
a:hover { color: #f6f;}

.base #container {
	width: 860px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.base #header {
	background-color: #F7F8EB;
	height: 83px;
	padding: 0;
	width: 860px;
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	float: left;
} 
.base  #header .logo  {
	float: left;
	margin: 0px;
	padding: 0px;
}
.base #header h1 {
	width: 315px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	color: #FFFFFF;
	height: 34px;
}

.base #event_top_image {
	margin: 0;
	padding: 0;
}

.base #mainVisual {
	margin: 0px;
	padding: 0px;
}

.base #mainVisual img {
	margin: 0px;
	padding: 0px;
	float: left;
}

.base #crossfade {
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 280px;
	float: left;
	position: relative;
}

.base #crossfade2 {
	margin: -280px 0 0 0;
	padding: 0px;
	width: 860px;
	height: 280px;
	float: left;
	position: relative;
}

#crossfade_img {
	position: absolute;
	width: 860px;
	height: 280px;
	left: 0;
	top: 0;
}

.base #sidebar {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 290px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	position: relative;
}

.base #sidebar img#newmark {
	position: absolute;
	top: 25px;
	left: 230px;
}

.base #sidebar img {
	margin-bottom: 10px;
}

.base #navi_sidebar{
	background-color: #380E02;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto 11px auto;
	border: 5px solid #622d05;
	position: relative;
	z-index: 1;
}

.base #mainContent {
	width: 520px;
	float: left;
	margin: 0;
	padding: 1px 15px 0px 15px;
}

.base #mainContent #gadgetBer {
	float: left;
	margin-top: 14px;
}
.base  #bannerBox  {
	padding: 0px;
	width: 830px;
	clear: both;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.base #bannerBox img {
	margin-right: 10px;
}

.base #contactFooter {
	padding: 0px;
	width: 830px;
	clear: both;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.base #footer {
	padding: 0px;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.base #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

.base #priBotan {
	margin: 0px;
	padding: 0px;
	background-color: #F7F8EB;
}

.base #priBotan img {
	margin: 0px;
	padding: 0px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}




.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}


.base #bodyContent {
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

/*パンナビ*/

.base #pannavi {
	float: left;
	width: 852px;
	font-size: 12px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-image: url(../images/pannavi_back.gif);
	background-repeat: repeat-x;
	height: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e3e3e3;
	line-height: 17px;
}

.base #pannavi strong {
	font-weight: normal;
}

/*ページトップのスタイル*/

.base #pageTop {
	width:830px;
	height: 19px;
	text-indent: -9999px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}

.base #pageTop a {
	width:126px;
	height: 19px;
	background-image: url(../images/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

.base #pageTop a:hover {
	width:126px;
	height: 19px;
	background-image: url(../images/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	float: right;
}

.base #container #bodyContent .prevPage {
	float: left;
	width: 300px;
}

.base #itiranBer{
	margin-top: -12px;
	margin-bottom: 5px;
}

/* 外枠 */

.base .product{
width: 518px;
height: 424px;
overflow: auto;
background-color : #fff;
border:1px solid #ccc;
}

/* 各物件の全体 */

.base .product div.section{
	width: 495px;
	height: 135px;
	border: 1px solid #ccc;
	margin: 2px 2px;
	clear: both;
}

.base .product div.section ul,
.base .product div.section ul li{
	display: block; 
	list-style: none;
	padding: 0px; 
	margin: 0px;
}

/* 内部のdiv同士の間隔 */

.base .product div.section + div{
	margin-top: 4px;
}

/* 物件名 */

.base .product div.section h2{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 20px;
	color: #004dad;
	font-size: 13px;
	background-color: #fff;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
}

.base .product div.section h2 img {
	padding: 0px 10px 0px 0px;
}

/* 物件画像 */

.base .product div.section ul li.photo{
	float: left;
	margin-left: 0px;
	width: 120px;
	height: 80px;
	border-color: #cccccc;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	padding: 3px;
	display: inline;
	margin: 10px;
}

/* キャッチフレーズ */

.base .product div.section ul li.chati{
	margin-left: 130px;
	height: 70px;
	font-size: 11px;
	padding: 5px 15px 5px 2px;
	color: #444;
}

/* リンクボタン */

.base .product div.section ul li.gui{
	padding: 5px 0 0 0;
	margin-left: 168px;
}

.base .product div.section ul li .gui_left,
.base .product div.section ul li .gui_right{
	text-align: center;
	display: inline-block;
	width: 152px;
	height: 27px;
	line-height: 24px;
	font-size: 12px;
	color: #222;
	background-image: url("../../case_folder/image/gui_lr.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.base .product div.section ul li a:hover .gui_left,
.base .product div.section ul li a:hover .gui_right{
	filter: alpha(opacity= 60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.base .product div.section ul li .gui_right{
	width: 153px;
}


/*ニュース＆トッピックス*/

#newsBox {
	float:left;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
}

#newsBox #newsBox2 {
	overflow: auto;
	overflow-x: hidden;
	width: 520px;
	height: 255px;
}

#newsBox .medium_flame .cell {
	font-size: 90%;
	color: #696969;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: sans-serif;
	}
	
.view_more {
	text-align:right;
	margin-top:15px;
	margin-right:10px;
}

.view_more a {
	font-size: 90%;
	padding-left:20px;
	background:url('../images/news_link.jpg') 0 1px no-repeat;
}