@charset "utf-8";

/********* 基本CSS *********/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.5em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
ul, li {
	list-style:none outside;
	border:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
a:link,a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover,a:active {
	color: #666666;
	text-decoration: none;
}

.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right_border {
	padding: 3px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
.image_left_border {
	padding: 3px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #999999;
}


.bold {
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
.center {
	text-align: center;
}


.text_red {
	color: #CC0000;
}
.text_red_large {
	font-size: 1.2em;
	color: #CC0000;
}

.text_pink {
	color: #AF3445;
}
.text_brown {
	color: #663300;
}
.text_blue {
	color: #3271AD;
}
.text_orange {
	color: #FF6600;
}

.text_middle {
	font-size: 1.2em;
}

.text_large {
	font-size: 1.4em;
}
.text_right {
	text-align: right;
}

.text_seitai {
	color: #39953C;
}
.text_aroma {
	color: #813A92;
}
.text_refle {
	color: #006BC4;
}
.text_overline {
	text-decoration: line-through;
}














/********* コンテンツCSS *********/
#headbox {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 15px;
}
#headbox #top_bg {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 5px;
	height: 75px;
}
#header h1.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 426px;
	position: absolute;
	left: 5px;
	top: 14px;
}
#header h1.logo a {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 426px;
	overflow: hidden;
}
#header #hnav {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #hnav li {
	margin-left: 20px;
	float: left;
}
#header #hnav .hnav_01 a {
	text-decoration: none;
	background-image: url(../images/hnav_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 13px;
	width: 87px;
	overflow: hidden;
	background-position: 0px 0px;
}
#header #hnav .hnav_01 a:hover {
	background-position: 0px -13px;
}
#header #hnav .hnav_02 a {
	text-decoration: none;
	background-image: url(../images/hnav_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 13px;
	width: 171px;
	overflow: hidden;
	background-position: 0px 0px;
}
#header #hnav .hnav_02 a:hover {
	background-position: 0px -13px;
}
#header #hnav .hnav_03 a {
	text-decoration: none;
	background-image: url(../images/hnav_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 13px;
	width: 87px;
	overflow: hidden;
	background-position: 0px 0px;
}
#header #hnav .hnav_03 a:hover {
	background-position: 0px -13px;
}
#header #hnav02 {
	position: absolute;
	top: 30px;
	right: 0px;
}
#header #hnav02 li {
	float: left;
	margin-left: 15px;
}
#header #hnav02 .hnav_taiken a {
	text-decoration: none;
	background-image: url(../images/hnav_taiken.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 180px;
	overflow: hidden;
	background-position: 0px 0px;
}
#header #hnav02 .hnav_taiken a:hover {
	background-position: 0px -35px;
}
#header #hnav02 .hnav_shiryo a {
	text-decoration: none;
	background-image: url(../images/hnav_shiryo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 180px;
	overflow: hidden;
	background-position: 0px 0px;
}
#header #hnav02 .hnav_shiryo a:hover {
	background-position: 0px -35px;
}

#flash {
	height: 300px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	z-index: 1;
}

#menubox {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}
#menubox #menu {
	height: 55px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}

#menubox #menu li {
	display: inline;
}

#menubox #menu li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 55px;
	overflow: hidden;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}
#menubox #menu .menu01 a {
	width: 160px;
	background-position: 0px 0px;
}
#menubox #menu .menu01 a:hover,
#menubox #menu .menu01 a.hover {
	background-position: 0px -55px;
}
#menubox #menu .menu02 a {
	width: 158px;
	background-position: -160px 0px;
}
#menubox #menu .menu02 a:hover,
#menubox #menu .menu02 a.hover {
	background-position: -160px -55px;
}
#menubox #menu .menu03 a {
	width: 158px;
	background-position: -318px 0px;
}
#menubox #menu .menu03 a:hover,
#menubox #menu .menu03 a.hover {
	background-position: -318px -55px;
}
#menubox #menu .menu04 a {
	width: 158px;
	background-position: -476px 0px;
}
#menubox #menu .menu04 a:hover,
#menubox #menu .menu04 a.hover {
	background-position: -476px -55px;
}
#menubox #menu .menu05 a {
	width: 158px;
	background-position: -634px 0px;
}
#menubox #menu .menu05 a:hover,
#menubox #menu .menu05 a.hover {
	background-position: -634px -55px;
}
#menubox #menu .menu06 a {
	width: 158px;
	background-position: -792px 0px;
}
#menubox #menu .menu06 a:hover,
#menubox #menu .menu06 a.hover {
	background-position: -792px -55px;
}

#footer {
	width: 100%;
	padding-top: 15px;
	background-color: #AA2639;
}
#footer #footer_contents {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-left: 10px;
}
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#footer #link_area{
	margin-top:15px;
	font-size:11px;
	
}
#mdx_group {
	width: 100%;
	background-color: #F2D1DA;
	padding:5px 0px;
}
#mdx_group a{
	width:563px;
	height:21px;
	display:block;
	text-indent:-9000px;
	background:url(../images/mdx_group.jpg) no-repeat;
	margin:0px auto;
}
#pankuzu {
	background-color: #FFFFFF;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 15px;
}




#contents {
	background-color: #FFFFFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contents .pagetop {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

#leftbox {
	float: left;
	width: 220px;
}
#leftbox .goto_bba {
	background-image: url(../images/goto_bba.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 48px;
	width: 220px;
}
#leftbox .meeting_box {
	background-color: #FBE8EC;
	width: 210px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftbox .meeting_box ul {
	margin-bottom: 30px;
}

