@charset "utf-8";
/* CSS Document */

#div_grief_page {
	line-height: 140%;
	color: #333;
	text-align: left;
	font-size: 12px;
}



#div_grief_top {
	background-image: url(../../griefcounseling/img/grifs01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 135px;
	padding-right: 180px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 323px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
#div_grief_top_inner {
	font-size: 12px;
}
.img_center {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.img_center_both {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
}

.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}


#div_grief_page .text_Box {
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
}
#div_grief_page p {
	margin-bottom: 10px;
	margin-top: 0px;
}
#div_grief_page ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#div_grief_page hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: gray; /* 線色 */
	height: 1px;
	margin: 0px;
}

