@charset "utf-8";


/* --------------------------------------------------
	GENERAL
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	/*background-color: transparent;*/
	color: #333333;
}

html {
	overflow-y: scroll;
}


body {
	background-color: #F1F3EA;
	background-image: url(../common/main_bg.gif);
	background-position: center top;
	text-align: center;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",*/"メイリオ",Meiryo,Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.4;
	/*position: relative;*/
	background-repeat: no-repeat;
}

img {
	border: none;
/*	vertical-align: bottom;*/
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-position: outside;
}

fieldset {
	border: none;
}

/*table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}*/

th, td, form {
	margin: 0;
	padding: 0;
	color: #333333;
}

th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-size : 100% ;
	font-weight : normal;
	font-style : normal;
}

h4 {
	border-bottom: 1px dotted #578A00;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 4px solid;
	font-size: 14px;
}

h5 {
	height: 20px;
	background: #99B565;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 10px 0 10px;
}

h6 {
	border-bottom: 1px dotted #578A00;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #578A00;
	margin-bottom: 10px;
}

.h7 {
	border-bottom: 2px #FF6666 dotted;
	font-size: 16px;
	font-weight: bold;
	color: #FF6666;
	margin-bottom: 10px;
	padding-left: 10px;
}


hr {
	color: #000;
	border-top: 1px solid #CCC;
}


dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

dl dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* //// DECORATION //// */

.explain {
	padding: 13px;
	background: #EEFFC1;
}

.explain02 {
	border: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 9px;
	background: #FFF;
}

.explain03 {
	margin: 0 0 12px 0;
	padding: 9px;
	background: #EEF3C7;
}

.sub-area {
	margin: 0 0 12px;
	padding: 0;
}

.img {
	margin-bottom: 12px;
}

.unit-00 {
	margin: 15px 0 15px;
}

.unit00 {
	margin: 0 0 15px;
}

.unit01 {
	margin: 0 0 20px;
}

.unit02 {
	margin: 0 0 25px;
}

.unit03 {
	margin: 0 0 30px;
}

.unit04 {
	margin: 0 0 35px;
}

.unit05 {
	margin: 0 0 50px;
}

.phase {
	margin: 0 0 6px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1;
}

span.alt {
	display: none;
}

.left {
	float:left;
}

.right {
	float:right;
}

p.dotlineA {
	border-bottom:1px dotted #009900;
	padding-bottom:3px;
}

p.dotlineB {
	border-bottom:1px dotted #578A00;
	border-top:1px dotted #578A00;	
	padding:5px;
	margin-bottom:10px;
}

p.dotlineC{
	border-top:1px dotted #009900;
	padding-top:3px;
}

.solidbox {
	border-top:1px solid #ABDCB9;
	padding:15px;	
	border-bottom:1px solid #ABDCB9;
	font-size: 11px;
	background:#FDFEED;
}


/* //// LINK //// */

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #98CA2C;
	text-decoration: underline;
}

/* //// LINK TIT //// */

.contents-box-t p a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.contents-box-t p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.contents-box-t p a:hover {
	color: #0066FF;
	text-decoration: underline;
}


/* //// TEXT //// */

.text-area {
	width: 515px;
	padding: 0 15px 30px;
}

.text-area2 {
	width: 515px;
	padding: 0 15px 0;
}

.text-area3 {
	width: 530px;
	padding: 0 0 30px 15px;
}

.list-area {
	padding: 0 0 0 30px;
}

.small	{
	font-size: 12px;
	line-height: 1.5;
}

.xsmall	{
	font-size: 11px;
	line-height: 1.5;
}

.reviews-area {
	width: 510px;
	font-size: 12px;	
	padding: 10px;
	margin: 0 auto 30px auto;
	background: #FFF;
}

.reviews-title {
	width: 510px;
	background: #fffacd;
	font-size: 13px;
	font-weight: bold;
	color: #316745;
	padding: 4px 11px 4px 11px;
	margin: auto;
	border-bottom: 1px dotted #316745;
}




.attention {
	color: #C40000;
	font-weight: bold;
}

.danger {
	color: #C40000;
}

.dangerb {
	color: #C40000;
	font-weight: bold;
	font-size: 14px;
}

.caution {
	color: #808000;
}

.warning {
	color: #808000;
	font-weight: bold;
}

.notice {
	color: #FF0000;
	font-weight: bold;
}

.whiteb {
	color: #FFFFFF;
	font-weight: bold;
}

.cool {
	color:#FF6633;
}

.sea {
	color:#003399;
}

.head	{
	color: #578A00;
	font-weight: bold;
}

.headdot	{
	color: #578A00;
	font-weight: bold;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}

.hydrangea {
	color:#915c8b;
	font-weight: bold;
}

.bold	{
	font-weight: bold;
}

.eco	{
	color: #009900;
}

.score	{
	font-size: 24px;
}

.tel	{
	font-size: 20px;
	color: #009900;
	font-weight: bold;		
}

.bull	{
	text-align: center;
}

.capright {
	text-align: right;
}
	
.dateright {
	text-align: right;
	font-style: italic;
	color: #3E3E7D;
}	

