@charset "UTF-8";
@import "base.css";
@import "sori.css";
/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  School                      */
/*                 09  Course                      */
/*                 10  Adviser                     */
/*                 11  Basic                       */
/*                 12  Nard                        */
/*                 13  Medical                     */
/*                 14  Inquiry                     */
/*                 15  Qanda                       */
/*                 16  Link                        */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f6f4f9; }

#wrapper {
	background: url(../images/bg.jpg) top repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 10px;
	padding-bottom: 20px;
	background: url(../images/main.jpg) repeat-y;
	}

#content {
	width: 570px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0;
	margin-right: 20px;
	display: inline;
	}

#main_image {
	width: 800px;
	border-bottom: 3px solid #b1668f;
	background: url(../images/main_image.jpg) 0 0 no-repeat;
	padding: 154px 0 38px 0;
	margin: 0 10px;
	}
#main_image p {
	height: 60px;
	margin: 0 0 0 18px;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background-color:#F9F3FD;
	height: auto;
	width: 800px;
	margin: 0 10px;
	padding: 0;
	border-bottom: 4px solid #ffffff;
	}
* html body #header { height: 100px; } /*  for IE6 only */

#header h1 {
	padding:5px 0 2px 10px;
	font-size:12px;
	}
#header h1 a {
	text-decoration:none;
	}
#top {
	width: 800px;
	height: 80px;
	}

#header .section {
	width: 800px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../images/header_nav.jpg) 0 0 repeat-x;
	border-top: 1px solid #ffffff;
	}

#header_nav {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	font-size: 85%;
	}
*:first-child+html #header_nav { font-size: 9px; } /*  for IE7 only */
* html body #header #header_nav { font-size: 9px; } /*  for IE6 only */

#header_nav li {
	height: 15px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	}
#header_nav li a {
	display: block;
	width: 70px;
	height: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 10px 0 20px 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	margin: 0 10px;
	height: 30px;
	}

#nav .internal li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	}

#nav .internal #nav05,
#nav .internal #nav06,
#nav .internal #nav07,
#nav .internal #nav08,
#nav .internal #nav12 {
	height: 45px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -25px no-repeat;}
#nav .internal #nav05 a { background: url(../images/nav.jpg) 0 -50px no-repeat; height: 40px; }
#nav .internal #nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; height: 40px; }
#nav .internal #nav07 a { background: url(../images/nav.jpg) 0 -130px no-repeat; height: 40px; }
#nav .internal #nav08 a { background: url(../images/nav.jpg) 0 -170px no-repeat; height: 40px; }
#nav09 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -235px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -260px no-repeat; }
#nav .internal #nav12 a { background: url(../images/nav.jpg) 0 -285px no-repeat; height: 40px; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -25px no-repeat;}
#nav .internal #nav05 a:hover { background: url(../images/nav.jpg) -180px -50px no-repeat; height: 40px; }
#nav .internal #nav06 a:hover { background: url(../images/nav.jpg) -180px -90px no-repeat; height: 40px; }
#nav .internal #nav07 a:hover { background: url(../images/nav.jpg) -180px -130px no-repeat; height: 40px; }
#nav .internal #nav08 a:hover { background: url(../images/nav.jpg) -180px -170px no-repeat; height: 40px; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -235px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -260px no-repeat; }
#nav .internal #nav12 a:hover { background: url(../images/nav.jpg) -180px -285px no-repeat; height: 40px; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0 10px;
	background: #fff url(../images/footer.jpg) 0 3px repeat-x;
	font-size: 85%;
	text-align: left;
	color: #9e4267;
	border-top: 3px solid #b1668f;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #9e4267;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 1em;
	color: #9f88f2;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 0; }
.section .section { padding: .5em 10px; }

.section p { padding: .5em 20px; }

p.center { text-align: center; }

#content h2 {
	height: 45px;
	margin: 10px 0 0 0;
	}
#content h3 {
	clear: both;
	height: 36px;
	}
#content h4 {
	height: 30px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding: 2px;
	background: #fff3ff;
	color: #b1668f;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #a04267;
	outline: none;
	}
a:hover { color: #dc84a7; }

#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: 85px;
	height: 13px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 13px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	}

