@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #ffcd05 url(../images/body_bg.gif) left top repeat-y;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 50px;
	background: #ffcd05 url(../images/header_bg.gif) left top repeat-y;
}
#logo {
	position: absolute;
	left: 2px;
	top: 10px;
	margin: 0;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 3px;
		left: 200px;
		width: 800px;
	}
	#navigation p{
		position: absolute;
		top: 50px;
		left: 230px;
		width: 800px;
	}
	#navigation h2 {
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 107px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images/navigation_bg.gif) left top no-repeat;
	}
	#navigation li a:hover {
		color: #EC8602;
		background: url(../images/navigation_bg.gif) right top no-repeat;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #EC8602;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 761px;
	margin-top: 30px;
	background-color: #ccc;
}
#primary {
	position: absolute;
	width: 808px;
	left: 206px;
	top: 0;
/*	background-color: #000; */
}
#secondary {
	position: absolute;
	width: 200px;
	left: 2px;
	top: 20px;
/*	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y; */
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 15px 26px 20px;
}

#primary .main{
        text-align:center;
        width:808px;
        height:268px;
}

#primary .maineach{
        text-align:center;
        width:808px;
        height:200px;
}

#main_menu{
padding-left:5px;
        width:808px;
        height:632px;
}

#copyright{
    font-size:90%;
    color:#69645c;
    text-align:center;
}
#footer{

    padding-top:70px;
    width:810px;
    text-align:center;
    background: url(../images/footer_back.gif) center top no-repeat;
}
#footer A:link {
	COLOR: #898378; TEXT-DECORATION: none
}
#footer A:visited {
	COLOR: #898378; TEXT-DECORATION: none
}
#footer A:hover {
	COLOR: #69645c; TEXT-DECORATION: underline
}
#footer A:active {
	COLOR: #69645c; TEXT-DECORATION: underline
}

#footer-menu {
    padding:0;
    margin:0;
    list-style-type:none;
    text-align:left;
    COLOR: #69645c;
}

#footer-menu li {
padding: 0;
margin:0 20px 0 0;
display: inline;
font-weight:bold;
float:right;

list-style-type: none;


}
#footer-menu LI UL {
	MARGIN: 0.5em 0px 2em;
}
#footer-menu UL LI {
padding:0 0 4px 0;
margin:0;
float:none;
display: block;
font-weight:normal;
font-size:12px;

WIDTH: 180px;

}

#footer-menu {
	OVERFLOW: hidden; HEIGHT: 1%;
}
#footer-menu LI {
	WIDTH: 180px;
}
#footer-menu LI A {

}
#footer-menu LI STRONG {
	DISPLAY: block;
}
#footer-menu UL LI {
	FONT-SIZE: 11px! important;
}

#primary h2 {
    margin-top: 4px;
    padding:8px;
    border: 1px solid #ccc;
    color:blue;
    background:#eee;
    font-size: 100%;
    font-weight: bold;
}
#primary h3 {
	font-size: 117%;
	margin: 0;
        padding-left:50px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
		background: url(../images/yajirushi.gif) left center no-repeat;
}
#primary p {
	margin: 10px 0;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 100%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #D77900;
	border-bottom: 1px solid #D77900;
	color:  #69645c;
	background: #ffcd05;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 175px !important;
		width /**/: 198px;
		padding: 5px 5px 5px 18px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 770px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: right;
}

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: center;
  font-size: 120%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}

/* カレンダー
---------------------------------------------*/
#calendar {
	text-align: center;
	margin-top: 40px;
}
#calendar table {
	width: 95%;
	margin: 0 auto;
	font-size: 90%;
}
#calendar th,#calendar td {
	padding: 3px;
	text-align: center;
}
#calendar th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #E0E0E0 url(../images/th_bg.gif) left bottom repeat-x;
}
#calendar td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #FFFFFF url(../images/td_bg.gif) left bottom repeat-x
}
#calendar td a {
	display: block;
	width: 100%;
	background-color: #009900;
	color: #FFFFFF;
	text-decoration: none;
}
#calendar td a:hover {
	background-color: #74CE70;
}
