@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Illusion                    */
/*                 09  Eye_hand                    */
/*                 10  Emotion                     */
/*                 11  Believe                     */
/*                 12  Lesson                      */
/*                 13  Face_lesson                 */
/*                 14  Walk_lesson                 */
/*                 15  Make_lesson                 */
/*                 16  Elegant_lesson              */
/*                 17  Photo_lesson                */
/*                 18  President                   */
/*                 19  Media_info                  */
/*                 20  Company                     */
/*                 21  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	}
#wrapper_2 {
	background: url(../images/footer_bg2.jpg) bottom no-repeat;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) bottom no-repeat;
	}

#content {
	width: 560px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #593F3F;
	background: #fff;
	margin:0 15px 0 0;
	}
* html #content {
	margin:0 7px 0 0;
	}



/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 120px;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}

* html body #header { height: 120px; } /*  for IE6 only */

h1 {
	text-indent: -9999px;
	width: 555px;
	height: 85px;
	line-height: 1.0;
	float: left;
	margin: 0 0 0 13px;
	}

h1 a {
	display: block;
	width: 555px;
	height: 85px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p#logo_s {
	float: left;
	width: 67px;
	height: 85px;
	margin: 0 0 0 35px;
	text-indent: -9999px;
	}
	
#header p#logo_s a {
	display: block;
	width: 67px;
	height: 85px;
	background: url(../images/logo_school.jpg) 0 0 no-repeat;
	}

* html #header p#logo_s { margin-left: 18px; } /*  for IE6 only */	

/*----------04  Navigation -----------*/

#nav {
	width: 192px;
	float: left;
	padding: 5px 0 20px 0;
	margin-left:25px;
	padding-bottom:170px;
	
	}

* html #nav {
	margin-left:15px;
	}


#nav h2 {
    text-indent:-9999px;
    height:37px;
    }

#nav h2#nav_title01 { background: url(../images/nav.jpg) 0 0 no-repeat;margin-bottom:5px;}    


#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}

#nav01 a { background: url(../images/nav.jpg) 0 -42px no-repeat; height: 32px;}
#nav02 a { background: url(../images/nav.jpg) 0 -80px no-repeat; margin-top:5px; height: 32px;}
#nav03 a { background: url(../images/nav.jpg) 0 -118px no-repeat; margin-top:5px; height: 32px;}
#nav04 a { background: url(../images/nav.jpg) 0 -158px no-repeat; margin-top:8px; height: 37px;}
#nav05 a { background: url(../images/nav.jpg) 0 -197px no-repeat; margin-top:3px; height: 37px;}
#nav06 a { background: url(../images/nav.jpg) 0 -603px no-repeat; margin-top:5px; height: 32px;}
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; margin-top:5px; height: 32px;}
#nav08 a { background: url(../images/nav.jpg) 0 -318px no-repeat; margin-top:5px; height: 32px;}
#nav09 a { background: url(../images/nav.jpg) 0 -358px no-repeat; margin-top:5px; height: 32px;}
#nav10 a { background: url(../images/nav.jpg) 0 -398px no-repeat; margin-top:5px; height: 32px;}
#nav11 a { background: url(../images/nav.jpg) 0 -440px no-repeat; margin-top:8px; height: 37px;}
#nav12 a { background: url(../images/nav.jpg) 0 -480px no-repeat; margin-top:5px; height: 37px;}
#nav13 a { background: url(../images/nav.jpg) 0 -520px no-repeat; margin-top:5px; height: 37px;}
#nav14 a { background: url(../images/nav.jpg) 0 -560px no-repeat; margin-top:5px; height: 37px;}
#nav15 a { background: url(../images/nav.jpg) 0 -279px no-repeat; margin-top:5px; height: 32px;}

#nav01 a:hover { background: url(../images/nav.jpg) -192px -42px no-repeat; height: 32px;}
#nav02 a:hover { background: url(../images/nav.jpg) -192px -80px no-repeat; height: 32px;}
#nav03 a:hover { background: url(../images/nav.jpg) -192px -118px no-repeat; height: 32px;}
#nav04 a:hover { background: url(../images/nav.jpg) -192px -158px no-repeat; height: 37px;}
#nav05 a:hover { background: url(../images/nav.jpg) -192px -197px no-repeat; height: 37px;}
#nav06 a:hover { background: url(../images/nav.jpg) -192px -603px no-repeat; height: 32px;}
#nav07 a:hover { background: url(../images/nav.jpg) -192px -240px no-repeat; height: 32px;}
#nav08 a:hover { background: url(../images/nav.jpg) -192px -318px no-repeat; height: 32px;}
#nav09 a:hover { background: url(../images/nav.jpg) -192px -358px no-repeat; height: 32px;}
#nav10 a:hover { background: url(../images/nav.jpg) -192px -398px no-repeat; height: 32px;}
#nav11 a:hover { background: url(../images/nav.jpg) -192px -440px no-repeat; height: 37px;}
#nav12 a:hover { background: url(../images/nav.jpg) -192px -480px no-repeat; height: 37px;}
#nav13 a:hover { background: url(../images/nav.jpg) -192px -520px no-repeat; height: 37px;}
#nav14 a:hover { background: url(../images/nav.jpg) -192px -560px no-repeat; height: 37px;}
#nav15 a:hover { background: url(../images/nav.jpg) -192px -279px no-repeat; height: 32px;}

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0 auto;
	height:80px;
	background: #fff url(../images/footer_bg.jpg) bottom no-repeat;
	text-align: center;
	}
