@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* Tag
------------------------------------------------------------------------*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,caption,ul,ol,dl {
	font-size: 120%;
}
	
h1 {} /* Header内で設定 */
h2 { line-height: .1; }
h3 {}
h4 {}

a { color: #6e4f23; text-decoration: underline; }
a:hover,
a:active { color: #f96; }
a:visited {
}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

/* Innner-Contents
------------------------------------------------------------------------*/

#main p { margin: 0 0 1em; }

.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 10px 8px 8px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
  background: url(../images/body_bg.jpg) top repeat-x #FFF8EB;
	color: #333;
	text-align: center;
}

#naka{
  background: url(../images/naka_body_bg.jpg) top repeat-x #FFF8EB;
	color: #333;
	text-align: center;
}

#other{
  background: #FFF8EB;
	color: #333;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
  background: url(../images/wrapper_bg.jpg) top no-repeat;
}

#naka #wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
  background: url(../images/naka_wrapper_bg.jpg) top no-repeat;
}

#main {
	width: 650px;
	margin-top: 10px;
	text-align: left;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
  float: right;
}




/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
  background: url(../images/header_bg.png) 0 0 no-repeat;
}

#naka_header {
	width: 900px;
	height: 150px;
	margin: 0;
  background: url(../images/naka_header_bg.jpg) 0 0 no-repeat;
}

#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	background: #333;
	color: #fff;
	margin: 0;
	font-size: 90%;
}
#header h1 { float: left; }
#header h1 a {
  display: block;
	width: 250px;
	height: 140px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
#header #header02 {
	float: right;
	padding-top: 40px;
}
#header #header02 a {
	display: block;
	width: 300px;
	height: 90px;
  background: url(../images/header_link.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
#header #header02 a:hover { background-position: bottom; }

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	text-align: center;
  background: url(../images/footer_bg.jpg) 0 repeat-x;
}
#footer address {
	width: 900px;
	margin: 0 auto;
}

#footer_link {
	clear:both;
	width: 900px;
	padding: 8px 0 8px 0;
	text-align: center;
	color: #666666;	
}

#footer_link a {
	color: #666666;	
}


/*==========================================================================*/
/*                             gnavi                                  */
/*==========================================================================*/

#gnavi {
	width: 900px;
}
#gnavi ul {
	margin: 0;
}
#gnavi ul li {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	list-style: none;
}
#gnavi ul li a {
	display: block;
	width: 150px;
	height: 50px;
	text-align: left;
	text-indent: -9999em;
	background: url(../images/gnavi.jpg) 0 0 no-repeat;
}

#gnavi ul li.gnavi01 a { background-position: 0 0; }
#gnavi ul li.gnavi02 a { background-position: -150px 0; }
#gnavi ul li.gnavi03 a { background-position: -300px 0; }
#gnavi ul li.gnavi04 a { background-position: -450px 0; }
#gnavi ul li.gnavi05 a { background-position: -600px 0; }
#gnavi ul li.gnavi06 a { background-position: -750px 0; }

#gnavi ul li.gnavi01 a:hover { background-position: 0 -50px; }
#gnavi ul li.gnavi02 a:hover { background-position: -150px -50px; }
#gnavi ul li.gnavi03 a:hover { background-position: -300px -50px; }
#gnavi ul li.gnavi04 a:hover { background-position: -450px -50px; }
#gnavi ul li.gnavi05 a:hover { background-position: -600px -50px; }
#gnavi ul li.gnavi06 a:hover { background-position: -750px -50px; }


/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: left;
	width: 220px;
	text-align: center;
}

#navi dl,
#navi ul {
	margin: 0 0 10px 5px;
	text-align: left;
}

#navi dl dt,
#navi dl dd,
#navi ul li { list-style: none; margin: 0; }

#navi dl dt { text-indent: -9999em; }

#navi dl dd a,
#navi ul li a {
	display: block;
	width: 220px;
	text-indent: -9999em;
  background: url(../images/navi.jpg) 0 0 no-repeat;
}

#navi ul li.nav01 a { background-position: 0 -51px; 72px}
#navi ul li.nav02 a { background-position: 0 -30px; }

#navi ul li.nav01 a:hover { background-position: -220px 0; }
#navi ul li.nav02 a:hover { background-position: -220px -30px; }

#navi #navi_navi {
	margin: 10px 0 0 10px;
	height: 496px;
}
#navi #navi_navi li {
	margin: 0;
	width: 220px;
	text-indent: -9999em;
	background: url(../images/navi.jpg) 0 0 no-repeat;
}
#navi #navi_navi li a {
	display: block;
	width: 220px;
	text-indent: -9999em;
	outline: none;
	background: url(../images/navi.jpg) 0 0 no-repeat;
}

