@charset "UTF-8";

div#contentsWrapper {
	background: url(/themes/dr-wanwan/images/bgImgAso.gif) repeat scroll 0 0;
}

div#mainContents {
	position: relative;
	width: 680px;
	padding-right: 20px;
	padding-left: 20px;
}

p#toAloha {
	position:relative;
	right:-50px;
	top:-10px;
	text-align: right;
}

/* トップのメイン写真 */
div#topMainImg {
	position: relative;
	width: 680px;
	height: 200px;
	margin-bottom: 20px;
	background:transparent url(../images/topMainImgAso.jpg) no-repeat left top;
}
div#topMainImg p#topMainLead {
	position: relative;
	width: 190px;
	padding-top: 95px;
	left: 470px;
}

/* トップのお知らせ */
div#newsWrapper {
	margin-bottom: 20px;
}
/* 臨時休診日 */
div#spcClosedDayWrapper {
	background: transparent url(/themes/dr-wanwan/images/news/newsBorder.gif) repeat-x scroll center top;
	margin: 0;
	padding: 12px 20px 5px 0;
}
div#newsHeader {
	background: transparent url(../images/newsHeaderFor2col.gif) no-repeat left top;
	height: 69px;
	position: relative;
}
div#newsHeader h2#newsTitleAso {
	width: 190px;
}
div#newsHeader h2#newsTitleCommon {
	width: 303px;
}

/* トピックパス */
div#topicPath {
	margin: 0 0 15px 0;
}

/* 一覧表示・一記事表示 */
div#asoEntryWrapper h1.entryTitle {
	width: 640px;
	height: 20px;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: normal;
	background:transparent url(../images/titleBgAso.gif) no-repeat left top;
	color: #FFFFFF;
}

/* 一記事下のエントリーリスト */
h2#entryListTitleAso,
h2.entryListTitleAso {
	background:transparent url(/themes/dr-wanwan/images/news/newsMarker.gif) no-repeat scroll left center;
	font-weight:bold;
	height:16px;
	margin:5px 0 10px 0;
	padding:3px 0 0 28px;
}
div#otherEntryListAso {
	border-top:1px solid #CCCCCC;
	margin:0;
}
div#otherEntryListAso .EntryListArea {
	width: 100%;
	background:transparent url(/themes/dr-wanwan/images/news/detailLinkArrow.gif) no-repeat scroll right center;
	border-bottom:1px solid #CCCCCC;
	padding:10px 0;
	text-indent: 30px;
}
div#otherEntryListAso .hover {
	background-color: #F6F3EE;
	cursor: pointer;
}

/* カテゴリー内のエントリー一覧 */
div.entryListAso {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
}
div.entryListAso p {
	padding-left: 28px;
}
div.entryListNavi {
	width:100%;
}
.backPageLink {
	float:left;
	text-align:left;
	width:20%;
}
.PageLink {
	float:left;
	text-align:center;
	width:60%;
}
.forwardPageLink {
	float:left;
	text-align:right;
	width:20%;
}
/* 続きを読む */
p.continue {
	text-align:right;
}