#footer address { text-indent:-9999px; }

/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 0 15px;
	}
* html #content h2 {
	margin: 0 15px 10px;
	}
*:first-child+html #content h2 {
	margin: 0 15px 10px;
	} /*  for IE7 only */

#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: 15px 0 0 0;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 3px no-repeat;
	padding-left: 18px;
	}
	
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 78px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 26px;
	background: url(../images/totop.png) 0 0 no-repeat;
	}

#content .alpha,
#content .beta{
    float:left;
    margin-right:10px;
    }
#content .gamma{
    float:right;
    }

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content .subtitle{
    font-size:120%;
    font-weight:bold;
    color:#C16B6B;
    }
#content .subtitle2{
    font-size:120%;
    font-weight:bold;
    color:#727272;
    }

#content table {
    margin-top:10px;
    border: 1px solid #DEDEDE;
    line-height:20px;
    }
#content table td {
    border: 1px solid #DEDEDE;
    color:#6F6F6F;
    }
#content table dl {
    padding:0;
    }  
#content table th{
    text-align:center;
    border: 1px solid #DEDEDE;
    background:#DFCAC3;
    color:#6F5A5A;
    font-weight:bold;
    }
#content table ul{
    margin:0;
    padding:0;
    }
#content table ol{
    margin-top:0;
    margin-bottom:0;
    }
#content table li{
    line-height:20px;
    } 
* html #content table{font-size:95%;}
* html #content table th {padding:3px 5px 3px 5px;}

#ban_photo {
    text-indent:-9999px;
    }
#ban_photo a {
    display:block;
    width:178px;
    height:110px;
    background:url(../images/ban_photo.jpg) 0 0 no-repeat;
    }
#ban_photo a:hover { background:url(../images/ban_photo.jpg) 0 0 no-repeat;}

#ban_style {
    text-indent:-9999px;
    }
#ban_style a {
    display:block;
    width:178px;
    height:110px;
    background:url(../images/ban_style.jpg) 0 0 no-repeat;
    }
#ban_style a:hover { background:url(../images/ban_style.jpg) 0 0 no-repeat;}

#ban_style02 {
    text-indent:-9999px;
    }

#ban_style02 a {
    display:block;
    width:178px;
    height:66px;
    background:url(../images/ban_style02.gif) 0 0 no-repeat;
    }

#ban_style02 a:hover { background:url(../images/ban_style02.gif) 0 0 no-repeat;}

#ban_media {
    text-indent:-9999px;
    }
#ban_media a {
    display:block;
    width:178px;
    height:110px;
    background:url(../images/ban_style.jpg) 0 0 no-repeat;
    }
#ban_media a:hover { background:url(../images/ban_style.jpg) 0 0 no-repeat;}

#ban_aps {
    text-indent:-9999px;
    }
#ban_aps a {
    display:block;
    width:178px;
    height:110px;
    background:url(../images/aps_banner.jpg) 0 0 no-repeat;
    }
#ban_aps a:hover { background:url(../images/aps_banner.jpg) 0 0 no-repeat;}

.text_block{
    margin-top:30px;
    }

.image_block{
	margin-top:10px;
	}

.step_box{
    border:1px solid #ccc;
    padding:3px 10px 3px 10px;
    margin:20px 0 20px 0 ;
    }
.step,
.step_end {
    color:#666666;
    text-align:center;
    font-weight:bold;
    }
.step {
    padding-bottom:30px;
    background:url(../images/step_bg.png) bottom no-repeat;
    }
.point {
    font-weight:bold;
    font-size:105%;
    }

/*-------- 07  Index --------*/
#index h2#title01 { 
    background:url(../images/index_h2-01.png) 0 0 no-repeat;
    margin:0 0 15px 30px;
    }    
#index h3#title02 { 
    background:url(../images/index_h3-02.png) 0 0 no-repeat;
    margin-left:180px;
    margin-top:20px;
    }    