#leftbox .meeting_box ul li {
	margin-bottom: 10px;
}
#leftbox .meeting_box ul a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 58px;
	width: 210px;
	overflow: hidden;
}
#leftbox .meeting_box ul .meeting_01 a {
	background-image: url(../images/meeting_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftbox .meeting_box ul .meeting_01 a:hover {
	background-position: 0px -58px;
}
#leftbox .meeting_box ul .meeting_02 a {
	background-image: url(../images/meeting_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftbox .meeting_box ul .meeting_02 a:hover {
	background-position: 0px -58px;
}
#leftbox .meeting_box ul .meeting_03 a {
	background-image: url(../images/meeting_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftbox .meeting_box ul .meeting_03 a:hover {
	background-position: 0px -58px;
}
#leftbox .meeting_box .calendar_title {
	background-image: url(../images/calendar_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 196px;
	margin-bottom: 10px;
}
#leftbox .meeting_box .buy_table {
	margin-bottom: 10px;
}
.day_taiken {
	color: #E481A5;
}
.day_soudan {
	color: #95E481;
}
.day_aroma {
	color: #81C0E4;
}


#leftbox .banner_shiryo a {
	text-decoration: none;
	background-image: url(../images/banner_shiryo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 0px 0px;
}
#leftbox .banner_shiryo a:hover {
	background-position: 0px -60px;
}
#leftbox .banner_contact a {
	text-decoration: none;
	background-image: url(../images/banner_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 0px 0px;
}
#leftbox .banner_contact a:hover {
	background-position: 0px -60px;
}
#leftbox .banner_schedule a {
	text-decoration: none;
	background-image: url(../images/banner_schedule.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 0px 0px;
}
#leftbox .banner_schedule a:hover {
	background-position: 0px -60px;
}
#leftbox .banner_blog a {
	text-decoration: none;
	background-image: url(../images/banner_blog.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 70px;
	width: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	background-position: 0px 0px;
}
#leftbox .banner_blog a:hover {
	background-position: 0px -70px;
}
#leftbox .bt_refle a {
	text-decoration: none;
	background-image: url(../images/bt_refle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_refle a:hover {
	background-position: 0px -55px;
}
#leftbox .bt_aroma a {
	text-decoration: none;
	background-image: url(../images/bt_aroma_1day.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_aroma a:hover {
	background-position: 0px -55px;
}
#leftbox .bt_seitai a {
	text-decoration: none;
	background-image: url(../images/bt_seitai_1day.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_seitai a:hover {
	background-position: 0px -55px;
}
#leftbox .bt_face a {
	text-decoration: none;
	background-image: url(../images/bt_face_1day.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_face a:hover {
	background-position: 0px -55px;
}
#leftbox .bt_lymph a {
	text-decoration: none;
	background-image: url(../images/bt_lymph_1day.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_lymph a:hover {
	background-position: 0px -55px;
}
#leftbox .bt_shinryo a {
	text-decoration: none;
	background-image: url(../images/bt_shinryo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
#leftbox .bt_shinryo a:hover {
	background-position: 0px -55px;
}
#leftbox .pr_banner {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#leftbox .pr_banner img {
	margin-bottom: 15px;
}




#rightbox {
	float: right;
	width: 680px;
	margin-left: 20px;
}

/**********************************/
/******    HOME    *******/
/**********************************/
.home_title01 {
	background-image: url(../images/home_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 25px;
}
.home_title02 {
	background-image: url(../images/home_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 25px;
}
.home_title03 {
	background-image: url(../images/home_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 25px;
}
.home_title04 {
	background-image: url(../images/home_title04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 20px;
}
.block {
	margin-bottom: 30px;
}

.text_area {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.home_text01 {
	background-image: url(../images/home_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 322px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-top: 15px;
}
.home_text02 {
	background-image: url(../images/home_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 125px;
	margin-top: 30px;
}
.bt_voice a {
	text-decoration: none;
	background-image: url(../images/bt_voice.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 270px;
	margin-top: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
}
.bt_voice a:hover {
	background-position: 0px -45px;
}
.feature_box {
	width: 650px;
	padding-top: 10px;
	padding-left: 10px;
	border: 5px solid #F7D7DD;
	margin-bottom: 20px;
	padding-right: 10px;
}

.feature_box li {
	height: 170px;
	width: 320px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.feature_box .feature_01 {
	margin-right: 10px;
}
.feature_box  .feature_03 {
	margin-right: 10px;
}

.feature_box li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 170px;
	width: 320px;
	overflow: hidden;
}
.feature_box .feature_01 a {
	background-image: url(../images/feature_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.feature_box .feature_01 a:hover {
	background-position: 0px -170px;
}
.feature_box .feature_02 a {
	background-image: url(../images/feature_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.feature_box .feature_02 a:hover {
	background-position: 0px -170px;
}
.feature_box .feature_03 a {
	background-image: url(../images/feature_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.feature_box .feature_03 a:hover {
	background-position: 0px -170px;
}
.feature_box .feature_04 a {
	background-image: url(../images/feature_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.feature_box .feature_04 a:hover {
	background-position: 0px -170px;
}
.banner_taiken a {
	text-decoration: none;
	background-image: url(../images/banner_taiken.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 130px;
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px 0px;
}
.banner_taiken a:hover {
	background-position: 0px -130px;
}
.home_salonbox {
	margin-bottom: 15px;
	display: block;
	height: 98px;
}


.home_salonbox li {
	float: left;
	height: 98px;
	width: 100px;
	margin-right: 10px;
}
.home_salonbox .home_salon06 {
	margin-right: 0px;
}

.home_salonbox li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 98px;
	width: 100px;
	overflow: hidden;
}
.home_salonbox .home_salon01 a {
	background-image: url(../images/home_salon01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon01 a:hover {
	background-position: 0px -98px;
}
.home_salonbox .home_salon02 a {
	background-image: url(../images/home_salon02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon02 a:hover {
	background-position: 0px -98px;
}
.home_salonbox .home_salon03 a {
	background-image: url(../images/home_salon03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon03 a:hover {
	background-position: 0px -98px;
}
.home_salonbox .home_salon04 a {
	background-image: url(../images/home_salon04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon04 a:hover {
	background-position: 0px -98px;
}
.home_salonbox .home_salon05 a {
	background-image: url(../images/home_salon05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon05 a:hover {
	background-position: 0px -98px;
}
.home_salonbox .home_salon06 a {
	background-image: url(../images/home_salon06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.home_salonbox .home_salon06 a:hover {
	background-position: 0px -98px;
}
.home_text03 {
	background-image: url(../images/home_text03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 638px;
	margin-right: auto;
	margin-left: auto;
}
.topic_box {
	color: #CC0000;
	background-color: #FFFFE8;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	text-align: center;
}

.topic dt {
	float: left;
	padding-left: 5px;
	font-weight: bold;
	color: #6A463A;
}
.topic dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69473E;
	padding-right: 5px;
}
.topic .topic_blue {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3399FF;
	margin-right: 10px;
	padding: 1px;
}
.topic .topic_red {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B22E42;
	margin-right: 10px;
	padding: 1px;
}
.topic .topic_green {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #009966;
	margin-right: 10px;
	padding: 1px;
}
.topic .topic_orange {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #E87400;
	margin-right: 10px;
	padding: 1px;
}




/*　○○期生募集のバナー各月ごとに自動でcssチェンジ  */
.banner_bosyu1 a {
	background-image: url(../images/banner_bosyu01.gif);
}
.banner_bosyu2 a {
	background-image: url(../images/banner_bosyu02.gif);
}
.banner_bosyu3 a {
	background-image: url(../images/banner_bosyu03.gif);
}
.banner_bosyu4 a {
	background-image: url(../images/banner_bosyu04.gif);
}
.banner_bosyu5 a {
	background-image: url(../images/banner_bosyu05.gif);
}
.banner_bosyu6 a {
	background-image: url(../images/banner_bosyu06.gif);
}
.banner_bosyu7 a {
	background-image: url(../images/banner_bosyu07.gif);
}
.banner_bosyu8 a {
	background-image: url(../images/banner_bosyu08.gif);
}
.banner_bosyu9 a {
	background-image: url(../images/banner_bosyu09.gif);
}
.banner_bosyu10 a {
	background-image: url(../images/banner_bosyu10.gif);
}
.banner_bosyu11 a {
	background-image: url(../images/banner_bosyu11.gif);
}
.banner_bosyu12 a {
	background-image: url(../images/banner_bosyu12.gif);
}

.banner_bosyu_m a {
	text-decoration: none;
	/*background-image: url(../images/banner_bosyu.gif);*/
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 583px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px 0px;
}
.banner_bosyu_m a:hover {
	background-position: 0px -93px;
}


/*****************************************/
/******    学校紹介    　　　　　　*******/
/*****************************************/
#leftbox #menu_about .caption_about {
	background-image: url(../images/caption_about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 220px;
}
#leftbox #menu_about ul {
	background-image: url(../images/menu_about.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#leftbox #menu_about li {
	height: 50px;
	width: 220px;
}
#leftbox #menu_about li a {
	text-decoration: none;
	background-image: url(../images/menu_about.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 220px;
	overflow: hidden;
}
#leftbox #menu_about .menu_about01 a {
	background-position: 0px 0px;
}
#leftbox #menu_about .menu_about01 a:hover {
	background-position: -220px 0px;
}
#leftbox #menu_about .menu_about02 a {
	background-position: 0px -50px;
}
#leftbox #menu_about .menu_about02 a:hover {
	background-position: -220px -50px;
}
#leftbox #menu_about .menu_about03 a {
	background-position: 0px -100px;
}
#leftbox #menu_about .menu_about03 a:hover {
	background-position: -220px -100px;
}
#leftbox #menu_about .menu_about04 a {
	background-position: 0px -150px;
}
#leftbox #menu_about .menu_about04 a:hover {
	background-position: -220px -150px;
}
#leftbox #menu_about .menu_about05 a {
	background-position: 0px -200px;
}
#leftbox #menu_about .menu_about05 a:hover {
	background-position: -220px -200px;
}
.t_about {
	background-image: url(../images/t_about.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}


.about_title01 {
	background-image: url(../images/about_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.about_text01 {
	background-image: url(../images/about_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 53px;
	margin-bottom: 10px;
}

.center_title01 {
	background-image: url(../images/center_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.center_box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.center_box img {
	padding: 4px;
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
}
.center_box .center_contents {
	float: right;
	width: 430px;
	padding-top: 10px;
}
.center_box .center_contents .center_text01 {
	background-image: url(../images/center_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	margin-bottom: 15px;
}
.center_box .center_contents .center_text02 {
	background-image: url(../images/center_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	margin-bottom: 15px;
}
.center_box .center_contents .center_text03 {
	background-image: url(../images/center_text03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	margin-bottom: 15px;
}
.center_box .center_contents .center_text04 {
	background-image: url(../images/center_text04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	margin-bottom: 15px;
}
.center_box .center_contents .center_text05 {
	background-image: url(../images/center_text05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	margin-bottom: 15px;
}


.instructor_title01 {
	background-image: url(../images/instructor_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.instructor_box {
	margin-bottom: 30px;
	padding: 14px;
	border: 1px solid #DE5874;
	width: 630px;
}
.instructor_box img {
	padding: 4px;
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
}
.instructor_box .instructor_contents {
	float: right;
	width: 500px;
	padding-top: 10px;
}
.instructor_box .instructor_contents .instructor_text01 {
	background-image: url(../images/instructor_name_sakai.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text02 {
	background-image: url(../images/instructor_name_koike.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text03 {
	background-image: url(../images/instructor_name_yonedu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text04 {
	background-image: url(../images/instructor_name_inagawa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text05 {
	background-image: url(../images/instructor_name_miura.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text06 {
	background-image: url(../images/instructor_name_nagao.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text07 {
	background-image: url(../images/instructor_name_okawa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents .instructor_text08 {
	background-image: url(../images/instructor_name_taki.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 37px;
	margin-bottom: 15px;
}
.instructor_box .instructor_contents p {
	padding-right: 10px;
	padding-left: 10px;
}
.instructor_box .instructor_contents .instructor_comment {
	background-color: #FBE8EC;
	padding: 10px;
	margin-top: 15px;
}



.flow_title01 {
	background-image: url(../images/flow_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title02 {
	background-image: url(../images/flow_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title03 {
	background-image: url(../images/flow_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title04 {
	background-image: url(../images/flow_title04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title05 {
	background-image: url(../images/flow_title05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title06 {
	background-image: url(../images/flow_title06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
.flow_title07 {
	background-image: url(../images/flow_title07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 680px;
	margin-bottom: 15px;
}
#flow {
	background-image: url(../images/flow.gif);
	background-repeat: no-repeat;
	height: 470px;
	width: 680px;
	margin-top: 30px;
	position: relative;
}
#flow h4 {
	text-indent: -9999px;
}
#flow a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#flow .flow01 {
	height: 369px;
	width: 35px;
	position: absolute;
	left: 33px;
	top: 67px;
}
#flow .flow02 {
	height: 30px;
	width: 350px;
	position: absolute;
	left: 206px;
	top: 72px;
}
#flow .flow03 {
	height: 30px;
	width: 360px;
	position: absolute;
	left: 202px;
	top: 365px;
}
#flow .flow04 {
	height: 198px;
	width: 25px;
	position: absolute;
	left: 475px;
	top: 115px;
}
#flow .flow05 {
	height: 177px;
	width: 28px;
	position: absolute;
	left: 526px;
	top: 115px;
}
#flow .flow06 {
	height: 268px;
	width: 35px;
	position: absolute;
	left: 612px;
	top: 66px;
}
.flowlink01 a.flow_a {
	color: #AA2639;
	text-decoration: none;
	background-color: #FDF0F2;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #AA2639;
}
.flowlink01 a:hover.flow_a {
	color: #FFFFFF;
	background-color: #AA2639;
}
.flowlink02 a.flow_a {
	color: #E95711;
	text-decoration: none;
	background-color: #FEF5F1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #E95711;
}
.flowlink02 a:hover.flow_a {
	color: #FFFFFF;
	background-color: #E95711;
}
.flowlink03 a.flow_a {
	color: #3271AD;
	text-decoration: none;
	background-color: #F0F5FB;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #3271AD;
}
.flowlink03 a:hover.flow_a {
	color: #FFFFFF;
	background-color: #3271AD;
}



.access_title01 {
	background-image: url(../images/access_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.access_title02 {
	background-image: url(../images/access_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 30px;
}
.map {
	text-align: center;
	margin-bottom: 20px;
}
.access_dl {
	margin-top: 10px;
	margin-bottom: 30px;
}
.access_dl dt {
	float: left;
}
.access_dl dd {
	margin-bottom: 10px;
	padding-left: 70px;
}
.bt_map a {
	text-decoration: none;
	background-image: url(../images/bt_map.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 205px;
	overflow: hidden;
	background-position: 0px 0px;
}
.bt_map a:hover {
	background-position: 0px -35px;
}
dl.outline dt {
	color: #AA2639;
	float: left;
	padding-left: 10px;
}
dl.outline dd {
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-left: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
}




/*****************************************/
/******    就職・転職ストーリー    *******/
/*****************************************/
#leftbox #menu_job .caption_job {
	background-image: url(../images/caption_job.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 220px;
}
#leftbox #menu_job ul {
	background-image: url(../images/menu_job.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#leftbox #menu_job li {
	height: 50px;
	width: 220px;
}
#leftbox #menu_job li a {
	text-decoration: none;
	background-image: url(../images/menu_job.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 220px;
	overflow: hidden;
}
#leftbox #menu_job .menu_job01 a {
	background-position: 0px 0px;
}
#leftbox #menu_job .menu_job01 a:hover {
	background-position: -220px 0px;
}
#leftbox #menu_job .menu_job02 a {
	background-position: 0px -50px;
}
#leftbox #menu_job .menu_job02 a:hover {
	background-position: -220px -50px;
}
#leftbox #menu_job .menu_job03 a {
	background-position: 0px -100px;
}
#leftbox #menu_job .menu_job03 a:hover {
	background-position: -220px -100px;
}
.t_job {
	background-image: url(../images/t_job.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.salon_title01 {
	background-image: url(../images/salon_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.salon_luxe {
	background-image: url(../images/salon_luxe.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 52px;
	width: 510px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.salon_serapia {
	background-image: url(../images/salon_serapia.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 59px;
	width: 510px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.salon_naturaxe {
	background-image: url(../images/salon_naturaxe.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	width: 510px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.salon_name {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EFEFEF;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.salon_box {
	border: 1px solid #999999;
	padding: 14px;
	width: 630px;
}
.salon_box img {
	padding: 4px;
	float: left;
	margin-right: 20px;
	border: 1px solid #999999;
}
.salon_box .salon_boxright {
	float: right;
	width: 400px;
	padding-bottom: 15px;
}
.salon_box .salon_boxright dl {
	margin-bottom: 25px;
}
.salon_box .salon_boxright dt {
	float: left;
	font-weight: bold;
}
.salon_box .salon_boxright dd {
	padding-left: 50px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.salon_box .salon_boxright a {
	color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #999999;
	background-color: #EFEFEF;
	text-decoration: none;
	margin-left: 10px;
}
.salon_box .salon_boxright a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
.salon_text01 {
	background-image: url(../images/salon_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 66px;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
}
.salon_else {
	background-color: #FBEDF0;
	padding: 15px;
}
.salon_else .salon_else_t {
	font-size: 14px;
	font-weight: bold;
	color: #AA2639;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA2639;
	margin-bottom: 25px;
}



.job_title01 {
	background-image: url(../images/job_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.job_title02 {
	background-image: url(../images/job_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	width: 261px;
	margin-bottom: 20px;
}
.job_pickup01 {
	background-image: url(../images/job_pickup01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 229px;
}
.job_pickup02 {
	background-image: url(../images/job_pickup02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 229px;
}
.pickup_box {
	width: 650px;
	border: 1px solid #DE5874;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}
.pickup_box img {
	float: right;
	margin-left: 20px;
}
.bt_story a {
	text-decoration: none;
	background-image: url(../images/bt_story.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 680px;
	overflow: hidden;
}
.bt_story a:hover {
	background-position: 0px -30px;
}

.pickup_box .job_text01 {
	background-image: url(../images/job_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 507px;
	margin-bottom: 15px;
}
.pickup_box .job_text02 {
	background-image: url(../images/job_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 360px;
	margin-bottom: 15px;
}
.pickup_box .job_ozeki {
	background-image: url(../images/job_ozeki.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 211px;
	margin-top: 25px;
}
.pickup_box .job_yoshida {
	background-image: url(../images/job_yoshida.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 23px;
	width: 310px;
	margin-top: 25px;
}
.message_box {
	background-color: #FFF7EB;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.message_box p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #AA2639;
}

.message_box .job_takami {
	background-image: url(../images/job_takami.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_sugano {
	background-image: url(../images/job_sugano.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_nagao {
	background-image: url(../images/job_nagao.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_endo {
	background-image: url(../images/job_endo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_suzuki {
	background-image: url(../images/job_suzuki.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_marui {
	background-image: url(../images/job_marui.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_mita {
	background-image: url(../images/job_mita.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.message_box .job_shimizu {
	background-image: url(../images/job_shimizu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 660px;
}
.free_voice {
	padding: 19px;
	width: 620px;
	border: 1px solid #E4768D;
}
.free_voice .job_title03 {
	background-image: url(../images/job_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 25px;
}
.free_voice .job_yamasugi {
	background-image: url(../images/job_yamasugi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE5874;
	background-position: 10px 0px;
	padding-bottom: 5px;
}
.free_voice img {
	background-color: #FFFFFF;
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.free_voice p {
	padding-right: 10px;
	padding-left: 10px;
}
.free_voice .job_resonance a {
	text-decoration: none;
	background-image: url(../images/job_yamasugi_image02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 620px;
	margin-top: 30px;
	overflow: hidden;
}





.voice_title01 {
	background-image: url(../images/voice_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 30px;
}
.voice_title02 {
	background-image: url(../images/voice_title02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 200px;
	width: 660px;
	margin-bottom: 30px;
}
.voice_title03 {
	background-image: url(../images/voice_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	margin-bottom: 10px;
}
.voice_title04 {
	background-image: url(../images/voice_title04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	margin-bottom: 10px;
}
.voice_title05 {
	background-image: url(../images/voice_title05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	margin-bottom: 15px;
}
.voice_title07 {
	background-image: url(../images/voice_title07.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 200px;
	width: 660px;
	margin-bottom: 30px;
}
.osusume {
	background-color: #FAE4E9;
	padding-bottom: 15px;
}
.osusume .voice_title06 {
	background-image: url(../images/voice_title06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 660px;
	margin-bottom: 10px;
}
.osusume p {
	padding-right: 20px;
	padding-left: 20px;
}



.voice_pickup01 {
	background-image: url(../images/voice_pickup01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 680px;
	margin-bottom: 15px;
}
.voice_pickup02 {
	background-image: url(../images/voice_pickup02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 680px;
	margin-bottom: 15px;
}
.voice_text01 {
	background-image: url(../images/voice_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 565px;
	margin-bottom: 15px;
}
.voice_text02 {
	background-image: url(../images/voice_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 402px;
	margin-bottom: 15px;
}
.voice_box {
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: justify;
}
.voice_story01 {
	background-image: url(../images/voice_story01.gif);
	background-repeat: no-repeat;
	height: 232px;
	width: 356px;
	text-indent: -9999px;
}
.voice_story02 {
	background-image: url(../images/voice_story02.gif);
	background-repeat: no-repeat;
	height: 363px;
	width: 356px;
	text-indent: -9999px;
}







/*****************************************/
/******    コース紹介  　　　　　　*******/
/*****************************************/
#leftbox #menu_course .caption_course {
	background-image: url(../images/caption_course.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 220px;
}
#leftbox #menu_course ul {
	background-image: url(../images/menu_course.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#leftbox #menu_course li {
	height: 50px;
	width: 220px;
}
#leftbox #menu_course li a {
	text-decoration: none;
	background-image: url(../images/menu_course.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 220px;
	overflow: hidden;
}
#leftbox #menu_course .menu_course01 a {
	background-position: 0px 0px;
}
#leftbox #menu_course .menu_course01 a:hover {
	background-position: -220px 0px;
}
#leftbox #menu_course .menu_course02 a {
	background-position: 0px -50px;
}
#leftbox #menu_course .menu_course02 a:hover {
	background-position: -220px -50px;
}
#leftbox #menu_course .menu_course03 a {
	background-position: 0px -100px;
}
#leftbox #menu_course .menu_course03 a:hover {
	background-position: -220px -100px;
}
#leftbox #menu_course .menu_course04 a {
	background-position: 0px -150px;
}
#leftbox #menu_course .menu_course04 a:hover {
	background-position: -220px -150px;
}
#leftbox #menu_course .menu_course05 a {
	background-position: 0px -200px;
}
#leftbox #menu_course .menu_course05 a:hover {
	background-position: -220px -200px;
}
#leftbox #menu_course .menu_course06 a {
	background-position: 0px -250px;
}
#leftbox #menu_course .menu_course06 a:hover {
	background-position: -220px -250px;
}
#leftbox #menu_course .menu_course07 a {
	background-position: 0px -300px;
}
#leftbox #menu_course .menu_course07 a:hover {
	background-position: -220px -300px;
}
#leftbox #menu_course .menu_course08 a {
	background-position: 0px -350px;
}
#leftbox #menu_course .menu_course08 a:hover {
	background-position: -220px -350px;
}
#leftbox #menu_course .menu_course09 a {
	background-position: 0px -400px;
}
#leftbox #menu_course .menu_course09 a:hover {
	background-position: -220px -400px;
}
#leftbox #menu_course .menu_course10 a {
	background-position: 0px -450px;
}
#leftbox #menu_course .menu_course10 a:hover {
	background-position: -220px -450px;
}

.t_course {
	background-image: url(../images/t_course.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}


.course_regular_t {
	background-image: url(../images/course_regular_t.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 32px;
	margin-bottom: 15px;
}
.course_special_t {
	background-image: url(../images/course_special_t.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 32px;
	margin-bottom: 15px;
}
.course_fulltime_t {
	background-image: url(../images/course_fulltime_t.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 32px;
	margin-bottom: 15px;
}

.course_title06 {
	background-image: url(../images/course_title06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 20px;
}

.regular_list {
	margin-top: 30px;
}

.regular_list li {
	margin-bottom: 10px;
}
.regular_list li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 104px;
	width: 660px;
	overflow: hidden;
}
.regular_list .course01 a {
	background-image: url(../images/course_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.regular_list .course01 a:hover {
	background-position: 0px -104px;
}
.regular_list .course02 a {
	background-image: url(../images/course_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.regular_list .course02 a:hover {
	background-position: 0px -104px;
}
.regular_list .course03 a {
	background-image: url(../images/course_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.regular_list .course03 a:hover {
	background-position: 0px -104px;
}
.regular_list .course04 a {
	background-image: url(../images/course_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.regular_list .course04 a:hover {
	background-position: 0px -104px;
}

.bt_special a {
	text-decoration: none;
	background-image: url(../images/bt_special.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 270px;
	margin-top: 30px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
}
.bt_special a:hover {
	background-position: 0px -45px;
}

.bt_fulltime01 a {
	text-decoration: none;
	background-image: url(../images/bt_fulltime01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 325px;
	margin-top: 30px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
}
.bt_fulltime01 a:hover {
	background-position: 0px -45px;
}

.course_feature {
	background-color: #FDF5F7;
	width: 610px;
	border: 1px solid #DE5874;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 24px;
}
.course_feature .course_feature01 {
	background-image: url(../images/course_feature01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.course_feature .course_feature02 {
	background-image: url(../images/course_feature02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.course_feature .course_feature03 {
	background-image: url(../images/course_feature03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.course_feature .course_feature04 {
	background-image: url(../images/course_feature04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.course_feature .course_feature05 {
	background-image: url(../images/course_feature05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	margin-bottom: 15px;
}
.course_feature p {
	margin-bottom: 25px;
}


#course_under {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#course_under .course_text01 {
	background-image: url(../images/course_text01.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 660px;
}
#course_under .under_list {

}
#course_under .under_list li {
	float: left;
}
#course_under .under_list li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 200px;
	overflow: hidden;
}
#course_under .under_list .bt_do01 a {
	background-image: url(../images/bt_do01.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
	background-position: 0px 0px;
}
#course_under .under_list .bt_do01 a:hover {
	background-position: 0px -120px;
}
#course_under .under_list .bt_do02 a {
	background-image: url(../images/bt_do02.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
	background-position: 0px 0px;
}
#course_under .under_list .bt_do02 a:hover {
	background-position: 0px -120px;
}
#course_under .under_list .bt_do03 a {
	background-image: url(../images/bt_do03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#course_under .under_list .bt_do03 a:hover {
	background-position: 0px -120px;
}

.course_title01 {
	background-image: url(../images/course_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.course_title02 {
	background-image: url(../images/course_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.course_title03 {
	background-image: url(../images/course_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.course_title04 {
	background-image: url(../images/course_title04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.regular_price {
	width: 350px;
	margin-right: 20px;
	border: 1px solid #AA2639;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.regular_price th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AA2639;
	padding: 5px;
}
.regular_price td {
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #AA2639;
	border: 1px solid #AA2639;
}
.regular_price .right_th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.course_subject {
	background-image: url(../images/course_subject.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	width: 114px;
	margin-bottom: 15px;
}
.subject_table {
	width: 660px;
	border: 1px solid #E95711;
	margin-bottom: 20px;
}
.subject_table th,
.subject_table td {
	text-align: left;
	padding: 9px;
}
.subject_table th {
	font-weight: bold;
	color: #E95711;
	background-color: #FDECE3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E95711;
}
.subject_table ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.subject_table li {
	background-image: url(../images/subject_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 285px;
	padding-left: 15px;
	float: left;
	margin-bottom: 7px;
}
.bt_r_chart a {
	text-decoration: none;
	background-image: url(../images/bt_r_chart.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 55px;
	width: 305px;
	margin-right: 50px;
	overflow: hidden;
	background-position: 0px 0px;
}
.bt_r_chart a:hover {
	background-position: 0px -55px;
}
.bt_intern a {
	text-decoration: none;
	background-image: url(../images/bt_intern.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 305px;
	overflow: hidden;
	float: right;
	background-position: 0px 0px;
}
.bt_intern a:hover {
	background-position: 0px -55px;
}



/*****************************************/
/******   コース紹介（専科コース） *******/
/*****************************************/
.special_title01 {
	background-image: url(../images/special_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 30px;
}
.special_subject {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3271AD;
	background-image: url(../images/special_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.special_p {
	width: 660px;
	margin-top: 20px;
	margin-bottom: 50px;
	border: 1px solid #3271AD;
	border-collapse: collapse;
}
.special_p th,
.special_p td {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.special_p th {
	font-weight: bold;
	color: #3271AD;
	background-color: #E4EEF8;
	text-align: center;
	border: 1px solid #3271AD;
}
.special_p td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bt_special_price a {
	text-decoration: none;
	background-image: url(../images/bt_special_price.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.bt_special_price a:hover {
	background-position: 0px -45px;
}



/*****************************************/
/******   コース紹介（本科コース早見表） *******/
/*****************************************/
.regular_title01 {
	background-image: url(../images/regular_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 30px;
}
.regular_chart {
	width: 680px;
	border-collapse: collapse;
	margin-bottom: 20px;

}
.regular_chart th,
.regular_chart td {
	border: 1px solid #999999;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.regular_chart th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E95711;
}
.regular_chart .orange_tr {
	color: #E95711;
}
.regular_chart .orange_bg {
	background-color: #FFEFDF;
}



/*****************************************/
/******   コース紹介（専科コース料金表） *******/
/*****************************************/
.special_title02 {
	background-image: url(../images/special_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 30px;
}
.special_chart {
	width: 680px;
	border-collapse: collapse;
	margin-bottom: 20px;

}
.special_chart th,
.special_chart td {
	border: 1px solid #999999;
	padding: 10px;
}.special_chart th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3271AD;
	text-align: center;
}
.special_chart .blue_bg {
	background-color: #F0F5FB;
}
.course_change {
	width: 660px;
	border: 1px solid #E0627D;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
}
.course_change .special_title03 {
	background-image: url(../images/special_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 660px;
	margin-bottom: 25px;
}
.course_change .example_box {
	background-image: url(../images/example.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 80px;
}
.course_change .example_box dt {
	float: left;
}
.course_change .example_box dd {
	padding-left: 90px;
	margin-bottom: 15px;
	font-weight: bold;
}





/*****************************************/
/******   コース紹介（科目詳細ページ　整体・アロマ・リフレ） *******/
/*****************************************/
.text_kamoku {
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.t_seitai {
	background-image: url(../images/kamoku_image/t_seitai.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 220px;
	width: 680px;
	margin-bottom: 20px;
}

.seitai_title01 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.seitai_title02 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.seitai_title03 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.seitai_title04 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -135px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.seitai_title05 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.seitai_title06 {
	background-image: url(../images/kamoku_image/seitai_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -225px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.tape_price {
	background-image: url(../images/kamoku_image/tape_price.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
	margin-bottom: 5px;
}
.tape_kikan {
	background-image: url(../images/kamoku_image/tape_kikan.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
	margin-bottom: 5px;
}


.table_seitai {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.table_seitai caption {
	text-align: left;
	font-weight: bold;
	color: #39953C;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_seitai td,
.table_seitai th {
	padding: 10px;
	border: 1px solid #999999;
}
.table_seitai th {
	background-color: #F1FAF1;
	text-align: center;
}
.table_seitai .th_left {
	text-align: left;
}
.table_seitai .td_yellow {
	font-size: 10px;
	background-color: #FFFFCC;
	text-align: center;
}

.table_curri {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table_curri caption {
	text-align: left;
	font-weight: bold;
	color: #39953C;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_curri td,
.table_curri th {
	padding: 7px;
	border: 1px solid #999999;
}
.table_curri th {
	background-color: #F1FAF1;
	text-align: center;
	vertical-align: top;
	width: 80px;
}


.t_aroma {
	background-image: url(../images/kamoku_image/t_aroma.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 220px;
	width: 680px;
	margin-bottom: 20px;
}

.aroma_title01 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.aroma_title02 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.aroma_title03 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.aroma_title04 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -135px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.aroma_title05 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.aroma_title06 {
	background-image: url(../images/kamoku_image/aroma_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -225px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.kamoku_list {
	padding-left: 15px;
}
.kamoku_list li {
	margin-bottom: 5px;
	list-style-type: disc;
}

.table_aroma {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}
.table_aroma td,
.table_aroma th {
	padding: 10px;
	border: 1px solid #999999;
}
.table_aroma th {
	background-color: #F9F3FA;
	text-align: center;
}
.table_aroma .th_left {
	text-align: left;
}
.table_aroma .td_yellow {
	font-size: 10px;
	background-color: #FFFFCC;
	text-align: center;
}
.aroma_h5 {
	font-size: 14px;
	margin-bottom: 5px;
}



.t_refle {
	background-image: url(../images/kamoku_image/t_refle.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 220px;
	width: 680px;
	margin-bottom: 20px;
}

.refle_title01 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.refle_title02 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.refle_title03 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -90px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.refle_title04 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -135px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.refle_title05 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.refle_title06 {
	background-image: url(../images/kamoku_image/refle_title.gif);
	background-repeat: no-repeat;
	background-position: 0px -225px;
	text-indent: -9999px;
	height: 45px;
	width: 680px;
	margin-bottom: 10px;
}
.table_refle {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.table_refle caption {
	text-align: left;
	font-weight: bold;
	color: #0991FF;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_refle td,
.table_refle th {
	padding: 10px;
	border: 1px solid #999999;
}
.table_refle th {
	background-color: #EEF5FD;
	text-align: center;
}
.table_refle .th_left {
	text-align: left;
}
.table_refle .td_pink {
	font-size: 10px;
	background-color: #F085B3;
	text-align: center;
	color: #FFFFFF;
}
.table_refle .td_blue {
	font-size: 10px;
	background-color: #698AB4;
	text-align: center;
	color: #FFFFFF;
}
.table_refle .td_brown {
	font-size: 10px;
	background-color: #92595E;
	text-align: center;
	color: #FFFFFF;
}


.table_curri_refle01 {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.table_curri_refle01 caption {
	text-align: left;
	font-weight: bold;
	color: #698AB4;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_curri_refle01 td,
.table_curri_refle01 th {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.table_curri_refle01 th {
	background-color: #698AB4;
	text-align: center;
	color: #FFFFFF;
}

.table_curri_refle02 {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.table_curri_refle02 caption {
	text-align: left;
	font-weight: bold;
	color: #F085B3;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_curri_refle02 td,
.table_curri_refle02 th {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.table_curri_refle02 th {
	background-color: #F085B3;
	text-align: center;
	color: #FFFFFF;
	width: 40px;
}


.table_curri_refle03 {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.table_curri_refle03 caption {
	text-align: left;
	font-weight: bold;
	color: #92595E;
	font-size: 14px;
	margin-bottom: 5px;
}
.table_curri_refle03 td,
.table_curri_refle03 th {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.table_curri_refle03 th {
	background-color: #92595E;
	text-align: center;
	color: #FFFFFF;
	width: 40px;
}


.table_curri_refle02 .td_check,
.table_curri_refle03 .td_check {
	background-color: #698AB4;
}
.t_lymph {
	background-image: url(../images/kamoku_image/lymph/t_lymph.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
	height: 37px;
}
.lymph_title01 {
	background-image: url(../images/kamoku_image/lymph/lymph_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
.lymph_title02 {
	background-image: url(../images/kamoku_image/lymph/lymph_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
.lymph_title03 {
	background-image: url(../images/kamoku_image/lymph/lymph_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 10px;
}
.sayou01 {
	background-image: url(../images/kamoku_image/lymph/sayou01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.sayou02 {
	background-image: url(../images/kamoku_image/lymph/sayou02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.sayou03 {
	background-image: url(../images/kamoku_image/lymph/sayou03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}

.lymph_lesson {
	width: 660px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.lymph_lesson td,
.lymph_lesson th {
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.lymph_lesson th {
	background-color: #56C1C9;
	text-align: center;
	color: #FFFFFF;
}
.bt_lymph02 a {
	text-decoration: none;
	background-image: url(../images/kamoku_image/lymph/bt_lymph02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 43px;
	width: 303px;
	margin-top: 15px;
	overflow: hidden;
}
.bt_lymph02 a:hover {
	background-position: 0px -43px;
}



.title_kamoku {
	background-image: url(../images/kamoku_image/title_kamoku.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	margin-bottom: 5px;
}
.bt_kamoku {
	background-image: url(../images/kamoku_image/bt_kamoku.jpg);
	background-repeat: no-repeat;
}
.bt_kamoku li {
	float: left;
}
.bt_kamoku li a {
	text-decoration: none;
	background-image: url(../images/kamoku_image/bt_kamoku.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 220px;
	width: 220px;
	overflow: hidden;
}
.bt_kamoku .bt_kamoku01 a {
	background-position: 0px 0px;
}
.bt_kamoku .bt_kamoku01 a:hover {
	background-position: 0px -220px;
}
.bt_kamoku .bt_kamoku02 a {
	background-position: -220px 0px;
}
.bt_kamoku .bt_kamoku02 a:hover {
	background-position: -220px -220px;
}
.bt_kamoku .bt_kamoku03 a {
	background-position: -440px 0px;
}
.bt_kamoku .bt_kamoku03 a:hover {
	background-position: -440px -220px;
}





/*****************************************/
/******   コース紹介（インターン研修） *******/
/*****************************************/
.intern_title01 {
	background-image: url(../images/intern_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.intern_title02 {
	background-image: url(../images/intern_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	margin-bottom: 15px;
}
.intern_title03 {
	background-image: url(../images/intern_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 15px;
	margin-bottom: 15px;
}
.bt_salon a {
	text-decoration: none;
	background-image: url(../images/bt_salon.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 89px;
	width: 356px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px 0px;
}
.bt_salon a:hover {
	background-position: 0px -89px;

}



/*****************************************/
/******   　　よくあるご質問　 　　*******/
/*****************************************/
.t_faq {
	background-image: url(../images/t_faq.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.faq_list {
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 10px;
}
.faq_list  li {
	float: left;
}
.faq_list a,
.faq_list a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/faq_list.gif);
	background-repeat: no-repeat;
	background-position: 20px 19px;
	display: block;
	width: 260px;
	margin-right: 20px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 38px;
	font-size: 12px;
}
.faq_list a:hover {
	color: #AA2639;
	background-color: #FBEFF1;
}
.faq_title01 {
	background-image: url(../images/faq_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.faq_title02 {
	background-image: url(../images/faq_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.faq_title03 {
	background-image: url(../images/faq_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.faq_title04 {
	background-image: url(../images/faq_title04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.faq_title05 {
	background-image: url(../images/faq_title05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.faq_box {
	width: 658px;
	_width: 660px;
	border: 1px solid #999999;
	margin-bottom: 30px;
}
.faq_box h4 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/faq_q.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 60px;
	font-size: 14px;
}
.faq_box .answer {
	color: #333333;
	background-color: #FFFAF2;
	background-image: url(../images/faq_a.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	width: 570px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 17px;
	padding-left: 50px;
	border: 1px solid #999999;
	padding-bottom: 20px;
	padding-right: 15px;
}


/*****************************************/
/******   　　体験入学　　　　 　　*******/
/*****************************************/
.t_taiken {
	background-image: url(../images/t_taiken.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.taiken_title01 {
	background-image: url(../images/taiken_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.taiken_title02 {
	background-image: url(../images/taiken_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.taiken_title03 {
	background-image: url(../images/taiken_title03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.bt_taikenrepo a {
	text-decoration: none;
	background-image: url(../images/bt_taikenrepo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 370px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 40px;
}
.bt_taikenrepo a:hover {
	background-position: 0px -50px;
}

.taiken_table {
	width: 660px;
	margin-top: 25px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA2639;
	margin-bottom: 30px;
}
.taiken_table th,
.taiken_table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.taiken_table th {
	font-weight: bold;
	color: #AA2639;
	background-color: #FBECEE;
	text-align: center;
}
.taiken_schedule {
	width: 630px;
	border: 3px solid #AA2639;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-bottom: 30px;
}
.taiken_schedule .taiken_start {
	background-image: url(../images/taiken_start.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 29px;
	margin-bottom: 15px;
}
.taiken_schedule .minute30_box {
	background-image: url(../images/minute_30.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	padding-left: 90px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.taiken_schedule .minute60_box {
	background-image: url(../images/minute_60.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	padding-left: 90px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.taiken_schedule .minute90_box {
	background-image: url(../images/minute_90.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px;
	padding-left: 90px;
	padding-top: 20px;
	margin-bottom: 15px;
}
.taiken_schedule .taiken_step {
	background-color: #AA2639;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.taiken_schedule .step_box {
	border: 1px solid #AA2639;
	width: 510px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.taiken_schedule .taiken_arrow {
	text-align: center;
}
.bt_taikenform a {
	text-decoration: none;
	background-image: url(../images/bt_taikenform.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.bt_taikenform a:hover {
	background-position: 0px -55px;
}
.soudan_table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.soudan_table th,
.soudan_table td {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.soudan_table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AA2639;
	text-align: center;
}
.bt_soudanform a {
	text-decoration: none;
	background-image: url(../images/bt_soudanform.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 20px;
}
.bt_soudanform a:hover {
	background-position: 0px -55px;
}
.aroma_oil {
	background-color: #f2f9fd;
	padding: 13px;
	width: 630px;
	border: 2px dotted #3271AD;
}
.aroma_oil h4 {
	background-image: url(../images/taiken_aroma.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 449px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
}
.aroma_oil h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #58A6DE;
	padding-top: 3px;
	padding-left: 7px;
}
.aroma_oil .theme {
	font-size: 16px;
	font-weight: bold;
	color: #513A85;
	margin-bottom: 10px;
}


.aroma_table {
	width: 550px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.aroma_table th,
.aroma_table td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.aroma_table th {
	color: #FFFFFF;
	background-color: #58A6DE;
	font-weight: bold;
	text-align: center;
}
.aroma_table td {
	background-color: #FFFFFF;
}


/******   アロマオイル（スプリング春）　 *******/
.spring .aroma_oil {
	background-color: #FEF2F9;
	padding: 13px;
	width: 630px;
	border: 2px dotted #F268B0;
}
.spring .aroma_oil h4 {
	background-image: url(../images/taiken_aroma_spring.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 449px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
}
.spring .aroma_oil h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #F268B0;
	padding-top: 3px;
	padding-left: 7px;
}

.spring .aroma_table {
	width: 550px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.spring .aroma_table th,
.spring .aroma_table td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.spring .aroma_table th {
	color: #FFFFFF;
	background-color: #F268B0;
	font-weight: bold;
	text-align: center;
}
.spring .aroma_table td {
	background-color: #FFFFFF;
}



/******   アロマオイル（オータム秋）　 *******/
.autumn .aroma_oil {
	background-color: #F8F8E9;
	padding: 13px;
	width: 630px;
	border: 2px dotted #E57B17;
}
.autumn .aroma_oil h4 {
	background-image: url(../images/taiken_aroma_autumn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 449px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
}
.autumn .aroma_oil h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #E57B17;
	padding-top: 3px;
	padding-left: 7px;
}

.autumn .aroma_table {
	width: 550px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.autumn .aroma_table th,
.autumn .aroma_table td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.autumn .aroma_table th {
	color: #FFFFFF;
	background-color: #E57B17;
	font-weight: bold;
	text-align: center;
}
.autumn .aroma_table td {
	background-color: #FFFFFF;
}



/******   アロマオイル（ウィンター冬）　 *******/
.winter .aroma_oil {
	background-color: #F8F0F6;
	padding: 13px;
	width: 630px;
	border: 2px dotted #A14185;
}
.winter .aroma_oil h4 {
	background-image: url(../images/taiken_aroma_winter.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 449px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-bottom: 5px;
}
.winter .aroma_oil h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-color: #A14185;
	padding-top: 3px;
	padding-left: 7px;
}

.winter .aroma_table {
	width: 550px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.winter .aroma_table th,
.winter .aroma_table td {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.winter .aroma_table th {
	color: #FFFFFF;
	background-color: #A14185;
	font-weight: bold;
	text-align: center;
}
.winter .aroma_table td {
	background-color: #FFFFFF;
}




.calendar_box {
	background-color: #FBE8EC;
	padding: 20px;
	margin-top: 15px;
}
.calendar_box table {
	margin-right: 30px;
	float: left;
}




/*****************************************/
/******   体験入学レポート　　　　 *******/
/*****************************************/
.taikenrepo_title01 {
	background-image: url(../images/taikenrepo_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 60px;
	width: 680px;
	margin-bottom: 20px;
}
.taikenrepo_title02 {
	background-image: url(../images/taikenrepo_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	margin-bottom: 10px;
	width: 188px;
	margin-top: 30px;
}
.taikenrepo_title03 {
	background-image: url(../images/taikenrepo_title03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 133px;
	width: 680px;
}

.repo_dl {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.repo_dl dt {
	font-weight: bold;
	color: #58B1DE;
	float: left;
}
.repo_dl dd {
	margin-bottom: 15px;
	padding-bottom: 20px;
	padding-left: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.repo_menu01 {
	background-image: url(../images/repo_menu01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 34px;
	width: 185px;
}
.repo_menu02 {
	background-image: url(../images/repo_menu02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 34px;
	width: 185px;
}
.repo_menu03 {
	background-image: url(../images/repo_menu03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 34px;
	width: 185px;
}
.repo_menubox {
	color: #FFFFFF;
	background-color: #58B1DE;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.repo_box {
	background-color: #FDF6E8;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 630px;
}
.repo_box .repo_left {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.repo_box .repo_right {
	float: right;
	width: 300px;
}
.repo_box .repo_letter {
	margin-bottom: 25px;
	text-align: justify;
}
.repo_box .repo_letter .repo_redtop {
	background-image: url(../images/repo_redtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 25px;
	width: 300px;
}
.repo_box .repo_letter .repo_redbottom {
	background-image: url(../images/repo_redbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 270px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.repo_box .repo_letter .repo_redbottom .repo_t {
	font-size: 1.2em;
	font-weight: bold;
	color: #DE5873;
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE5873;
}
.repo_box .repo_letter .repo_redbottom .repo_text {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DE5874;
	padding-bottom: 3px;
}
.repo_box .repo_letter .repo_redbottom .repo_name {
	color: #DE5873;
	text-align: right;
	margin-top: 5px;
}


.repo_box .repo_letter .repo_bluetop {
	background-image: url(../images/repo_bluetop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 25px;
	width: 300px;
}
.repo_box .repo_letter .repo_bluebottom {
	background-image: url(../images/repo_bluebottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 270px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.repo_box .repo_letter .repo_bluebottom .repo_t {
	font-size: 1.2em;
	font-weight: bold;
	color: #58B1DE;
	margin-bottom: 7px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #58B1DE;
}
.repo_box .repo_letter .repo_bluebottom .repo_text {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #58B1DE;
	padding-bottom: 3px;
}
.repo_box .repo_letter .repo_bluebottom .repo_name {
	color: #58B1DE;
	text-align: right;
	margin-top: 5px;
}

.repo_area {
	padding: 15px;
	border: 5px solid #9DD0EB;
}

.bt_repo a {
	text-decoration: none;
	background-image: url(../images/bt_repo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 305px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.bt_repo a:hover {
	background-position: 0px -55px;
}








/*****************************************/
/******   　　セミナー情報　　 　　*******/
/*****************************************/
.t_seminar {
	background-image: url(../images/t_seminar.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.seminar_title01 {
	background-image: url(../images/seminar_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.seminar_box {
	margin-top: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
.seminar_box dt {
	float: left;
	font-weight: bold;
}
.seminar_box dd {
	margin-left: 80px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-bottom: 10px;
}
.seminar_box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #AA2639;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-left: 10px;
}
.seminar_box p {
	padding-left: 10px;
}

.seminar_box .bt_seminar a {
	text-decoration: none;
	background-image: url(../images/bt_seminar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 39px;
	width: 183px;
	margin-top: 15px;
	overflow: hidden;
}
.seminar_box .bt_seminar a:hover {
	background-position: 0px -39px;
}

.seminar_name {
	font-size: 16px;
	font-weight: bold;
	color: #AA2639;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AA2639;
	background-image: url(../images/seminar_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.seminar_table {
	width: 660px;
	margin-top: 30px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.seminar_table th,
.seminar_table td {
	padding: 15px;
	border: 1px solid #CCCCCC;
}
.seminar_table th {
	font-weight: bold;
	color: #AA2639;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: top;
}
.seminar_table td table td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.seminar_table dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.seminar_table dd {
	padding-left: 20px;
	margin-bottom: 15px;
}
.seminar_kako {
	background-image: url(../images/seminar_kako.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 20px;
}
.seminar_kakolist dt {
	font-weight: bold;
	color: #AA2639;
	float: left;
	padding-left: 10px;
}
.seminar_kakolist dd {
	padding-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.seminar_curri {
	width: 100%;
	border-collapse: collapse;
}
.seminar_curri th,
.seminar_curri td {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.seminar_curri th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AA2639;
	text-align: center;
}

.bt_seminar_form_go {
	text-align:center;
	margin:10px 0px;
}
/* フォームへジャンプするボタンが<input>になったのでコメントアウトします。
.bt_seminar_form a {
	text-decoration: none;
	background-image: url(../images/bt_seminar_form.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 62px;
	width: 292px;
	margin-top: 30px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.bt_seminar_form a:hover {
	background-position: 0px -62px;
}
*/

.seminar_view a,
.seminar_view a:visited {
	color: #AA2639;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #AA2639;
	background-color: #FDF0F2;
	text-decoration: none;
}
.seminar_view a:hover {
	color: #FFFFFF;
	background-color: #AA2639;
}

.movie_box {
	background-color: #FCEFF1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
}
.movie_box  h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
.movie_box .youtube {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.seminar_topic {
	background-color: #FFFFE8;
	padding: 15px;
	width: 400px;
	margin-bottom: 15px;
	border: 1px dotted #CCCCCC;
	text-align: center;
}




/*****************************************/
/******   　　資料請求　 　　*******/
/*****************************************/
.t_shiryo {
	background-image: url(../images/t_shiryo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}


/*****************************************/
/******   　　お問合わせ　 　　*******/
/*****************************************/
.t_contact {
	background-image: url(../images/t_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.contact_title01 {
	background-image: url(../images/contact_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.contact_title02 {
	background-image: url(../images/contact_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 680px;
	margin-bottom: 15px;
}
.contact_mail{
	padding-left:160px;
	height:130px;
	background:url(../images/contact_mail.gif) no-repeat left top;
	display:block;

}
.contact_form_link{
	font-size:1.3em;
	font-weight:bold;
	margin:10px 5px;
	display:block;
}
	
.contact_tel{
	padding-left:160px;
	height:130px;
	background:url(../images/contact_tel.gif) no-repeat left top;
	display:block;

}
.tel_namber{
	font-size:3em;
	color:#E14B1A;
	font-weight:bold;
	margin:15px 5px;
	display:block;
}
.fax_namber{
	font-size:2em;
	color:;
	font-weight:bold;
	margin:5px 5px;
	display:block;
}

/*****************************************/
/******   　プライバシーポリシー　*******/
/*****************************************/
.t_pp {
	background-image: url(../images/t_pp.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.pp_title {
	font-weight: bold;
	color: #AA2639;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #AA2639;
}
.pp_box {
	background-color: #F5F5F5;
	padding: 15px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}




/*****************************************/
/******   　　サイトマップ　　　　*******/
/*****************************************/
.t_sitemap {
	background-image: url(../images/t_sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 100px;
	width: 680px;
	margin-bottom: 30px;
}
.sitemap_list li {
	display: inline;
}

.sitemap_list li a,
.sitemap_list li a:visited {
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(../images/sitemap_list.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	font-size: 12px;
}
.sitemap_list li a:hover {
	background-color: #FBE8EC;
}
.sitemap_list .list_top a,
.sitemap_list .list_top a:visited {
	background-color: #F5F5F5;
	margin-top: 20px;
	color: #AA2639;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.sitemap_list .list_top a:hover {
	background-color: #FBE8EC;
}
.notfound {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #E26D85;
	margin-bottom: 40px;
	margin-top: 15px;
}




/*****************************************/
/******   　　トピックス　　　　　*******/
/*****************************************/
.topic_title01 {
	background-image: url(../images/topic_image/topic_title01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 110px;
	margin-bottom: 20px;
}
.topic_point01 {
	background-image: url(../images/topic_image/topic_point01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 39px;
	margin-bottom: 10px;
}
.topic_list01 {
	margin-bottom: 30px;
}
.topic_list01 li {
	background-image: url(../images/topic_image/topic_list01.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: 0px 3px;
	padding-left: 17px;
	font-weight: bold;
	color: #DE5874;
	font-size: 1.1em;
}
.topic_contents {
	background-color: #FFFFEC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 1.1em;
}
.topic_contents dl {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.topic_contents dt {
	float: left;
	font-weight: bold;
	color: #E95711;
	padding-left: 10px;
}
.topic_contents dd {
	padding-left: 80px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E95711;
}
.topic_contents p {
	font-weight: bold;
	text-align: center;
}
.banner_aroma a {
	text-decoration: none;
	background-image: url(../images/banner_aroma.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 108px;
	width: 680px;
	margin-bottom: 30px;
	overflow: hidden;
}
.banner_aroma a:hover {
	background-position: 0px -108px;
}



/*****************************************/
/******   短期集中・全日制コース　*******/
/*****************************************/

.fulltime_title01 {
	background-image: url(../images/fulltime_title01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 35px;
	margin-bottom: 15px;
}.fulltime_text01 {
	background-image: url(../images/fulltime_text01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 48px;
	margin-bottom: 15px;
	background-position: left bottom;
	padding-top: 5px;
}
.fulltime_text02 {
	background-image: url(../images/fulltime_text02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 60px;
	background-position: left top;
}
.fulltime_campaign {
	background-image: url(../images/fulltime_campaign.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 166px;
	margin-bottom: 5px;
}
.fulltime_title02 {
	background-image: url(../images/fulltime_title02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 27px;
	margin-bottom: 10px;
}
.fulltime_table {
	width: 680px;
	margin-top: 15px;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.fulltime_table th,
.fulltime_table td {
	border: 1px solid #999999;
	text-align: center;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.fulltime_table .item {
	font-weight: bold;
	color: #38A43D;
}
.fulltime_table .fulltime_green {
	background-color: #F2F7E9;
}
.fulltime_table .fulltime_green th {
	color: #FFFFFF;
	background-color: #38A43D;
}
.fulltime_table .fulltime_brown {
	background-color: #EFE8DE;
}
.fulltime_table .fulltime_brown th {
	color: #FFFFFF;
	background-color: #6A3A0D;
}
.fulltime_table .fulltime_orange {
	background-color: #FDF3E2;
}
.fulltime_table .fulltime_orange th {
	color: #FFFFFF;
	background-color: #F29600;
}
.fulltime_table .fulltime_blue {
	background-color: #ECF6F6;
}
.fulltime_table .fulltime_blue th {
	color: #FFFFFF;
	background-color: #3271AD;
}
.fulltime_table .fulltime_pink {
	background-color: #FCEDF3;
}
.fulltime_table .fulltime_pink th {
	color: #FFFFFF;
	background-color: #EA6D99;
}
.fulltime_table .price {
	font-weight: bold;
	text-align: right;
}
.fulltime_table .cam_large {
	font-size: 16px;
}

.fulltime_table .total_seitai {
	font-weight: bold;
	color: #38A43D;
}

.fulltime_table .fulltime_aroma {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EA6D99;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
}
.fulltime_table .total_aroma {
	font-weight: bold;
	color: #EA6D99;
}
.fulltime_box {
	margin-bottom: 20px;
}
.t_fulltime_green {
	font-weight: bold;
	color: #38A43D;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #38A43D;
	border-bottom-color: #38A43D;
	margin-bottom: 5px;
}
.t_fulltime_brown {
	font-weight: bold;
	color: #6A3A0D;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6A3A0D;
	border-bottom-color: #6A3A0D;
	margin-bottom: 5px;
}
.t_fulltime_orange {
	font-weight: bold;
	color: #F29600;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F29600;
	border-bottom-color: #F29600;
	margin-bottom: 5px;
}
.t_fulltime_blue {
	font-weight: bold;
	color: #3271AD;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3271AD;
	border-bottom-color: #3271AD;
	margin-bottom: 5px;
}
.t_fulltime_pink {
	font-weight: bold;
	color: #EA6D99;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #EA6D99;
	border-bottom-color: #EA6D99;
	margin-bottom: 5px;
}

