﻿@charset"UTF-8";


#wrapper {
  width: 1010px;
  background-image: url("./img/background/wallpaper02.png");
  margin: auto;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";
}



/* ----- パンくずリスト ----- */

.breadcrumbs p {
  width: 500px;
  display:inline-block;
  border-top-style:  ridge;
  border-bottom-style:  ridge;
  border-color: #87cefa;
  color:#0000FF;
  padding: 3px;
}




/* ----- CONTENTS(レイアウト左側) Start----- */
#content {
  display: block;
  float:  left;
  width:  630px;               /* レイアウト横幅 */
}



#introduce {
  display: block;
  padding-left: 10px; 
  padding-right: 10px;
  margin: 10px;
  line-height: 120% ;
  border-color: #ee82ee;
  border-style: double;
  border-radius: 20px;
  width: 600px;
 /* height: 670px;*/
  
}

#introduce img {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

#introduce h2 {
  color: #000066;
}


#introduce strong {
  color: #000066;
}




/* -------- 子育てセミナー --------------------------- */
table#kosodateseminar_media {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* A:▼テーブル全体の装飾▼ */
table#kosodateseminar_media {
  border-collapse: collapse; /* 枠線を重ねて表示 */
  /* border-top-style: 3px solid #000000;  外枠の装飾 */ 
}

/* B:▼テーブル内側(セル)の装飾▼ */
table#kosodateseminar_media tbody th,
table#kosodateseminar_media tbody td {
  padding: 2px;            /* セル内側の余白量 */
  border: 3px ridge #ffffff;  /*内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */

/* ▼各行の見出し部分(プロフィール画像)の装飾▼ */
table#kosodateseminar_media tbody th { 
  background-image: url("./img/background/wallpaper03.png");   /* 背景色 */
  width: 30px; 
} 

/* セミナーテーマ */
table#kosodateseminar_media tbody td {
  width: 500px;
  line-height: 120%;
  text-align: center;
  background-image: url("./img/background/wallpaper05.png");   /* 背景色 */
}


table#kosodateseminar_media caption {
  font-size: 26px;
  font-weight: 900;
  text-decoration:underline overline;
  color: #003399; 
}

table#kosodateseminar_media h3 {
  margin-top: 0px;
}

table#kosodateseminar_media p#seminar_contents {
  margin-top: 10px;
  /*font-size: 12px; */
  border-bottom-style:  ridge;
  border-color: #00bfff;
}



/* -------- 父親の役割セミナー --------------------------- */
table#fatherseminar_media {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* A:▼テーブル全体の装飾▼ */
table#fatherseminar_media {
  border-collapse: collapse; /* 枠線を重ねて表示 */
  /* border-top-style: 3px solid #000000;  外枠の装飾 */ 
}

/* B:▼テーブル内側(セル)の装飾▼ */
table#fatherseminar_media tbody th,
table#fatherseminar_media tbody td {
  padding: 2px;            /* セル内側の余白量 */
  border: 3px ridge #ffffff;  /*内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */

/* ▼各行の見出し部分(プロフィール画像)の装飾▼ */
  table#fatherseminar_media tbody th { 
  background-image: url("./img/background/wallpaper03.png");   /* 背景色 */
  width: 30px; 
} 

/* セミナーテーマ */
table#fatherseminar_media tbody td {
  width: 500px;
  line-height: 120%;
  text-align: center;
  background-image: url("./img/background/wallpaper05.png");   /* 背景色 */
}


table#fatherseminar_media caption {
  font-size: 26px;
  font-weight: 900;
  text-decoration:underline overline;
  color: #003399; 
}


table#fatherseminar_media h3 {
  margin-top: 0px;
}

table#fatherseminar_media p#seminar_contents {
  margin-top: 10px;
  /*font-size: 12px; */
  border-bottom-style:  ridge;
  border-color: #00bfff;
}



/* ----- CONTENTS(レイアウト左側) End----- */



/* ----- サイドメニュー(レイアウト右側) Start----- */ 
#sidebar {
  display: block;
  float: right;
  width: 320px;
  border: 5px;            /*枠線太さ*/
  border:  #ee82ee;
  border-style: inset;
  line-height:   120% ;
  margin: 10px;
}




/*  子育てセミナー案内 */
#kosodate_seminar  {
  display: block;
  font-weight: 900;
  border-color:  #ee82ee;
  border-width:thick;
  padding: 7px;
  margin-top:20px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;

/* -----バナー ----- */
  vertical-align: center;

}

/* 文字定義 */  
#kosodate_seminar p {
  font-weight: 900;
  font-size:  16px;
  color:  #000099;
}

/* 見出し文字定義 */  
#kosodate_seminar h3 {
  color:  #000000;
}



/*  父親の役割セミナー案内 */
#father_seminar  {
  display: block;
  font-weight: 900;
  border-top-style: ridge;
  border-bottom-style: ridge;
  
  border-color:  #ee82ee;
  border-width:thick;
  padding: 7px;
  margin-top:50px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
}


/* -----バナー ----- */
#father_seminar img {
  vertical-align: center;

}

/* 文字定義 */  
#father_seminar p {
  font-weight: 900;
  font-size:  16px;
  color:  #000099;
}

/* 見出し文字定義 */  
#father_seminar h3 {
  color:  #000000;
}


/* ----- サイドメニュー(レイアウト右側) End ----- */ 


.clear {
  clear: both;
}