/************************************************************
  共通部
************************************************************/
/* BODY */
body{
  margin:0 auto;
  padding:0;
  background-image:url('bg_bricks.jpg');
  background-repeat:repeat;
  border-top:#660000 6px solid; 
}

/* リンク */
a{
  color:#0000cc;
  text-decoration:underline;
}
a:hover{
  color:#660000;
  text-decoration:underline;
}

/* コンテンツ全体 */
.cms_main{
  margin:0 auto;
  overflow:hidden;
  font-size:13px;
  line-height:20px;
  color:#000000;
}

/* サイト内検索 */
.cms_sitesearch{
  margin:10px auto;
  text-align:center;
}

/* 自サイトバナー */
.cms_mybanner{
  margin:10px auto;
  text-align:center;
}

/* CMSバナー */
.cms_cmsmark{
  margin:10px auto;
  text-align:center;
  font-size:9px;
  font-family:'Tahoma';
  line-height:11px;
}
.cms_cmsmark a{
  text-decoration:none;
}
.cms_cmsmark a:hover{
  text-decoration:underline;
}

/* タイトル1 */
.cmstitle1{
  color:#000000;
  font-size:25px;
  font-weight:bold;
  text-decoration:none;
  border-top:#660000 4px solid;
  border-bottom:#000000 1px dotted;
  margin:15px auto 10px;
  padding:14px 0;
  line-height:27px;
  text-align:left;
}
.cmstitle1 a{
  text-decoration:none;
}

/* タイトル2 */
.cmstitle2{
  color:#000000;
  font-size:22px;
  font-weight:bold;
  text-decoration:none;
  background-image:url('title2.png');
  background-repeat:no-repeat;
  background-position:left center;
  margin:20px auto 8px;
  padding:13px 0 13px 18px;
  line-height:24px;
  text-align:left;
}
.cmstitle2 a{
  text-decoration:none;
}

/* タイトル3 */
.cmstitle3{
  color:#000000;
  font-size:17px;
  font-weight:bold;
  text-decoration:none;
  background-image:url('title3.png');
  background-repeat:no-repeat;
  background-position:left center;
  margin:20px auto 2px;
  padding:10px 0 10px 18px;
  line-height:19px;
  text-align:left;
}
.cmstitle3 a{
  text-decoration:none;
}

/* キャプション(幅・位置指定不可) */
.cms_img{
  font-size:12px;
  line-height:16px;
  text-align:center;
}


/************************************************************
  インフォメーション
************************************************************/
/* マーキー外 */
.cms_infomation{
  color:#660000;
  text-decoration:none;
  background-image:none;
  padding:4px 0;
  font-size:15px;
  margin:0 auto 20px;;
  height:17px;
  line-height:17px;
  vertical-align:middle;
}
/* マーキー */
.cms_marquee{
}


/************************************************************
  パン屑リスト・ページバックリンク・ページトップリンク
************************************************************/
/* パン屑リスト */
.cms_navi{
  padding:5px;
  text-align:right;
}

/* ページバックリンク */
.cms_pageback{
  padding:5px;
  text-align:right;
}

/* ページトップリンク */
.cms_pagetop{
  padding:5px;
  text-align:right;
}


/************************************************************
  サイトマップ
************************************************************/
/* サイトマップ全体 */
.cms_sitemap{
  padding:5px;
}


/************************************************************
  ボタンエリア・メッセージ・エラーメッセージ
************************************************************/
/* ボタン等上下若干空白エリア */
.cms_rbtn{
  padding:10px 0;
  text-align:right;
}
.cms_cbtn{
  padding:10px 0;
  text-align:center;
}
.cms_lbtn{
  padding:10px 0;
  text-align:left;
}

/* 2列ボタン等上下若干空白エリア */
.cms_2btnr{
  width:50%;
  padding:10px 0;
  text-align:center;
  float:right;
}
.cms_2btnl{
  width:50%;
  padding:10px 0;
  text-align:center;
  float:left;
}

/* CMS共通メッセージ用エリア */
.cms_msg{
  padding:10px;
  text-align:left;
}

/* CMS共通上下空白メッセージ */
.cms_widemsg{
  padding:80px 0 120px;
  text-align:center;
}

/* CMS共通メインエラー */
.cms_mainerr{
  margin:6px auto;
  padding:6px;
  text-align:left;
  background-color:#FFDDDD;
  color:#FF0000;
  border:#FF0000 2px solid;
}

/* CMS共通エラー(フォーム内) */
.cms_err{
  padding:4px;
  text-align:left;
  background-color:#FFDDDD;
  color:#FF0000;
}


/************************************************************
  ページ
************************************************************/
/* CMS共通ページエリア */
.cms_page{
  padding:10px 5px;
  text-align:center;
}

/* CMS共通カレントページ(span) */
.cms_pagecr{
  font-size:16px;
  font-weight:bold;
  color:#000000;
}

/* CMS共通右寄せページエリア */
.cms_rpage{
  padding:10px 5px;
  text-align:right;
}

/* CMS共通右寄せカレントページ(span) */
.cms_rpagecr{
  font-size:16px;
  font-weight:bold;
  color:#000000;
}