#index .company_info{
    float:right;
    }
#index .company_info ul li{
    background:none;
    }
#index .greeting{ margin-top:10px;}
#index .greeting2{ margin-top:38px;}
#index .greeting3{ margin-top:28px;}
#index ul.no_indent{
    margin:0;
    }
#index ul.no_indent li{
    margin:0;
    padding:0;
    background:none;
    }
#index .company_greeting{
    width:270px;
    float:right;
    }
#index .company_info{
    float:right;
    }
#index .topimg{
    margin-bottom:10px;
    }

#index #section_ban {
	padding-right: 0px;
	padding-left: 3px;
	}

#index #image_ban {
	margin-right: 0px;
	}

#index #ban_aps {
	margin-right: 3px;
	}

/*-------- 08  Illusion --------*/
#illusion h2#title01 { background:url(../images/illusion_h2-01.png) 0 0 no-repeat; }
#illusion h3#title02 { background:url(../images/illusion_h3-02.png) 0 0 no-repeat; }
#illusion h3#title03 { background:url(../images/illusion_h3-03.png) 0 0 no-repeat; }


/*-------- 09  Eye_hand --------*/
#eye_hand h2#title01 { background:url(../images/eye_hand_h2-01.png) 0 0 no-repeat; }
#eye_hand h3#title02 { background:url(../images/eye_hand_h3-02.png) 0 0 no-repeat; margin-top:30px;}
#eye_hand h3#title03 { background:url(../images/eye_hand_h3-03.png) 0 0 no-repeat; }
#eye_hand h3#title04 { background:url(../images/eye_hand_h3-04.png) 0 0 no-repeat; }
#eye_hand h3#title05 { background:url(../images/eye_hand_h3-05.png) 0 0 no-repeat; }
#eye_hand h4#title06 { background:url(../images/eye_hand_h4-06.png) 0 0 no-repeat; }
#eye_hand h4#title07 { background:url(../images/eye_hand_h4-07.png) 0 0 no-repeat; }
#eye_hand h4#title08 { background:url(../images/eye_hand_h4-08.png) 0 0 no-repeat; }

#eye_hand ul.anker_link {
    padding-bottom:20px;
    margin-left:10px;
    }
#eye_hand ul.anker_link li{
    float:left;
    margin-right:15px;
    }
#eye_hand .step_box .subtitle{
    text-align:center;
    }
#eye_hand .step_box .subtitle2{
    text-align:center;
    }

#eye_hand .step_box .flow_subtitle{
    font-weight:bold;;
	background: url(../images/li_bg.png) 0 3px no-repeat;
	padding-left: 18px;
    }
#eye_hand .keyword{
    font-weight:bold;
    text-decoration: underline;
    }
#eye_hand .keytitle{
    background:#6F5353;
    width:80px;
    text-indent:10px;
    color:#fff;
    }
#eye_hand .flow .text{
    padding-top:50px;
    }
    
#eye_hand .flow .text_flow{
    font-weight:bold;
    }

/*-------- 10  Emotion --------*/
#emotion h2#title01 { background:url(../images/emotion_h2-01.png) 0 0 no-repeat; }
#emotion h3#title02 { background:url(../images/emotion_h3-02.png) 0 0 no-repeat; }

#emotion p#point_step {
	margin-top: 50px;
	} 

/*-------- 11  Believe --------*/
#believe h2#title01 { background:url(../images/believe_h2-01.png) 0 0 no-repeat; }
#believe h3#title02 { background:url(../images/believe_h3-02.png) 0 0 no-repeat; }
#believe ul.subtitle{
    color:#7F4747;
    }

/*-------- 12  Lesson --------*/
#lesson h2#title01 { background:url(../images/lesson_h2-01.png) 0 0 no-repeat; }
#lesson h3#title02 { background:url(../images/lesson_h3-02.png) 0 0 no-repeat; }
#lesson h4#title03 { background:url(../images/lesson_h4-03.png) 0 0 no-repeat; }
#lesson h4#title04 { background:url(../images/lesson_h4-04.png) 0 0 no-repeat; }
#lesson h4{
   margin-top:20px;
   }

#lesson table li{
    padding-left:0;
    background:none;
    }
#lesson table {
    width:420px;
    }
#lesson table th{
    width:120px;
    }

/*-------- 13  Face_lesson --------*/
#face_lesson h2#title01 { background:url(../images/face_lesson_h2-01.png) 0 0 no-repeat; }
#face_lesson h3#title02 { background:url(../images/face_lesson_h3-02.png) 0 0 no-repeat; }