.oldprice {
	text-decoration: line-through;
}

.newprice {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.optprice {
	font-size: 15px;
	font-weight: bold;
	color: #6699CC;
	margin-left: 5px;
	text-align: right;
}

.leccource {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	margin-left: 8px;
}

.waribiki {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	margin: 40px 0 40px 8px;
}

.waribikiprice {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.corsename {
	color: #6699CC;
}


/* ====================================================
	 NAVIGATION & BUTTON
==================================================== */

/* ////////////////    header-navi    //////////////// */


#header {
	width: 850px;
	height: 105px;
	position: relative;
}

#logo {
	width: 375px;
	height: 30px;
	left: 11px;
	top: 70px;
	position: absolute;
}

#header li img {
	vertical-align: top;
}

#header ul li a {
	height:21px;
	width:74px;
	display:block;
	list-style-type:none;
}

#header li a:hover {
	background-color:transparent;
}

#header li a:hover img {
	visibility:hidden;
}

#header ul li.hn01 {
	background:transparent url(../common/he_btn01_on.gif) no-repeat scroll 0%;
	height:21px;
	width:74px;
}

#header ul li.hn02 {
	background:transparent url(../common/he_btn02_on.gif) no-repeat scroll 0%;
	height:21px;
	width:74px;
}

#header ul li.hn03 {
	background:transparent url(../common/he_btn03_on.gif) no-repeat scroll 0%;
	height:21px;
	width:74px;
}

#header ul li.hn04 {
	background:transparent url(../common/he_btn04_on.gif) no-repeat scroll 0%;
	height:21px;
	width:74px;
}

#header li a:hover {
	background-color: transparent;
}

#header li a:hover img {
	visibility: hidden;
}

#header ul {
	list-style: none;
	height: 21px;
	width: 340px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}

#header li {
	float: left;
	margin:0 0 0 7px;
	height: 16px;
	width: 79px;
}



/* ////////////////    MainNavi    //////////////// */

#MainNavi ul li a {
	height:45px;
	width:141px;
	display:block;
	list-style-type:none;
}

#MainNavi li a:hover {
	background-color:transparent;
}

#MainNavi li a:hover img {
	visibility:hidden;
}

#MainNavi ul li.chn01 {
	background:transparent url(../common/mn_btn01_on.gif) no-repeat scroll 0%;
	height:45px;
	width:142px;
}

#MainNavi ul li.chn02 {
	background:transparent url(../common/mn_btn02_on.gif) no-repeat scroll 0%;
	height:45px;
	width:142px;
}

#MainNavi ul li.chn03 {
	background:transparent url(../common/mn_btn03_on.gif) no-repeat scroll 0%;
	height:45px;
	width:142px;
}

#MainNavi ul li.chn04 {
	background:transparent url(../common/mn_btn04_on.gif) no-repeat scroll 0%;
	height:45px;
	width:142px;
}

#MainNavi ul li.chn05 {
	background:transparent url(../common/mn_btn05_on.gif) no-repeat scroll 0%;
	height:45px;
	width:141px;
}

#MainNavi ul li.chn06 {
	background:transparent url(../common/mn_btn06_on.gif) no-repeat scroll 0%;
	height:45px;
	width:141px;
}

#MainNavi li a:hover {
	background-color: transparent;
}

#MainNavi li a:hover img {
	visibility: hidden;
}

#MainNavi ul {
	list-style: none;
	height: 45px;
	top: 0px;
	position: absolute;
	left: 0px;
}

#MainNavi li {
	height: 45px;
	width: 141px;
	float: left;
}



/* ////////////////    side-area    //////////////// */

#side-area {
	width: 216px;
	float: right;
	padding: 20px 20px 20px 0px;
}

#side-navi-t {
	width: 216px;
}

#side-navi-m {
	background: #FFFFFF url(../common/bg_sidenavi_.gif) repeat-y 0px 0px;
	padding: 4px 6px 9px;
}

#side-navi-b {
	background: #FFFFFF url(../common/sn_footer_.gif) no-repeat 0px 0px;
	height: 11px;
	width: 216px;
	margin-bottom: 10px;
}


#side-navi-m ul {
	list-style: none;
}

#side-navi-m li {
	background: url(../common/sn_point.gif) no-repeat 8px 15px;
	border-bottom: 1px dotted #808080;
	padding: 10px 0px 13px 25px;
}

#side-navi-m li.subMenu {
	background: url(../common/sn_point02.gif) no-repeat 8px 15px;
}

#side-navi-m li.here {
	background: #f2ffcc url(../common/sn_point01.gif) no-repeat 8px 15px;
}

/* ////////////////    PickUp    //////////////// */

.pick-up ul li a {
	height:56px;
	width:216px;
	display:block;
	list-style-type:none;
}

.pick-up li a:hover {
	background-color:transparent;
}

.pick-up li a:hover img {
	visibility:hidden;
}