#navi #navi_navi li.navi00  { background-position: 0 0; height: 45px;}
#navi #navi_navi li.navi01 a { background-position: 0 -45px; height: 74px;}
#navi #navi_navi li.navi02 a { background-position: 0 -119px; height: 74px;}
#navi #navi_navi li.navi03 a { background-position: 0 -193px; height: 74px;}
#navi #navi_navi li.navi04 a { background-position: 0 -267px; height: 74px;}
#navi #navi_navi li.navi05 a { background-position: 0 -341px; height: 74px;}
#navi #navi_navi li.navi06 a { background-position: 0 -415px; height: 74px;}

#navi #navi_navi li.navi01 a:hover { background-position: -220px -45px; height: 74px;}
#navi #navi_navi li.navi02 a:hover { background-position: -220px -119px; height: 74px;}
#navi #navi_navi li.navi03 a:hover { background-position: -220px -193px; height: 74px;}
#navi #navi_navi li.navi04 a:hover { background-position: -220px -267px; height: 74px;}
#navi #navi_navi li.navi05 a:hover { background-position: -220px -341px; height: 74px;}
#navi #navi_navi li.navi06 a:hover { background-position: -220px -415px; height: 74px;}


#navi #navi_banner {
	margin: 10px 0 0 10px;
}
#navi #navi_banner li {
	margin-bottom: 3px;
}
#navi #navi_banner li a {
	display: block;
	width: 220px;
	height: 120px;
	text-indent: -9999em;
	outline: none;
	background: url(../images/navi_banner.jpg) 0 0 no-repeat;
}

#navi #navi_banner li.banner01 a { background-position: 0 0; }
#navi #navi_banner li.banner02 a { background-position: 0 -120px; }
#navi #navi_banner li.banner03 a { background-position: 0 -240px; }

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/

#index h3#h3-01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }

#flash_contents {
    width: 900px;
    height: 300px;
    background-color: #fff;
    }

.step {
	width:600px;
	margin:5px;
	height:auto;
	float:left;
	line-height:18px;
	}

.step2 {
	width:280px;
	margin:10px;
	float:left;
	}

.bar {
	width:600px;
	background: url(../images/bar_bg.jpg) no-repeat;;
	padding: 8px 0 0 8px;
	height: 30px;
	color:#532c01;
	font-weight:bold;
	font-size:15px;
	}

.bar2 {
	width:280px;
	background: url(../images/bar_bg.jpg) no-repeat;;
	padding: 8px 0 0 8px;
	height: 30px;
	color:#532c01;
	font-weight:bold;
	font-size:15px;
	}

.contents {
	width:630px;
	margin:10px;
	clear:both;
	}

.contents03 {
	width:630px;
	margin-top:5px;
	}

.contents05 table{
	width:630px;
	margin-top:5px;
	}

.contents09 {
	width:630px;
	margin-top:5px;
	clear:both;
	}

.contents05 table th{
	border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}

.contents09 table{
	width:630px;
	margin-top:5px;
	}

.contents09 table th{
	border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}

.contents ul.yoyaku {
  clear: both;
  padding-bottom: 20px;
  }

.contents ul.yoyaku li {
  list-style: none;
  width: 160px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
.contents ul.yoyaku li a {
  display: block;
  height: 25px;
  background: url(../002/images/navi_yoyaku.jpg) 0 0 no-repeat;
  }

.studio_map {
	background: url(../images/studio_map.jpg);
	width:630px;
	height:179px;
	padding: 50px 0px 0px 0px;
	}

div.contents dl {
	border:none;
    width:630px;
    margin:0px;
    padding:2px 0px;
    }

div.contents dt {
	float:left;
    width:80px;
    padding:5px 0 5px 5px;
    clear:both;
    font-weight:bold;
    }

div.contents dt.new {
	color:#ff0000;
    }

div.contents dd {
	width:500px;
    margin-left:90px;
    padding:5px 5px 5px 10px;
    border-left:1px solid #999;
	}

div.contents dd.new {
	color:#ff0000;
    }

div.contents table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 20px 10px;
    border: 1px #666666 solid;
	}
*html div.contents table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 100px 10px 10px 10px;
    border: 1px #666666 solid;
	}

div.contents table th{
    border: 0px;
	padding:0;
	margin:0;
	border: 1px #666666 solid;
	background-color:#fff8da;
	padding:3px;
	}

div.contents table td{
    border: 0px;
	margin:0;
	padding:3px;
	border: 1px #666666 solid;
	text-align:center;
	}

.trial{
    color:#ff0000;
	}


div.studio_map table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 0 10px;
	}
*html div.studio_map table {
	width:600px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 100px 10px 10px 10px;
	}
	
div.studio_map table td{
    border: 0px;
	padding:0;
	margin:0;
	}

.studio_sec {
	width:630px;
	height:auto;
	}

div.studio_sec table {
	width:600px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 1;
    margin: 5px 10px 10px 10px;
	}
	
