@charset "UTF-8";

#container {
	position: relative;
	width: 100%;
	height: auto;
}

/* メインコンテンツ */
#container #mainContents {
	position: relative;
	width: 1050px;
	height: auto;
	margin: 0 auto;
}

#mainContents #toTop {
	margin-top: 150px;
	text-align: right;
}

#mainContents ul li.listEnd {
	margin-right: 0px;
}

/* トップ画像 */
#container #topImageBack {
	width: 100%;
	height: 135px;
	background: url(../img/common/main_back_re.jpg) repeat-x bottom;
}

#container #topImage {
	position: relative;
	width: 100%;
	min-width: 1050px;
	height: 135px;
	background: url("../img/doctors-update/top_image2.jpg") no-repeat center top;
	margin: 10px auto 0;
}

#topImage #breadcrumbList {
	width: 1050px;
	height: auto;
	margin: 0 auto;
		padding-top: 120px;
}

#breadcrumbList p {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 85px;
}

#breadcrumbList a {
	color: #FFFFFF;
}

#breadcrumbList a:hover {
	color: #b0073f;
	text-decoration: underline;
}

/* 左カラム */
#mainContents #containerLeft {
	position: relative;
	width: 700px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	color: #25532a;
}

/* お知らせ一覧表示 */
#containerLeft #info {
	display: none;
}

#containerLeft #loading {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -50px;
}

#containerLeft #loading img {
	display: block;
	margin: 0 auto;
}

#info dl {
	font-size: 15px;
	border-bottom: 1px dotted #8BC53F;
	padding-top: 33px;
	padding-bottom: 21px;
}

#info dl a:hover {
	text-decoration: underline;
}

#info dl dt {
	float: left;
	padding-left: 25px;
}

#info dl dd {
	float: left;
	margin-left: 17px;
}

#info dl dd a {
	color: #25532a;
}

/* お知らせ詳細表示 */
#containerLeft #blogs {
	display: none;
}

#blogs dl {
	font-size: 15px;
	border-bottom: 1px dotted #8BC53F;
	padding-top: 33px;
	padding-bottom: 21px;
}

#blogs dl a:hover {
	text-decoration: underline;
}

#blogs dl dt {
	float: left;
	padding-left: 25px;
}

#blogs dl dd {
	float: left;
	margin-left: 17px;
}

#blogs #text {
	margin-top: 48px;
	padding: 0 40px;
	font-size: 15px;
	line-height: 150%;
}

#blogs #text img {
	max-width: 620px;
	display: block;
	margin: 0 auto;
}

/* 次へ・前へボタン */
#containerLeft #move {
	text-align: center;
	font-size: 15px;
	margin-top: 68px;
}

#move a {
	color: #00ADEE;
}

#move a:hover {
	text-decoration: underline;
}