.pick-up ul li.tp01 {
	background:transparent url(../common/pick_btn01_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up ul li.tp02 {
	background:transparent url(../common/pick_btn02_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up ul li.tp03 {
	background:transparent url(../common/pick_btn03_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up ul li.tp04 {
	background:transparent url(../common/back_btn01_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up ul li.tp05 {
	background:transparent url(../common/pick_btn05_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up ul li.tp06 {
	background:transparent url(../common/pick_btn06_on.gif) no-repeat scroll 0%;
	height:56px;
	width:216px;
}

.pick-up li a:hover {
	background-color: transparent;
}

.pick-up li a:hover img {
	visibility: hidden;
}

.pick-up ul {
	list-style: none;
}

.pick-up li {
	margin-bottom: 10px;
}

.pick-up {
	padding: 20px 0 5px;
}


/* ////////////////    page-top    //////////////// */


.page-top p a {
	height:17px;
	width:81px;
	display:block;
	list-style-type:none;
}

.page-top p a:hover {
	background-color:transparent;
}

.page-top p a:hover img {
	visibility:hidden;
}

.page-top p {
	background:transparent url(../common/pagetop_on.gif) no-repeat scroll top left;
	height:17px;
	width:81px;
}

.page-top p img {
	vertical-align: top;
}

.page-top p a:hover {
	background-color: transparent;
}

.page-top p a:hover img {
	visibility: hidden;
}

.page-top {
	height: 17px;
	width: 81px;
	position: absolute;
	top: 19px;
	right: 20px;
}

#price-area {
	width: 250px;
	float: left;
	padding: 25px 0 0 20px;
}

#appoint-area {
	float: right;
	width: 260px;
	text-align: center;
	height: 100px;
}

#appoint2-area {
	margin:auto;
	width: 260px;
	padding: 0 0 30px 40px;
}

#back-area {
	float: left;
	width: 240px;
	height: 100px;
	margin-left:15px
}

#voice-area {
	background: url(../course/media/guest.gif) no-repeat left top;
	width: 505px;
	padding: 5px 0 70px 40px;
}

.caution-area {
	padding-left: 1em;
}

.subImg {
	float: left;
	padding-right: 15px;
	width: 149px;
	height: 114px;
}

.subImg2 {
	float: left;
	padding-right: 15px;
	width: 149px;
	height: 130px;
}

.subImg3 {
	float: left;
	padding-right: 15px;
	width: 115px;
	height: 200px;
}

.subImg4 {
	float: left;
	padding-right: 15px;
	width: 120px;
	height: 100px;
}

.subImg5 {
	float: left;
	padding-right: 15px;
	width: 150px;
	height: 240px;
}

.subImg6 {
	float: left;
	padding-right: 15px;
	width: 140px;
	height: 300px;
}

.subImg7 {
	float: left;
	padding-right: 15px;
	width: 115px;
	height: 180px;
}

.number li {
	padding-left: 20px;
}


/* ////////////////    box area    //////////////// */

.box-area {
	width: 545px;
	padding: 0 0 30px;
	font-size: 12px;
}

.f-box-t {
	width: 545px;
	background: url(../common/box-top.gif) no-repeat 0px 0px;
	height: 35px;
}
.f-box-m {
	background: url(../common/box-middle.gif) repeat-y 0px 0px;
	width: 485px;
	padding-right: 30px;
	padding-left: 30px;
}
.f-box-b {
	background: url(../common/box-bottom.gif) no-repeat 0px 0px;
	height: 35px;
	width: 545px;
}

.f-box-m img {
	padding-right: 8px;
	vertical-align: middle;
	padding-left: 4px;
}

.f-box-m dl dt {
	width: 483px;
	border-bottom: 1px dashed #8B5C29;
	padding:0 0 7px 25px;
	margin-bottom: 8px;
	background: url(../voice/media/point_q.gif) no-repeat 1px 0px;
}

.f-box-m dl dd {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	background: url(../voice/media/point_a.gif) no-repeat 1px 0px;
}



/* ////////////////    page-back    //////////////// */


.page-back p a {
	height:17px;
	width:73px;
	display:block;
	list-style-type:none;
}

.page-back p a:hover {
background-color:transparent;
}

.page-back p a:hover img {
visibility:hidden;
}

.page-back p {
	background:transparent url(../common/btn_back_on.gif) no-repeat scroll top left;
	height:17px;
	width:73px;
}

.page-back p img {

	vertical-align: top;

}

.page-back p a:hover {

	background-color: transparent;

}

.page-back p a:hover img {

	visibility: hidden;

}



/* --------------------------------------------------
	LAYOUT
-------------------------------------------------- */

#wrapper {
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

#contents {
	padding: 0px;
	margin: 0px auto 0px;
	width: 850px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}


/*　main-contents-area	*/

#main-contents {
	width: 545px;
	float: left;
	padding: 20px 32px 0px 33px;
	
}

.ezetable {
	border: none;
	border-collapse:separate;
	empty-cells: show;
	padding: 5px;
	margin: 20px 0 20px;
}

/*　footer-area	*/

#footer {
	clear: both;
	height: 90px;
	width: 850px;
	position: relative;
	background: #FFFFFF url(../common/footerline.gif) no-repeat left top;
	margin-bottom: 30px;
}

#copyright {
	position: absolute;
	right: 20px;
	top: 60px;
}

#copyright img {
	vertical-align: top;
}

	
