@charset "utf-8";

* html .iepngfix,div#fWrap { behavior: expression(IEPNGFIX.fix(this)); }

/*
coupon:クーポン
Rsidebar:右サイドバー
common:共通パーツ
several：各別荘別
bViewUl：別荘一覧表示リスト
header：ヘッダ
*/

/**several**/
div.several h4 {
	font-size: 92%;
	color: #67ad00;
	font-weight: bold;
	margin: 0 10px;
}

div.several div#fPage h3 {
	margin: 5px 10px;
	font-weight: bold;
	color: #fe8300;
}

div.push div.several div#outline {
	background: #dfe8c8 url(../img/p-outline.jpg) no-repeat left top;
}

div.push div.several div#outline ul {
	background: #dfe8c8 url(../img/p-outline-ul.jpg) no-repeat right bottom;
}

div.push div.several div#outline ul li span {
	background: #dfe8c8 url(../img/p-outline-span.jpg) no-repeat right center;
	color: #ffffff;
}

div.push div.several div#outline ul li p {
	font-size: 92%;
	line-height: 150%;
	margin: 15px 15px 0;
}

div#textLink {
	clear: both;
	text-align: center;
	font-size: 77%;
	padding: 10px 10px 0;
}

/**common**/
h3#h3-rec {
	background: transparent url(../img/h3-rec.gif) repeat-x left center;
	color: #ffffff;
	width: auto;
	margin: 20px 6px 0;
	padding: 10px;
}

div.fBox {
	float: left;
	width: 260px;
}

div.forIconCapt {
	text-align: right;
	font-size: 77%;
	clear: both;
	padding: 3px 5px;
	background: #ffeacd;
}

div.forIconCapt a {
	color: #666666;
	text-decoration: none;
}

div.forIconCapt a:hover {
	text-decoration: none;
	color: #333333;
}

/**一覧ページbViewUl**/
ul#bViewUl {
	margin: 0 15px 5px;
	text-align: left;
	background: transparent url(../img/bul.gif) repeat-y center top;
	width: 510px;
	min-height:1px;　/* IE 7対策 */ 
}

/* float親ボックス対策 */
ul#bViewUl:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

ul#bViewUl { display:inline-table; }

/* Mac IE には適用させない \*/
* html ul#bViewUl { height:1px; }
ul#bViewUl{ display:block; }
/* */
/* float親ボックス対策（ここまで） */

ul#bViewUl li.bsBox {
	width: 170px;
	height: 220px;
	float: left;
	background: transparent url(../img/ptd.gif) repeat-x left bottom;
	text-align: center;
}

ul#bViewUl li.bsBox iframe {
	margin: 10px 0 0;
}

ul#bViewUl li.bsBox img {
	margin: 10px 0 0;
}

ul#bViewUl li h3 {
	margin: 0 10px 0;
	color: #fe8300;
	font-weight: bold;
	padding: 0;
	font-family: 'Trebuchet MS';
	overflow: hidden;
	height: 30px;
}

ul#bViewUl li h4 {
	font-size: 92%;
	color: #67ad00;
	font-weight: bold;
	margin: 0 10px;
}

ul#bViewUl div.pTitles {
	margin: 5px 0 0;
}

div.bessou ul#bViewUl li h3 a {
	color: #fe8300;
	text-decoration: none;
}

div.bessou ul#bViewUl li h3 a:visited {
	color: #d34f00;
}

div.bessou ul#bViewUl li h3 a:hover {
	text-decoration: underline;
}


ul#bViewUl li ul {
	margin: 5px 10px;
}

ul#bViewUl li p {
	text-align: left;
	font-size: 92%;
	margin: 5px 10px 0;
	height:55px;
	overflow: hidden;
}

ul#bViewUl li div.forDtl {
	font-size: 77%;
	text-align: right;
	padding: 0 15px 10px;
}

ul#bViewUl li div.forDtl a {
	color: #0090d4;
}

ul#bViewUl li div.forDtl a:hover {
	text-decoration: none;
}

/**Rsidebar*/
div#schoolList {
	background: transparent url(../img/newslist.gif) no-repeat left bottom;
}

div#rBox div#schoolList ul {
	padding: 0 0 10px;
	width: 210px;
	text-align: left;
}

div#schoolList li {
	background: transparent url(../img/li-b.gif) repeat-y;
	color: #017093;
	font-family: 'Trebuchet MS';
	padding: 5px 10px 5px;
	font-size: 92%;
}

div#schoolList li.li-w {
	background: transparent url(../img/li-w.gif) repeat-y;
	color: #017093;
	font-family: 'Trebuchet MS';
}

div#schoolList li a {
	color: #017093;
	text-decoration: none;
}

div#schoolList ul li.areaName {
	padding: 3px 10px;
	font-size: 100%;
}

div#schoolList ul li.areaName a {
	color: #ffffff;
}

div#schoolList ul li.areaName h3 {
	background: transparent url(../img/nview.gif) repeat-y;
	color: #ffffff;
	font-weight: bold;
	margin: -5px -10px -5px;
	padding: 5px 10px 5px;
	display: block;
}

div#schoolList ul li.li-w h3 a {
	background: transparent url(../img/nview.gif) repeat-y;
	color: #ffffff;
	font-weight: bold;
	margin: -5px -10px -5px;
	padding: 5px 10px 5px;
	display: block;
}

div#schoolList li a:hover {
	text-decoration: underline;
}

/*header*/
div#head {
	background: transparent url(../img/head-p.jpg) no-repeat center top !important;
}