﻿@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;               /* レイアウト横幅 */
}



/* -------- 子育てセミナー --------------------------- */
table#kosodateseminar {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* A:▼テーブル全体の装飾▼ */
table#kosodateseminar {
  border-collapse: collapse; /* 枠線を重ねて表示 */
  /* border-top-style: 3px solid #000000;  外枠の装飾 */ 
}

/* B:▼テーブル内側(セル)の装飾▼ */
table#kosodateseminar tbody th,
table#kosodateseminar tbody td {
  padding: 2px;            /* セル内側の余白量 */
  border: 3px ridge #ffffff;  /*内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */

/* ▼各行の見出し部分(プロフィール画像)の装飾▼ */
table#kosodateseminar tbody td.col1 { 
  text-align: center;
  font-size:  14px;
  background-image: url("./img/background/wallpaper03.png");   /* 背景色 */
  width:120px; 
} 

/* セミナーテーマ */
table#kosodateseminar tbody td.col2 {
  width: 400px; 
  text-align: center;
  line-height: 120%;
  background-image: url("./img/background/wallpaper05.png");   /* 背景色 */
}


table#kosodateseminar caption {
  font-size: 26px;
  font-weight: 900;
  text-decoration:underline overline;
  color: #003399; 
}

table#kosodateseminar h3 {
  margin-top: 0px;
}

table#kosodateseminar p#seminar_contents {
  margin-top: 10px;
  /*font-size: 12px; */
}



/* -------- 父親の役割セミナー --------------------------- */
table#fatherseminar {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* A:▼テーブル全体の装飾▼ */
table#fatherseminar {
  border-collapse: collapse; /* 枠線を重ねて表示 */
  /* border-top-style: 3px solid #000000;  外枠の装飾 */ 
}

/* B:▼テーブル内側(セル)の装飾▼ */
table#fatherseminar tbody th,
table#fatherseminar tbody td {
  padding: 2px;            /* セル内側の余白量 */
  border: 3px ridge #ffffff;  /*内枠の装飾 */
}

/* C:▼テーブルの見出し部分の装飾▼ */

/* ▼各行の見出し部分(プロフィール画像)の装飾▼ */
  table#fatherseminar tbody td.col1 { 
  text-align: center;
  font-size:  14px;
  background-image: url("./img/background/wallpaper03.png");   /* 背景色 */
  width:120px; 
} 

/* セミナーテーマ */
table#fatherseminar tbody td.col2 {
  width: 400px; 
  text-align: center;
  line-height: 120%;
  background-image: url("./img/background/wallpaper05.png");   /* 背景色 */
}


table#fatherseminar caption {
  font-size: 26px;
  font-weight: 900;
  text-decoration:underline overline;
  color: #003399; 
}


table#fatherseminar h3 {
  margin-top: 0px;
}




/* ----- CONTENTS(レイアウト左側) End----- */



/* ----- サイドメニュー(レイアウト右側) Start----- */ 
#sidebar {
  display: block;
  float: right;
  width: 300px;
  border: 5px;            /*枠線太さ*/
  border:  #ee82ee;
  border-style: inset;
  line-height:   120% ;
  margin: 0px;
}




/*  子育てセミナー案内 */
#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;
  margin-top:  20px;
  margin-bottom:  0px;
  color:  #000099;
}

/* -----バナー ----- */
 #banner_contact img {
  margin-top: 0px;
  margin-left: 70px;
  border: none;
}

/* ----- サイドメニュー(レイアウト右側) End ----- */ 


.clear {
  clear: both;
}

p.nav1 {font-size: x-large;  
  font-family: "ＭＳ ゴシック",sans-serif;
  color: blue;
  right: 0;  
  bottom: 0;  
  margin: 5px;

}
