
/*--------------------------------------------------------------ベース設定
*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* default 
-----------------------------------*/
body {
  font-size: 91.6%;
}

/* Except IE 
-----------------------------------*/

html>body {
  font-size: 11pt;
}

html {
  overflow-y: scroll;
}

body {
  color: #474F74;
  line-height: 1.5em;
  background: #fff;
  font-family: "MS UI Gothic", sans-serif;
}

a {
  color: #474F74;
}

a:hover {
  color: #889DF5;
}

.clear {
  clear: both;
  line-height: 0;
}

.purple {
  color: #8077D9;
}

.orange {
  color: #ED5F00;
}

.green {
  color: #65A36A;
}

.larger {
  font-size: larger
}


/*--------------------------------------------------------------コンテナー
*/

#Container {
  background: url('images/side-shadow.gif') repeat-y;
  width: 816px;
  margin: 0 auto;
  overflow: auto;
}

/*--------------------------------------------------------------ヘッダー（別ファイル）
*/

/*--------------------------------------------------------------ナビゲーション（別ファイル）
*/

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

#Footer {
  clear: both;
  font-size: 90%;
  background: url('images/footer.gif') no-repeat bottom;
  width: 784px;
  margin: 0 auto;
  padding: 20px 16px 14px;
  text-align: right;
  overflow: hidden;
}

#Footer p {
  padding: 4px 2px;
}

/*--------------------------------------------------------------コンテンツ
*/

#Contents {
  display: inline;
  border-left: 1px solid #CCD0D8;
  width: 556px;
  margin: 0 8px 0 0;
  padding: 0 0 0 1px;
  float: right;
}

/*--------------------------------------------------------------H2見出し設定
*/

h2 {
  width: 535px;
  height: 43px;
  margin: 0 11px 4px 10px;
  text-indent: -1000em;
  overflow: hidden;
}

#H2_Rinen   {background: url('images/h2_rinen.gif') no-repeat;}
#H2_Program {background: url('images/h2_program.gif') no-repeat;}
#H2_Flow    {background: url('images/h2_flow.gif') no-repeat;}
#H2_Sanka   {background: url('images/h2_sanka.gif') no-repeat;}
#H2_Link    {background: url('images/h2_link.gif') no-repeat;}
#H2_404     {background: url('images/h2_404.gif') no-repeat;}
#H2_forum   {background: url('images/h2_forum.gif') no-repeat;}
#H2_Spprtrs {background: url('images/h2_supporters_club.gif') no-repeat;}

/*--------------------------------------------------------------主宰くどうちあきのご挨拶と理念
*/

#Rinen {
  color: #000;
  background: #F3F7FF url('images/rinen_bg.jpg') no-repeat left bottom;
  width: 471px;/*-- 535px --*/
  margin: 0 11px 8px 10px;
  padding: 24px 32px 24px 32px;
  overflow: auto;
}

#Rinen p {
  margin: 0 0 16px 0;
}

#Rinen ol {
  margin:0 0 1.5em 2em;
}

#Rinen li {
  list-style: decimal;
  margin-bottom: 1em;
}

#Profile {
  background: url('images/profile_bg.gif') repeat-y;
  width: 535px;
  margin: 0 11px 0 10px;
}

#Profile h3 {
  background: url('images/profile_title.gif') no-repeat;
  width: 316px;
  height: 48px;
  margin: 0 0 0 28px;
  text-indent: -1000em;
  overflow: hidden;
}

#Profile p {
  margin: 0 32px 0;
}

#Profile img {
  float: right;
  margin: 0 16px 0 16px;
}

#Profile div.top {
  background: url('images/profile_top.gif') no-repeat;
  width: 535px;
  height: 16px;
}

#Profile div.bottom {
  background: url('images/profile_bottom.gif') no-repeat;
  width: 535px;
  height: 16px;
  margin: 8px 0 0 0;
  overflow: hidden;
}

/*--------------------------------------------------------------スケジュール
*/

#H2_Schedule {
  color: #888;
  text-indent: 0;
  width: auto;
  line-height: 200%;
  margin: 0;
  padding: 0 0 12px 32px;
}

#H2_Schedule span {
  color: #999;
  font-size: 166.6%;
  font-family: Impact;
  margin-right: 16px;
}

#Schedule {
  width: 535px;
  margin: 0 auto;
}

#Schedule table {
  color: #777;
  width: 535px;
  margin: 0 0 16px 0;
  border-collapse: collapse;
}

#Schedule th {
  color: #fff;
  background: #FF9933;
  text-align: center;
  padding: 2px;
  border: 1px solid #FF9933;
}

#Schedule td {
  text-align: center;
  vertical-align: top;
  width: 88px;
  padding: 4px;
  border: 1px solid #BBB;
  border-top: none;
}

#Schedule p.dt {
  font-weight: bold;
  margin: 0 0 2px 0;
}

#Schedule p.am {
  background: url('images/schedule_am_icon.gif') no-repeat 50% 0;
  font-size: 91.6%;
  line-height: 1.5em;
  margin: 0 0 6px 0;
  padding: 12px 0 2px 0;
  border-bottom: 1px dashed #ccc;
}

#Schedule p.pm {
  background: url('images/schedule_pm_icon.gif') no-repeat 50% 0;
  font-size: 91.6%;
  padding: 12px 0 0 0;
}

#P_Content {
  width: 543px;
  margin: 0 0 0 10px;
}

#P_Content div {
  display: inline;
  width: 45%;
  margin: 16px 8px 0 0;
  padding: 0 0 0 8px;
  border-left: 10px solid #FF9933;
  float: left;
}

#P_Content h3 {
  font-size: 100%;
  color: #8C8CE2;
  margin: 0 0 8px 0;
}

