@charset "utf-8";

@import "./service/se_menu.css";

#contentsBox #h2_1 {
	background-image: url(../../img/service/bg_h2_1.jpg);
}

#contentsBox #h3_1 {
	background-image: url(../../img/service/bg_h3_1.jpg);
}

#contentsBox #h3_2 {
	background-image: url(../../img/service/bg_h3_2.jpg);
}

#counseling ul{
	margin-left:20px;
	margin-bottom:50px;
}

#counseling li{
	background-position:bottom;
	background-repeat:no-repeat;
	width:650px;
	height:55px;
	margin-bottom:30px;
}

#counseling #menu_1{
	background-image: url(../../img/service/bg_utsu.gif);
}
#counseling #menu_2{
	background-image: url(../../img/service/bg_family.gif);
}
#counseling #menu_3{
	background-image: url(../../img/service/bg_stress.gif);
}
#counseling #menu_4{
	background-image: url(../../img/service/bg_inner.gif);
}
#counseling #menu_5{
	background-image: url(../../img/service/bg_total.gif);
}

.menu_txt{
	wigth:250px;
	margin-left:0px;
	float:right;
	width: 310px;
}

.menu_btn a{
	background-image:url(../../img/service/bt_service.jpg);
	background-repeat: no-repeat;
	display: block;
	width:120px;
	height:35px;
	margin-top:5px;
	margin-right:10px;
	margin-left:20px;
	float:right;
	text-indent: -20000px;
}
.menu_btn a:hover{
	background-position: 0px -35px;
}


#contentsBox .bgcolor{
	background-color: #EAFACD;
}

