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

/* */
#tab_area {
	width:850px;
	margin:20px 0 20px 0px;
}
#tab_area ul {
	display:block;
	width:850px;
	border-bottom:15px solid #85BDB8;
}
#tab_area ul li {
	display:block;
	float:left;
	widows:140px;
	height:34px;
	margin-right:10px;
}
#tab_area ul li a {
	background:url(images/course_tab.jpg) no-repeat 0 0;
	display:block;
	width:140px;
	height:34px;
	text-indent:-9999px;
}
#tab_area #tab01 a { background-position:0 0; }
#tab_area #tab02 a { background-position:-150px 0; }
#tab_area #tab03 a { background-position:-300px 0; }
#tab_area #tab04 a { background-position:-450px 0; }

#tab_area #tab01 a:hover { background-position:0 -34px; }
#tab_area #tab02 a:hover { background-position:-150px -34px; }
#tab_area #tab03 a:hover { background-position:-300px -34px; }
#tab_area #tab04 a:hover { background-position:-450px -34px; }

#tab_area #tab01 a.tab_now { background-position:0 -34px; }
#tab_area #tab02 a.tab_now { background-position:-150px -34px; }
#tab_area #tab03 a.tab_now { background-position:-300px -34px; }
#tab_area #tab04 a.tab_now { background-position:-450px -34px; }



p a.order{
	background: url(salons_off.jpg);
no-repeat center;
	height: 95px;
	width: 570px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: 132px;
}

p a:hover.order{
	background: url(salons_on.jpg) no-repeat center;
	height: 95px;
	width: 570px;
	display: block;
	margin-right: auto;
	margin-left: 132px;
}