/*--------------------------------------------------------------“鍛える”プログラムの紹介
*/

#Program {
  color: #000;
  background: #F0F6FF;
  width: 471px;/*-- 535px --*/
  margin: 0 11px 0 10px;
  padding: 32px 32px 24px 32px;
  overflow: auto;
}

#Program p.read {
  padding: 0 8px 0 8px;
}

#Program p.end {
  color: #292B82;
  font-weight: bold;
  background: url('images/leaf01.gif') no-repeat 0% 50%;
  margin: 32px 0 16px 0;
  padding: 0 0 0 28px;
}

#Program div.ph3 {
  color: #292B82;
  background: url('images/h3_program.gif') no-repeat left bottom;
  width: 439px;
  height: 100;
  margin: 32px 0 4px 0;
  padding: 8px 0 8px 32px;
  overflow: auto;
}

#Program div.ph3 h3 {
  font-size: 116.6%;
  margin: 0 0 0 0;
  float: left;
}

#Program div.ph3 p {
  margin: 0 0 0 0;
  text-align: right;
}

#Program p {
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
}

/*--------------------------------------------------------------一日の流れ
*/

#Flow {
  color: #000;
  background: #F0F6FF;
  width: 471px;/*-- 535px --*/
  margin: 0 11px 0 10px;
  padding: 32px 32px 24px 32px;
  overflow: auto;
}

#Flow h3 {
  color: #292B82;
  font-size: 116.6%;
  background: url('images/h3_flow.gif') no-repeat left bottom;
  width: 439px;
  height: 100;
  margin: 32px 0 24px 0;
  padding: 8px 0 6px 32px;
  overflow: auto;
}

#Flow h3 span {
  display: block;
  background: #F0F6FF;
  padding: 0 8px 0 0;
  float: left;
}

#Flow ul {
  clear: both;
  margin: 0 0 0 16px;
}

#Flow li {
  margin: 0 0 8px 0;
}

#Flow li span {
  display: block;
  color: #777;
  background: #fff;
  width: 6.2em;
  margin: 0 8px 0 0;
  padding: 0 4px 0 1px;
  text-align: right;
  border: 1px solid #ccc;
  float: left;
}

#Flow ul ul {
  clear: both;
  margin: 16px 0 16px 0;
  margin-left: 8.5em;
}

#Flow ul ul li {
  margin: 0;
  padding: 0 0 0 4px;
  list-style: circle;
}

#Flow ul ul p {
  margin: 0 0 0 68px;
}

#Flow div.image {
  width: 436px;
  margin: 48px auto 0;
}

#Flow div.image img {
  padding: 4px;
  border: 1px solid #ccc;
}

#Flow div.image p {
  font-size: 83.3%;
  text-align: right;
}

/*--------------------------------------------------------------参加するには…
*/

#Sanka {
  color: #000;
  background: #EFF6FF url('images/sanka_bg.jpg') no-repeat left bottom;
  width: 481px;/*-- 535px --*/
  margin: 0 11px 0 10px;
  padding: 24px 27px 24px 27px;
  overflow: auto;
}

#Sanka p {
  margin: 0 0 16px;
/*  text-indent: 1em;*/
}

#Sanka ol {
  margin: 0 0 0 28px;
}

#Sanka li {
  margin: 0 0 16px 0;
  list-style: decimal;
}

#Detail_top {
  background: url('images/sanka_box_top.gif') no-repeat;
  width: 480px;
  height: 8px;
  margin: 32px auto 0 auto;
  overflow: hidden;
}

#Detail_main {
  background: url('images/sanka_box_bg.gif') repeat-y;
  width: 480px;
  margin: 0 auto;
  text-align: center;
}

#Detail_bottom {
  background: url('images/sanka_box_bottom.gif') no-repeat;
  width: 480px;
  height: 8px;
  margin: 0 0 8px 0;
  overflow: hidden;
}

#Detail_main table {
  color: #43458F;
  text-align: left;
  margin: 12px;
}

#Detail_main th {
  font-weight: normal;
  padding: 0 8px 0 8px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

#Detail_main td {
  padding: 0 8px 0 8px;
  vertical-align: top;
}

#Detail_main a.map {
  color: #fff;
  background: #92B792;
  text-decoration: none;
  margin: 0 0 0 16px;
  padding: 4px 6px 4px 6px;
}

#Detail_main a:hover.map {
  background: #5D745D;
}

/*--------------------------------------------------------------マップ
*/

#H2_Map {
  display: none;
}

#Map {
  width: 535px;
  margin: 0 auto;
}

/*--------------------------------------------------------------リンク
*/

#Link {
  color: #506090;
  background: #EFF6FF url('images/link_bg.jpg') no-repeat left bottom;
  width: 481px;/*-- 535px --*/
  margin: 0 11px 0 10px;
  padding: 32px 27px 16px 27px;
  overflow: auto;
}

#Link li {
  zoom: 100%;
  clear: both;
  font-weight: bold;
  background: url('images/leaf02.gif') no-repeat 0 0;
  margin: 0 0 12px 0;
  padding: 0 0 8px 26px;
  border-bottom: 1px dashed #aaa;
}

#Link li a {
  float: right;
}

#Link li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*--------------------------------------------------------------
*/

#Detail_main.supporters th {
  font-weight: bold;
}
#Detail_main.supporters ul {
  margin: 0 1.5em 1em 1em;
}
#Detail_main.supporters li {
  list-style: disc;
  margin: 0;
}
#Detail_main .notice {
  color: #e55;
/*  border: 1px dotted #ccd;*/
  margin: 8px 0;
/*  padding: 8px;*/
  font-size: 90%";
}
