@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333;
}

html{                 /* Firefoxで常にスクロールバーを表示 */
	height:100%;
	margin-bottom:1px;
	scrollbar-face-color: #FFFFFF;
        scrollbar-highlight-color: #999999;
        scrollbar-shadow-color: #999999;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-arrow-color: #999999;
        scrollbar-track-color: #FFFFFF;
        scrollbar-darkshadow-color: #FFFFFF;
}


/*======================================

	アンカー

=======================================*/

a:link {
	color: #0a3f73;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #aa0000;
}

#menu a:link {
	color: #333;
	text-decoration:none;
}

#menu a:visited {
	color: #666;
	text-decoration:none;
}

#menu a:hover {
	color: #000;
	text-decoration:none;
}


/*======================================

	見出し

=======================================*/
h1{
	font-size: 25px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0.1em;
	text-align: right;
	padding-right : 7px;
	
}

h3 {
	font-size: 17px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.3em;
	font-weight: normal;
}

h4 {
	height: 15px;
	line-height: 1.0;
	font-size: 15px;
	font-weight: normal;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 15px solid #333;
	color: #333;
}

/*======================================

	リスト

=======================================*/

ul li{
	margin: 0 0 0 2em;
}

ol li{
	margin: 0 0 0 2.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
}


/*======================================

	段落・水平線・イメージ

=======================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #cccccc; /* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}

 table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 600px;
  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: left;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: left;
  font-size: 100%;
}

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


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	color: #555;
	width: 813px;     /* --（メニュー1個の幅「115」×メニューの数「7」）＋メニュー仕切りラインの本数「8」＝「813」-- */
	margin: 15px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}


/* ----------　ヘッダー　------------- */

#header {
	padding: 3px 0 7px 0;
	margin: 15px auto; 
	border: 1px solid #999;
	text-align: center;     /* IEでセンタリングさせる方法 */
}


/* ----------　メニュー部　------------- */

#menu {
	background: url(img/bgoff.gif) repeat-x bottom;
	width: 813px;     /* --（メニュー1個の幅「115」×メニューの数「7」）＋メニュー仕切りラインの本数「8」＝「813」-- */
	height: 22px;     /* -- #menu pの高さ「17」＋#menu pのpadding上下値をたした値「4」＋#menu pのborder-top値「1」＝「22」 -- */
}

#menu p {
	height: 17px;
	width: 115px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 2px 0 2px 0;
	float:left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.on {
	background: url(img/bgon.gif) repeat-x bottom;
}

.off {
	background: url(img/bgoff.gif) repeat-x bottom;
}

.on2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgon.gif) repeat-x bottom;
	border-right: 1px solid #999;
}
.off2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgoff.gif) repeat-x bottom;
	border-right: 1px solid #999;
}


/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	color: #555;
	width: 811px;     /* --（メニュー部#menuのwidth値「813」）−（左右の枠線の本数「2」）＝「811」-- */
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	clear: both;
}


/* ----------　ページタイトル部　------------- */

#pagetitle {
	text-align: left;
	padding: 20px 50px;
}


/* ----------　メイン 記事部　------------- */

#kizi {
	text-align: left;
	margin: 0 50px; 
}


/* ----------　フッター　------------- */

#footer {
	border: 1px solid #999;
	font-size: 9px;
	margin:  5px 0;
	padding: 5px 0; 
}