/*-------- 14  Walk_lesson --------*/
#walk_lesson h2#title01 { background:url(../images/walk_lesson_h2-01.png) 0 0 no-repeat; }
#walk_lesson h3#title02 { background:url(../images/walk_lesson_h3-02.png) 0 0 no-repeat; height:60px;}


/*-------- 15  Make_lesson --------*/
#make_lesson h2#title01 { background:url(../images/make_lesson_h2-01.png) 0 0 no-repeat; }
#make_lesson h3#title02 { background:url(../images/make_lesson_h3-02.png) 0 0 no-repeat; }


/*-------- 16  Elegant_lesson --------*/
#elegant_lesson h2#title01 { background:url(../images/elegant_lesson_h2-01.png) 0 0 no-repeat; }
#elegant_lesson h3#title02 { background:url(../images/elegant_lesson_h3-02.png) 0 0 no-repeat; height:60px;}


/*-------- 17  Photo_lesson --------*/
#photo_lesson h2#title01 { background:url(../images/photo_lesson_h2-01.png) 0 0 no-repeat; }
#photo_lesson h3#title02 { background:url(../images/photo_lesson_h3-02.png) 0 0 no-repeat; height:60px;}


/*-------- 18  President --------*/
#president h2#title01 { background:url(../images/president_h2-01.png) 0 0 no-repeat; }
#president h3#title02 { background:url(../images/president_h3-02.png) 0 0 no-repeat; height:60px;}
#president .banners {
    margin-top:20px;
    }
#president .banners #ban_photo a {
    width:160px;
    height:99px;
    background:url(../images/ban_photo_s.jpg) 0 0 no-repeat;
    }
#president .banners #ban_photo a:hover { background:url(../images/ban_photo_s.jpg) 0 0 no-repeat;}

#president .banners #ban_style a {
    width:160px;
    height:99px;
    background:url(../images/ban_style_s.jpg) 0 0 no-repeat;
    }
#president .banners #ban_style a:hover { background:url(../images/ban_style_s.jpg) 0 0 no-repeat;}

#president .banners #ban_media a {
    width:160px;
    height:99px;
    background:url(../images/ban_media_s.jpg) 0 0 no-repeat;
    }
#president .banners #ban_media a:hover { background:url(../images/ban_media_s.jpg) 0 0 no-repeat;}

#president dl.mark_info{
    margin:0;
    }

#president dl.mark_info dt{
    float:left;
    }

/*-------- 19  Media_info --------*/
#media_info h2#title01 { background:url(../images/media_info_h2-01.png) 0 0 no-repeat; }

#media_info .none_pad {
	padding-left: 0px;
	}

#media_info dl {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
	}

#media_info dt.info_title {
	background: url(../images/media_info_bg.png) 0 0 no-repeat;
	padding-left: 25px;
	line-height: 16px;
	}

#media_info dd.info_text {
	padding-top: 10px;
	}

#media_info ul#info_textlink {
	margin-left: 5px;
	}

#media_info ul li.tlink {
	text-indent: 5px;
	} 

/*-------- 20  Company --------*/
#company h2#title01 { background:url(../images/company_h2-01.png) 0 0 no-repeat; }
#company h3#title02 { 
	background:url(../images/company_h3-02.png) 0 0 no-repeat;
	margin-left: 10px;
 }
#company table th{
    width:100px;
    }
	
#company #ban_photo,
#company #ban_style,{ 
	margin-right: 0px;
	}

#company div.banners p.alpha,
#company div.banners p.beta {
	padding-right: 2px;
	margin-right: 0;
	}

#company .sec_pad {
	padding-right: 10px;
	padding-left: 10px;
	}

#company .sec_nonepad {
	padding-right: 0;
	padding-left: 0;
	}

/*-------- 21  Sitemap --------*/
#sitemap h2#title01 { background:url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap #content dt{
   font-size:105%;
   text-indent:25px;
   background:url(../images/sitemap_bg.png) 0 0 no-repeat;
   }
#sitemap #content dt a{
   color:#593F3F;
   }
#sitemap #content dt a:hover{
   color:#DBB8AD;
   }
   
#sitemap #content dd{
   margin:0 0 20px 0;
   color:#897676;
   padding:0;
   }
* html #sitemap #content dd{
   margin:0 0 20px -40px;
   width:500px;
   }
*:first-child+html #sitemap #content dd{
   margin:0 0 20px -40px;
   width:500px;
   }

#sitemap .text_block{
    margin-top:18px;
    }

/*-------- 22  Style_lesson --------*/
#style_lesson h2#title01 { background:url(../images/style_lesson_h2-01.png) 0 0 no-repeat; }
#style_lesson h3#title02 { background:url(../images/style_lesson_h3-02.png) 0 0 no-repeat; }

