/*********************************************/
/** AD-EDITスキンパッケージ[SilverGreen]  ****/
/** v2.8.2対応版 [ThemeColor #669966]  *******/
/*********************************************/

/*****************************************************/
/** 共通タグ設定 **/
/*****************************************************/
body {
  background-image: url(../img/bg.gif);
  margin: 0px;
}
div,p,td,li,a,span {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:small;
}
small {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:small;
  font-weight: normal
}
form {
  margin: 2px;
  font-size: small;
}
a:link { color:#0000CC; text-decoration: none; font-weight: normal}
a:visited { color:#000099; text-decoration: none; font-weight: normal}
a:active { color:#FF3333; text-decoration: none; font-weight: normal}
a:hover { color:#CC3333; text-decoration: none; font-weight: normal}

/*****************************************************/
/** メインフレーム **/
/*****************************************************/
/**ページの外枠**/
.MainTable {
  width: 940px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
/** ヘッダ **/
.Header {
  margin-right: auto;
  margin-left: auto;
}
.Header h1 {
  display: none;
}
.Header img {
  margin: 0px 10px 5px 10px; /*上右下左*/
}
/*****************************************************/
/** ヘッダメニュー <MenuZone1> <ul><li>形式 **/
/*****************************************************/
.HeadMenu ul {
  display: block;
  width: 940px; /*ヘッダメニューの幅*/
  height: 30px;
  list-style-type: none;
  background: url(../img/BarHead800.gif) no-repeat 0px 0px;
  margin: 0px 10px;
  padding: 0px;
}
.HeadMenu li {
  display: block;
  height: 30px;
  float: left;
  background: url(../img/BarHeadSplit.gif) no-repeat right center;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.HeadMenu a {
  color:#333333;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  margin: 0px 20px;
}
.HeadMenu a:link {
  font-weight: bold;
  color:#333333;
}
.HeadMenu a:visited {
  font-weight: bold;
  color:#555555;
}
.HeadMenu a:hover {
  font-weight: bold;
  color:#FF3333;
}
.HeadMenu a:active {
  font-weight: bold;
  color:#FF3333;
}
/*****************************************************/
/** サイドメニュー <MenuZone2> <ul><li>形式 **/
/*****************************************************/
.SideMenu {
  float: left;
  width: 0px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  padding: 15px 0px 10px 10px; /*上右下左*/
}
.SideMenu h2 {
  font-size: 13px;
  height: 30px;
  width: 940px;
  background: url(../img/BarSide180.gif) no-repeat 0px 0px;
  text-indent: 8px;
  line-height: 25px;
  padding: 0px 0px 5px 0px; /*上右下左*/
  margin: 0px 0px 0px 0px; /*上右下左*/
}
.SideMenu a {
  line-height: 120%;
  margin: 0px 0px 0px 10px; /*上右下左*/
}
.SideMenu p {
  line-height: 120%;
  padding-left: 5px;
  margin: 0px 0px 5px 5px; /*上右下左*/
}
.SideMenu ul {
  list-style-type: none;
  padding-left: 5px;
  margin: 0px 10px 5px 0px; /*上右下左*/
}
.SideMenu li {
  background: url(../img/listicon.gif) no-repeat 0px 6px;
  line-height: 120%;
  padding: 2px 0px 2px 5px; /*上右下左*/
}
/*****************************************************/
/** フッタメニュー <MenuZone3> **/
/*****************************************************/
.Footer {
  font-size: 13px;
  text-align: center;
  margin: 10px;
}
/*****************************************************/
/** フッタ コピーライト表記 **/
/*****************************************************/
.Copy {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  font-weight: normal;
  background-color: #669966;
  margin-left: 0px;
  padding: 5px;
}
.Copy a:link { color:#333333; text-decoration: none; font-weight: normal}
.Copy a:visited { color:#333333; text-decoration: none; font-weight: normal}
.Copy a:active { color:#990000; text-decoration: none; font-weight: normal}
.Copy a:hover { color:#990000; text-decoration: none; font-weight: normal}

/*****************************************************/
/** これよりAD-EDIT特有のCSSクラスです **/
/*****************************************************/

/*****************************************************/
/** MainZone内のクラス **/
/** MainContentクラスはスキンファイル側で実装してください。 **/
/** AD-EDITからはおもに<h2><h3><h4><strong><p><div>を出力します **/
/*****************************************************/
/* MainContentの配置 */
.MainContent {
  width: 940px;
  float: left;
  margin: 15px 5px 10px 10px; /*上右下左*/
}

/* 大見出しタイトルの設定 */
.MainContent h2 {
  display: block;
  width: 940px;
  height: 30px;
  font-size: 13px;
  text-indent: 15px;
  line-height: 26px;
  background: url(../img/BarGreen910.gif) no-repeat 0px 0px;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 中見出しタイトルの設定 */
.MainContent h3 {
  display: block;
  width: 940px;
  height: 20px;
  font-size: 13px;
  text-indent: 5px;
  line-height: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #669966;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 小見出しタイトルの設定 */
.MainContent h4 {
  display: block;
  width: 940px;
  height: 30px;
  font-size: 13px;
  text-indent: 15px;
  line-height: 26px;
  background: url(../img/BarRed910.gif) no-repeat 0px 0px;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 本文の設定 */
.KijiArea {
  line-height: 120%;
  margin: 0px 5px 0px 5px; /*上右下左*/
  padding: 0px 5px 0px 5px; /*上右下左*/
}
.KijiArea table {
  margin: 0px 0px 0px 0px; /*上右下左*/
}
.KijiArea td {
  line-height: 120%;
  padding: 5px;
}
/*****************************************************/
/** ナビゲーションタグの設定
/*****************************************************/
/* ページ遷移ナビ(Next/Back)配置 */
.PageNavi {
  text-align:center;
  margin: 10px 0px 10px 0px; /*上右下左*/
}
/* 右カラム遷移ナビ(Next/Back)の配置 */
.ListNavi {
  text-align:right;
  margin: 0px 5px 0px 0px; /*上右下左*/
}
/* トップSSI遷移ナビ(詳細>>)の配置 */
.SSIdetail {
  text-align:right;
  margin: 0px 5px 10px 0px; /*上右下左*/
}
/* 2階層トップの遷移ナビ(詳細>>)の配置 */
.ToDetail {
  text-align:right;
  margin: 0px 5px 10px 0px; /*上右下左*/
}
/* メイン記事の日付 */
.DateMain {
  font-weight: normal;
  text-decoration: none;
}
/*****************************************************/
/** 3カラム表示の設定 **/
/** CenterBoxクラス,RightBoxクラスはスキンファイル側で実装してください。 **/
/*****************************************************/
/* センターカラムの設定 */
.CenterBox {
  width: 940px;
  float:left;
  padding: 0px 0px 0px 0px; /*上右下左*/
  margin: 0px 10px 0px 0px; /*上右下左*/
}
/* 大見出しタイトルの設定 */
.CenterBox h2 {
  display: block;
  width: 940px;
  height: 30px;
  font-size: 13px;
  text-indent: 15px;
  line-height: 26px;
  background: url(../img/BarGreen940.gif) no-repeat 0px 0px;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 中見出しタイトルの設定 */
.CenterBox h3 {
  display: block;
  width: 940px;
  height: 20px;
  font-size: 13px;
  text-indent: 5px;
  line-height: 20px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #669966;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 小見出しタイトルの設定 */
.CenterBox h4 {
  display: block;
  width: 940px;
  height: 30px;
  font-size: 13px;
  text-indent: 15px;
  line-height: 26px;
  background: url(../img/BarRed480.gif) no-repeat 0px 0px;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}
/* 右カラムの設定 */
.RightBox {
  width: 150px;
  float:left;
  padding: 0px 0px 0px 0px; /*上右下左*/
  margin: 0px 0px 0px 0px; /*上右下左*/
}
/* 見出しタイトルの設定 */
.RightBox h2 {
  display: block;
  width: 150px;
  height: 30px;
  font-size: 13px;
  text-indent: 10px;
  line-height: 26px;
  background: url(../img/BarSide150.gif) no-repeat 0px 0px;
  padding: 0px;
  margin: 0px 0px 5px 0px; /*上右下左*/
}


/* リストの設定(右カラム) */
.MainContent ul {
  list-style-type: none;
  padding-left: 5px;
  margin: 0px 10px 0px 0px; /*上右下左*/
}
.MainContent li {
  background: url(../img/listicon.gif) no-repeat 0px 6px;
  line-height: 120%;
  padding: 2px 0px 2px 13px; /*上右下左*/
}
/* リストの日付(右カラム) */
.DateList {
  font-weight: normal;
  text-decoration: none;
}
/*****************************************************/
/** イメージナビ特有クラス **/
/** <table>タグに実装 **/
/*****************************************************/
/* テーブルの形状 */
.AeTable {
  margin-left: 10px;
  width: 95%;
  border-collapse: collapse;
}
.AeTable strong {
  line-height: 120%;
  padding-left: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.AeTable p,li {
  line-height: 120%;
  padding-left: 5px;
  margin-top: 0px;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.AeTable h2 {
  width: 98%;
  margin-bottom: 5px;
}
.AeTable h3 {
  width: 98%;
  margin-bottom: 5px;
}
.AeTable h4 {
  width: 98%;
  margin-bottom: 5px;
}

/*****************************************************/
/** メールフォーム特有クラス **/
/** <table>タグに実装 **/
/*****************************************************/
.form {
  margin-left: 10px;
  width: 95%;
}
.form th {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 120%;
  background-color: #DDDDDD;
  padding: 5px;
}
.form td {
  line-height: 120%;
  padding: 5px;
}
/*****************************************************/
/** カレンダー特有クラス **/
/** <table>タグに実装 **/
/*****************************************************/
/* テーブルの形状 */
.AeCalTable {
  margin-left: 10px;
  width: 95%;
  border-collapse: collapse;
}
.AeCalTable th {
  padding: 5px;
  line-height: 120%;
  background-color: #EEEEEE;
  border: 1px #999999 solid; 
}
.AeCalTable td {
  padding: 3px;
  line-height: 120%;
  border: 1px #999999 solid; 
}
/* ポップアップボックス */
.AeBoxDisplayShow {
  position:absolute;
  border: 1px #999999 solid; 
  background-color:#FFFFFF; 
  padding:5px;
  width:150px;
  height:120px;
  overflow: auto;
}
.AePopupBox {
  background-color:#EEEEEE;
  margin:0px;
  padding:0px;
}
div.AeBoxDisplayHide {
  display:none;
}
/*****************************************************/
/** その他の共通クラス **/
/** <table>タグに実装 **/
/*****************************************************/
/* 警告画面における文字設定 */
.AlertTxt {
 color:red;
}
