/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */
#pagetitle {
  background : url(../images/bg_dot.gif);
  padding: 4px;
  border: #DDCDC4 1px solid;
  width: 830px;
}
#pagetitle h1 {
  padding: 30px 10px;
  width: 810px;
  font-size: 140%;
}
#pagetitle h1.h1_nomal {
  background : url(../images/h1_bg01.jpg) no-repeat left top;
}
#topcontents h2 ,
#maincontents h2  {
  font-weight: bold;
  clear: both;
  color: #FFFFFF;
  width: 570px;
  padding: 5px 10px 3px 10px;
  margin-bottom: 10px;
  border-bottom: #61402C 5px solid;
  background : #281a11 url(../images/h2_bg.jpg) no-repeat left top;
}
#topcontents h3 ,
#maincontents h3{
  font-weight: bold;
  clear: both;
  color: #FFFFFF;
  width: 570px;
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #AF7450;
}
#topcontents p ,
#maincontents p{
  margin-bottom: 10px;
}
/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #999999;
}
/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu a:link, #pankuzu a:visited, #pankuzu a:active {
  text-decoration: underline !important;
  color: #C1A393 !important;
}
#pankuzu a:hover {
  text-decoration: none !important;
  color: #C1A393 !important;
}
/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav a:link, #local_nav a:visited, #local_nav a:active {
  text-decoration: none !important;
  color: #C1A393 !important;
}
#local_nav a:hover {
  text-decoration: none !important;
  color: #825F47 !important;
}
/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_nomal {
  margin-bottom:10px;
}
ul.ul_nomal li {
  padding-left: 2em;
  list-style: none;
  background : url(../images/li_icon.gif) no-repeat 4px 5px;
}
#maincontents ol {
  margin: 0px 0px 10px 0px;
  padding-left: 2em;
}
#maincontents ol li {
  list-style: decimal;
}
/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#global_nav a:link, #global_nav a:visited, #global_nav a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#global_nav a:hover   {
  text-decoration: none;
  color: #CCCCCC;
}
#local_nav a:link, #local_nav a:visited, #local_nav a:active {
  text-decoration: none;
  color: #666666;
}
#local_nav a:hover   {
  text-decoration: none;
  color: #000000;
}
.p_photo_l img {
  float:left;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.p_photo_r img {
  float:right;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  padding: 4px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#footer address {
  font-style: normal;
  font-weight: normal;
}
#footer a:link    {
  text-decoration: none;
  color: #FFFFFF;
}
#footer a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#footer a:active  {
  text-decoration: none;
  color: #FFFFFF;
}
#footer a:hover   {
  text-decoration: underline;
  color: #C1A393;
}
.text_red{
  color: #CC0000;
}
.text_blue{
  color: #3333CC;
}
.text_green{
  color: #006600;
}
.text_orange{
  color: #FF6600;
}
.text_bold{
  font-weight: bold;
}
/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.tbl_nomal {
  width: 100%;
  margin-bottom: 10px;
  border-top: #D1B09C 1px solid;
  border-left: #D1B09C 1px solid;
}
table.tbl_nomal caption{
  text-align: left;
  font-weight: bold;
  font-size: 110%;
}
table.tbl_nomal th{
  border-bottom: #D1B09C 1px solid;
  border-right: #D1B09C 1px solid;
  background-color: #EFE7E2;
  padding: 3px 5px;
}
table.tbl_nomal td{
  border-bottom: #D1B09C 1px solid;
  border-right: #D1B09C 1px solid;
  padding: 3px 5px;
}
table.tbl_nomal th.th_color {
  background-color: #FFE7CE;
}
table.tbl_nomal td.td_color {
  background-color: #FFF7EE;
}
/* //////////////////////////////////// */