/* 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 */

.table_font_small{font-size:80%;}
.table_area {
	margin-left: 20px;
	}

table {
	font-size: 100%;
	color: #666;
	}
.table_area table {
	width: 500px;
	}
.table_area table.plan {
	width: 250px;
	margin-left:125px;
	}
.table_area table.plan th,
.table_area table.plan td{
	background: #fff;
	color:#933;
	}
table,
table tr th,
table tr td {
	border: 1px solid #dfc3d9;
	background: #fff1fe;
	}
table tr.colored th,
table tr.colored td {
	background: #f0e1f6;
	}
table tr th { text-align: left; }
table tr td { text-align: right; }

ol li { color: #a04267; }

.detail { text-align: right; }



.table_area table.plan02 {
	width: 500px;
	}
.table_area table.plan02 th,
.table_area table.plan02 td{
	background: #fff;
	text-align: left;
	}

.table_area table.plan02 td{
	margin: 0px;
	padding: 3px 5px;
	color:#933;
	}

.table_area table.plan02 td.lesson{width: 70px;}
.table_area table.plan02 td.txt02{width: 142px;}

.table_area table.plan02 th.color01{ color:#009900;}
.table_area table.plan02 th.color02{ color:#3399FF;}
.table_area table.plan02 th.color03{ color:#663399;}
/*---------- 07  Index -----------*/

#index .pickup {
	width: 274px;
	background: url(../images/pickup.jpg) 0 25px repeat-x;
	}
#index .pickup h3 {
	width: 274px;
	height: 25px;
	margin: 0;
	padding: 0;
	}
#index .pickup p {
	font-size: 85%;
	}
*:first-child+html #index .pickup p { font-size: 9px; } /*  for IE7 only */
* html body #index .pickup p { font-size: 9px; } /*  for IE6 only */


#index .image_l {
	float: left;
	margin: 0 10px 10px 0;
	}

#index .image_r {
	float: right;
	margin: 0 0 10px 10px;
	}
#index .image_l p,
#index .image_r p {
	padding: 8px;
	}

#index .image_l .pickup_bt,
#index .image_r .pickup_bt {
	text-align: right;
	padding-bottom: 0;
	}


/*---------- 08  School -----------*/


#school p.outline{color:#B0668F;}

#school #content table.table_school {
	width:500px;
	margin:1em;
	border:none;
}
#school #content table.table_school th {
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left:18px;
	vertical-align:top;
}
#school #content table.table_school td {
	text-align:left;
	width:400px;
	margin-left:15px;
}
#school #content table.table_school th,
#school #content table.table_school td {
	border:none;
	font-weight:normal;
	background-color:#fff;
	padding-top:3px;
	padding-bottom:3px;
}
* html #school #content table.table_school th { /* IE6 */
	padding-top:5px;
	padding-bottom:5px;
}


/*---------- 11  Basic -----------*/


#basic .basic_course .image_r,
#basic .basic_course .image_l {
	width: 270px;
	}
#basic .basic_course .image_r {
	margin-left: 0;
	}
#basic .basic_course .image_l {
	margin-right: 0;
	}
#basic .basic_course h4 {
	height: 45px;
	}

#basic .basic_course dl dt {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	padding: 2px;
	background: #fff3ff;
	color: #b1668f;
	}

/*---------- 12  Nard -----------*/



/*---------- 13  Medical -----------*/

#medical .rightbox { margin-left: 240px; }
#medical .leftbox { margin-right: 240px; }

/*---------- 14  Inquiry -----------*/

#inquiry #content #title02 { text-align: center; width: auto; }


#inquiry .table_area tr td { text-align: left; }
#inquiry .table_area tr th { width: 160px; }
#inquiry .table_area tr td input { width: 4em; }
#inquiry .table_area tr td .long { width: 21em; }

/*---------- 15  Qanda -----------*/

#qanda #content dl dt {
	background: url(../images/q.jpg) 0 center no-repeat;
	padding: 10px 0 3px 25px;
	border-bottom: 3px solid #ffeeff;
	color: #b1668f;
	margin: 15px 0 5px;
	}

/*---------- 16  Link -----------*/

#link dl.list dt {
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
