/*@charset "UTF-8";*/

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
   background-image:url("images/back_blue.gif");
   background-repeat:  repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#008000;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:760px;
   margin:0 auto;
   border: 1px solid #ff00ff;
   background:#fff;
   border-top:0px solid #008F7C;
   border-bottom:0px solid #008F7C;
}

DIV#header {
   width:760px;
   height:200px;
   background-color : #fff;
   background-image:url("images/header-logo.gif");
   background-repeat:  no-repeat;
   background-position: center;
}

div#menu {
   width:760px;
   background:#000;
}

div#contents {
   float:left;
   width:760px;
   margin-top:10px;
}

div#sub1 {
   float:left;
   width:170px;
}

div#sub2 {
   float:left;
   width:170px;
}

div#main {
   float:left;
   margin:0 10px;
   width:570px;
   text-align: left;
}


div#footer {
   position:relative;
   clear:both;
   width:760px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:150%;/* 24px相当 */
   color:#000;
   line-height:80px;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#ddd;
}

/* ========MENU CUSTOMIZE======== */

div#menu ul {    
	width:100%;
	height:43px;
    background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size:0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	list-style-type: none; 
	font-weight: bold; 
	margin: 0; 
	padding: 0; }
}

div#menu li { 
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
div#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}
div#menu li a:hover { color: #333; }
div#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0px; 
}


/* 回り込み解除 */
div#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========table CONTENTS CUSTOMIZE======== */
table.table111 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 400px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table111 caption {
  margin-top: 1em;
  text-align: left;
}

table.table111 th,
table.table111 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table111 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table111 td.course {
  text-align: center;
  font-size: 100%;
  font-weight: bolder;
}

table.table111 td.time,
table.table111 td.fee {
  text-align: right;
  white-space: nowrap;
}

table.table111 tr.course-c {
  background: #FFF3F9;
}

table.table111 tr.course-b {
  background: #FFE6F3;
}

table.table111 tr.course-a {
  background: #FFD9EC;
}

table.table111 tr.course-sp {
  background: #FFCCE6;
}

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 200px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: right;
  font-size: 83%;
  font-weight: normal;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}

table.table020 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 300px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table020 caption {
  margin-top: 1em;
  text-align: left;
}

table.table020 th,
table.table020 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table020 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table020 td.course {
  text-align: right;
  font-size: 83%;
  font-weight: normal;
}

table.table020 td.time,
table.table020 td.fee {
  text-align: right;
  white-space: nowrap;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#008000;
}

div#main a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

div#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("images/bg_h2.gif");
}

div#main h3 {
   text-align:left;
   margin:0 0 1em 0;
   font-size:88%;/* 14px相当 */
   border-top:3px groove #000;
   border-bottom:3px groove #000;
   border-left:
}

div#main h4 {
text-align:left;
   margin-bottom:2px;
   font-size:88%;/* 13px相当 */
   border-bottom: 3px double #000;

   line-height:1.4;
}

div#main h5 {
text-align:center;
   margin-bottom:2px;
   font-size:88%;/* 13px相当 */
   line-height:1.4;
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main p{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main ul,ol,dl{
   font-size:82%;/* 13px相当 */
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ========SUB1 CONTENTS CUSTOMIZE======== */
div#sub1 .section {
   background:#DEDDD0;
}

div#sub1 h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url("images/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub1 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub1 li {
   margin:0;
   padding-left:18px;
   font-size:82%;/* 13px相当 */
   line-height:1.8;
   background:#DEDDD0 url("images/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}


/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .section {
   background:#DEDDD0;
}

div#sub2 h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url("images/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub2 h3 {
   text-align:left;
   margin:0 0 1em 0;
   font-size:88%;/* 14px相当 */
   border:3px groove #000;
   border-left:
}

div#sub2 h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#sub2 h5 {
   margin-bottom:5px;
   font-size:100%;/* 14px相当 */
   border-left:
}


div#sub2 h6 {
   text-align:right;
   margin-right:10px;
   font-size:82%;/* 14px相当 */
   border-left:
}

div#sub2 ul {
   margin:0;
      text-align:left;
}

div#sub2 li {
   margin:0;
   padding:0;

   border-top:2px solid #008F7C;
   font-size:82%;/* 13px相当 */
   list-style:none;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px;
   text-align:right;
   font-size:82%;/* 13px相当 */
}

div#totop a{
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 60% no-repeat;
}

/*- drop_down3 ---------------------------------- */

.pulldown, .pulldown ul {
	padding:0;
	margin:0;
	list-style:none;
}
.pulldown {
	border-top:5px solid #9a9a9a;
	height:30px;
	width:654px;
}
.pulldown li a {
	text-decoration:none;
}
.pulldown li {
	float:left;
	width:130px;
	margin-right:1px;
	position:relative;
}
.pulldown li.last {
	margin:0;
}
.pulldown li a.top {
	display:block;
	width:140px;
	height:20px;
}
.pulldown ul {
	width:130px;
	position:absolute;
	left:0;
	top:0;
}
.pulldown ul li {
	visibility:hidden;
	position:absolute;
}

.pulldown ul li.heading {
	visibility:visible;
	display:block;
	width:130px;
	height:30px;
	background:url(images/li_back_button.png);
	font-family:arial, verdana, sans-serif;
	color:#ffff00;
	text-align:center;
	font-size:13px;
	line-height:30px;
	position:absolute;
}

.pulldown table {
	padding:0;
	margin:0;
	border-collapse:collapse;
	margin:-1px;
}

.pulldown li a:hover {
	visibility:visible;
}

.pulldown :hover ul li {
	visibility:visible;
	position:static;
	width:130px;
}

.pulldown :hover ul li a {
	display:block;
	padding:3px 0 3px 20px;
	width:110px;
	background:#9a9a9a;
	color:#fff;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
}

.pulldown :hover ul li a:hover {
	text-decoration:underline;
}

/* fix for IE5.x and IE6 alpha opacity png background images */
.pulldown ul li.heading {
	behavior: url(iepngfix.htc);
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:20px 0;
   text-align:center;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#333;
   border-top:1px solid #ccc;
}