div.studio_sec table th{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	background-color:#f8ecda;
	}	

div.studio_sec table td{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	}

.studio_menu {
	width:630px;
	height:auto;
	}

div.studio_menu table {
	width:600px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    border-spacing: 1;
    margin: 5px 10px 10px 10px;
	}

div.studio_menu table th{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	background-color:#f8ecda;
	}

div.studio_menu table td{
    border: 1px #666666 solid;
	padding:5px;
	margin:0;
	text-align:center;
	}

div.studio_menu table td.course{
	text-align:left;
	}

div.studio_menu table td.trial{
	color:#ff0000;
	}

.mtitle_sample {
	background: url(../images/mtitle_sample.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle_yoyaku {
	background: url(../images/mtitle_yoyaku.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle01 {
	background: url(../images/mtitle01.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle04 {
	background: url(../images/mtitle04.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle05 {
	background: url(../images/mtitle05.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle06 {
	background: url(../images/mtitle06.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle07 {
	background: url(../images/mtitle07.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle08 {
	background: url(../images/mtitle08.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle09 {
	background: url(../images/mtitle09.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle10 {
	background: url(../images/mtitle10.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle202 {
	background: url(../002/images/title_tenjin.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle203 {
	background: url(../002/images/title_kokura.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle204 {
	background: url(../002/images/title_nishijin.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle205 {
	background: url(../002/images/title_kurume.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle206 {
	background: url(../002/images/title_nagasaki.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle207 {
	background: url(../002/images/title_kumamoto.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle208 {
	background: url(../002/images/title_funabashi.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle210 {
	background: url(../002/images/title_fujisawa.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle211 {
	background: url(../002/images/title_urawa.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle212 {
	background: url(../002/images/title_omiya.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle213 {
	background: url(../002/images/title_nagoya.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle214 {
	background: url(../002/images/title_nagoyaekimae.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle215 {
	background: url(../002/images/title_nagoyasakae.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle216 {
	background: url(../002/images/title_nanba.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle217 {
	background: url(../002/images/title_doujima.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle218 {
	background: url(../002/images/title_kyoto.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle219 {
	background: url(../002/images/title_kobe.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle220 {
	background: url(../002/images/title_nishinomiya.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle222 {
	background: url(../002/images/title_sample.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle223 {
	background: url(../002/images/title_ginza.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle224 {
	background: url(../002/images/title_ginzaten.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle225 {
	background: url(../002/images/title_aoyama.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle226 {
	background: url(../002/images/title_omotesando.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle227 {
	background: url(../002/images/title_meguro.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle228 {
	background: url(../002/images/title_hachiouji.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle229 {
	background: url(../002/images/title_machida.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle230 {
	background: url(../002/images/title_futakotamagawa.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle231 {
	background: url(../002/images/title_kichijoji.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}
	
.mtitle232 {
	background: url(../002/images/title_sendai.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle233 {
	background: url(../002/images/title_hiroshima.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle234 {
	background: url(../002/images/title_shinjuku.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle301 {
	background: url(../003/images/title_facial.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle302 {
	background: url(../003/images/title_body.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle303 {
	background: url(../003/images/title_head.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle304 {
	background: url(../003/images/title_other.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}

.mtitle501 {
	background: url(../005/images/mtitle05.jpg);
	width:630px;
	height:84px;
	text-indent: -9999em;
	}


.stitle0101 {
	background: url(../003/images/subtitle_0101.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0102 {
	background: url(../003/images/subtitle_0102.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0201 {
	background: url(../003/images/subtitle_0201.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0202 {
	background: url(../003/images/subtitle_0202.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	}

.stitle0301 {
	background: url(../003/images/subtitle_0301.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0401 {
	background: url(../003/images/subtitle_0401.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0402 {
	background: url(../003/images/subtitle_0402.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle0403 {
	background: url(../003/images/subtitle_0403.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle1001 {
	background: url(../images/title1001.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle1002 {
	background: url(../images/title1002.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.stitle1003 {
	background: url(../images/title1003.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	margin-bottom:5px;
	}

.title01 {
	background: url(../images/title_top.jpg);
	width:630px;
	height:35px;
	text-indent: -9999em;
	}
	
.catch {
	font-size:1.8em;
	font-weight:bold;
	color:#a6875a;
	line-height:1em;
	}
	
#map {
	width:300px;
	height:200px;
	}
	
#option {
	display:block;
	width:600px;
	height:auto;
	padding:10px;
	border: 1px #666666 dashed;
	}
	
#cam {
	width:630px;
	height:80px;
	background: url(../images/banner01.jpg);
	text-indent: -9999em;
	}
	
#cam a{
	display:block;
	width:630px;
	height:80px;
	}
	
#cam a:hover {
	background: url(../images/cam_banner_ov.gif);
	}
	
.tx10 {
	font-size:10px;
	}