@charset "UTF-8";

/*------------------------------------------------ */
/* Healing Discourse
-------------------------------------------------- */

.container {
	/* width: 1200px; */
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 327px;
	height: 100%
}

#wrapper {
	background-image :url(../images/header.jpg);
}


h2 {
	text-indent: -9999px;
	position: absolute;
}

h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

div.menu_list {
	width: 683px;
	margin: 0 0 34px -50px;
	-apple-text-size-adjust: none;
}

div.menu_list ul li {
	text-indent:100px;
	height: 45px;
	line-height:45px;
	background: url(../images/top_li_bg.gif) no-repeat;
	white-space:nowrap;
}

div.menu_list ul li a  {
	display: block;
	color:#0e7783;
	text-decoration: none;
	height: 45px;
}

div.menu_list ul li a:hover {
	background: url(../images/top_li_bg.gif) no-repeat;
	background-position: 0 -45px;
}

div.menu_list ul li .sup {
	font-size:80%;
	text-decoration: none;
}

div.menu_list ul li .sup2 {
	font-size:80%;
	text-decoration: none;
	letter-spacing:-0.1em;
}

div.menu_list ul li img {
	padding:16px;
	vertical-align:middle;
}

#contents .sign {
	text-align:right;
	margin:0 0 10px 0;
}


#contents p.ruby {
	text-align:right;
	font-size:70%;
	margin-bottom:4px
}

.page01 h3 {
	background:url(../images/p01_h3.jpg) no-repeat;
}

.page02 h3 {
	background:url(../images/p02_h3.jpg) no-repeat;
}

.page03 h3 {
	background:url(../images/p03_h3.jpg) no-repeat;
}

.page04 h3 {
	background:url(../images/p04_h3.jpg) no-repeat;
}

.page05 h3 {
	background:url(../images/p05_h3.jpg) no-repeat;
}

.page06 h3 {
	background:url(../images/p06_h3.jpg) no-repeat;
}

.page07 h3 {
	background:url(../images/p07_h3.jpg) no-repeat;
}

.page08 h3 {
	background:url(../images/p08_h3.jpg) no-repeat;
}

.page09 h3 {
	background:url(../images/p09_h3.jpg) no-repeat;
}

.dialog_box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 30px 30px 20px 30px;
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: 40px;
	background-color: #f4f8f9;
}

.dialog_title {
	border: none;
	padding: 0;
	margin: 40px 0 5px 0;
	color:#0e7783;
	font-size: 100%;
}

.dialog_title--right {
	text-align: right!important;
}

.editor {
	text-align: center;
	font-size: 100%;
	margin-top: -20px;
	margin-bottom: 40px!important;
}

.img01 {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.img60p {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}