
/* -------------------- トップページ用スタイル -------------------- */

div#topcontents {
	float: left;
}


/* ========== FLASH ========== */

div#flash {
	margin: 0 10px;
	padding: 0 2px 2px;
	border-bottom: solid 1px #e6e6e6;
}

*:first-child + html div#flash  { clear:both; padding-top:1px; } /* IE7用 */
html>/**/body div#flash  { margin-top /*\**/: -5px\9; } /* IE8用 */


/* ========== トップページ各情報 ========== */

div#information {
	float: left;
	width: 665px;
	margin: 10px 0;
	background: url(../images/bg_info.gif) repeat-y;
	zoom: 1; /* IE用 */
}

div#information:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0; /* Opera用 */
}


/* ========== 新着情報 ========== */

div#news {
	width: 320px;
	float: left;
	background: #f0f9ef;
	margin: 0 8px 0 10px;
}

* html div#news { margin: 0 8px 0 5px; } /* IE6用 */

div#news h2 {
	background: url(../images/l_news.gif) repeat-x center bottom;
	padding: 16px 0 3px 0;
	margin: 0 10px;
}

div#news h2:not(\*|*) { padding: 22px 0 11px 0; } /* Opera用 */
*:first-child + html div#news h2  { padding:2px 0 10px 0; } /* IE7用 */
* html div#news h2 { padding:2px 0 10px 0; } /* IE6用 */

div#news h2 strong {
	background: url(../images/bur_news.gif) no-repeat;
	padding: 18px 0 0 42px;
	margin-left: -10px;
	position:relative; left:-2px;
	zoom: 1;
}

div#news h2 span {
	float: right;
	position:relative; top:4px;
	background: url(../images/bt_newslist_o.gif) no-repeat;
}

div#news h2 span:not(\*|*) { position:relative; top:0; } /* Opera用 */
*:first-child + html div#news h2 span { position:relative; top:-28px; } /* IE7用 */
* html div#news h2 span { position:relative; top:-28px; } /* IE6用 */

div#news h2 span a {
	display: block;
	background: url(../images/bt_newslist.gif) no-repeat;
	width: 90px;
	height: 22px;
}

div#news h2 span a:hover {
	background: url(../images/bt_newslist_o.gif) no-repeat;
}

div#news h2 span a strong {
	display: none;
}

div#news ul {
	background: #ffffff;
	list-style-type: none;
	margin: 10px;
	padding: 2px 0 3px;
}

div#news ul li {
	background: url(../images/line.gif) repeat-x center top;
	margin: 0 10px;
	padding: 8px 0 7px;
}

div#news ul li:first-child {
	background: none;
}


/* ========== 注目情報 ========== */

div#check {
	width: 320px;
	float: left;
	background: #fcf3f9;
	margin: 0 0 0 7px;
}

div#check h2 {
	background: url(../images/l_check.gif) repeat-x center bottom;
	padding: 16px 0 3px 0;
	margin: 0 10px;
}

div#check h2:not(\*|*) { padding: 22px 0 11px 0; } /* Opera用 */
*:first-child + html div#check h2  { padding:2px 0 10px 0; } /* IE7用 */
* html div#check h2 { padding:2px 0 10px 0; } /* IE6用 */

div#check h2 strong {
	background: url(../images/bur_check.gif) no-repeat;
	padding: 18px 0 0 42px;
	margin-left: -12px;
	position:relative; left:-2px;
	zoom: 1;
}

div#check h2 span {
	float: right;
}

div#check ul {
	background: #ffffff;
	list-style-type: none;
	margin: 10px;
	padding: -2px 0 8px;
}

div#check ul li {
	background: url(../images/line.gif) repeat-x center top;
	margin: 0 10px;
	padding: 10px 0;
}

div#check ul li:first-child {
	background: none;
}

div#check ul li a {
	color: #a93986;
}

div#check ul li a:hover {
	color: #ff0900;
}

div#check ul li strong {
	background: url(../images/arw_check.gif) no-repeat 2px 5px;
	padding-left: 12px;
	font-weight: normal;
}


/* ========== 併設施設のご案内 ========== */

div#facilities {
	width: 655px;
	margin: 0 0 10px 10px;
	clear: both;
}

div#facilities h2 {
	padding: 10px 0 4px;
}

div#facbody {
	float: left;
	background: url(../images/bg_facilities.gif) no-repeat center bottom;
}

div#facbody div {
	float: left;
	width: 212px;
	border-top: solid 1px #d6d6d6;
	margin: 0 3px;
	padding: 10px 0;
}

* html div#facbody div { margin: 0 2px; } /* IE6用 */

div#facbody div img {
	border: solid 1px #d6d6d6;
	padding: 1px;
}

div#facbody div dl {
	margin: 10px 8px;
}

div#facbody div dt {
	padding-bottom: 6px;
	font-weight: bold;
	letter-spacing: -0.05em;
}


/* ========== サイドバー ========== */

div#sidebar {
	margin-top: 2px;
}

div#physical {
	margin: 0 10px 10px;
}

div#physical div {
	border: solid 1px #cccccc;
	background: #ffffff;
	padding: 10px 10px 0;
	float: left;
	zoom: 1; /* IE用 */
	margin-bottom: 20px;
}

*:first-child + html div#physical div { width:168px; } /* IE7用 */
* html div#physical div { width:190px; margin-bottom: 0; } /* IE6用 */

div#physical div:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0; /* Opera用 */
}

p#physicalimg {
	text-align: center;
	margin-bottom: 8px;
}

p#physicalimg img {
	border: solid 1px #bbbbbb;
	padding: 1px;
}

