@charset "UTF-8";

/*------------------------------------------------ */
/* Healing Discourse > discourse2
-------------------------------------------------- */

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

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

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

#discourse2 #footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

#discourse2 div.menu_list {
	width: 663px;
	margin: 0 auto 50px auto;
}

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

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

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

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

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

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


#discourse2 h4 {
	margin:10px auto 20px auto;
	text-indent: -9999px;
	height: 38px;
	width: 579px;
}

#discourse2 h4.title1{
	background: url(../images/top_h4.jpg) no-repeat top;
}

#discourse2 h4.title2{
	background: url(../images/top_h4_2.jpg) no-repeat top;
}

#discourse2 h4.title3{
	background: url(../images/top_h4_3.jpg) no-repeat top;
}

#discourse2 h4.title4{
	background: url(../images/top_h4_4.jpg) no-repeat top;
}

#discourse2 h4.title5{
	background: url(../images/top_h4_5.jpg) no-repeat top;
}