@charset "UTF-8";

/*////////////////////////////////////////////////////

	みさき公園　トップページ

////////////////////////////////////////////////////*/

#content {
	width: 800px !important;
	padding: 0;
	background-image: none;
}
#main {
	padding-left: 20px;
}
#sidebar {
	padding-right: 20px;
}

p#topic-path{ display: none; }

#pagetop-button {
	background: none;
	visibility: hidden;
}

#footer {
	clear: both;
}


#banner-box {
	margin: 10px auto 0px;
}
#banner-box img {
	margin-bottom: 5px;
}



/* みさき公園からのお知らせ
---------------------------------------------------------------------*/
#newsbox {
	margin: 10px auto 20px;
	background: url(../images/news_repeat.gif) repeat-y 0 0;
}
#newsbox dl {
	padding: 0 0 10px;
	background: url(../images/news_bottom.gif) no-repeat 0 100%;
}
#newsbox dl dd {
	padding: 0 10px;
	text-align: center;
}
#newsbox dl dd iframe#news {
	width: 520px;
	margin-top: 10px;
	padding: 0;
	border: none;
	outline: none;
}
* html #newsbox dl dd iframe#news {
	width: 516px;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	border: none;
	outline: none;
}


/* ピックアップ情報
---------------------------------------------------------------------*/
.info-box {
	margin: 20px auto;
	background: url(../images/box_head.gif) no-repeat 0 0;
}
.info-box dl {
	padding: 10px;
	background: url(../images/box_bottom.gif) no-repeat 0 100%;
}
.info-box dl:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.info-box dl { display: inline-block; }
/* ¥*/
* html .info-box dl { height: 1%; }
.info-box dl { display: block; }
/* */

/* タイトル */
.info-box dl dt {
	float: right;
	width: 280px;
	font-size: 108%;
	font-weight: bold;
}
* html .info-box dl dt {
	padding-right: 20px;
}

/* テキスト */
.info-box dl dd.text {
	float: right;
	width: 280px;
}
* html .info-box dl dd.text {
	padding-right: 20px;
}

/* イメージ */
.info-box dl dd.image {
	float: left;
	width: 230px;
}

/* モデルコース紹介
---------------------------------------------------------------------*/
#course {
	margin-bottom: 5px;
}

/* モバイルサイトのご紹介
---------------------------------------------------------------------*/
#mobile {
	margin-bottom: 5px;
}

/* リンク
---------------------------------------------------------------------*/
#link {
	width: 100%;
	margin-bottom: 10px;
	background: url(../images/link_repeat.gif) repeat-y 0 0;
	font-size: 93%;
	line-height: 1.25;
}
#link dl dd {
	padding: 5px 10px ;
	background: url(../images/link_bottom.gif) no-repeat 0 100%;
}
#link dl dd dl dd {
	background: none;
	font-size: 93%;
}






