@charset "UTF-8";

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

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

p#toAso {
	position: relative;
	top: -10px;
	left: -53px;
}

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

/* トップのお知らせ */
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#newsTitleAloha {
	width: 248px;
}
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/titleBgAloha.gif) no-repeat left top;
	color: #FFFFFF;
}

/* 一記事下のエントリーリスト */
h2#entryListTitleAloha,
h2.entryListTitleAloha {
	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#otherEntryListAloha {
	border-top:1px solid #CCCCCC;
	margin:0;
}
div#otherEntryListAloha .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#otherEntryListAloha .hover {
	background-color: #F6F3EE;
	cursor: pointer;
}

/* カテゴリー内のエントリー一覧 */
div.entryListAloha {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
}
div.entryListAloha 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;
}
