/* サイト全体を中央寄せする */
div.main {
   background: url(../images/gray-back.png) repeat left top;
   color: #ffffff;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   padding : 20px; /*余白*/
   width: 950px;
}
/* div logoを配置 (位置と幅)*/
div.logo {
   float: left;
   width: 350px;
}
/* div siteinfoを配置 (50px下げる)・装飾*/
div.siteinfo {
   padding-top: 28px;
   font-size: 15px;
}
/* div pankuzuを配置 (回り込み防止・右寄せ)*/
div.pankuzu {
   clear: both;
   color: #607080;
   font-size: 12px;
   text-align: right;
}
/* div memuを配置 (位置と幅)・装飾*/
div.memu {
   float: left;
   width: 20%;
   line-height: 140%;
   font-size: 15px;
   padding-top: 25px;
}
/* div bodyを配置 (幅)*/
div.body {
   margin-left: 20%;
   padding : 15px ; /*余白*/
}
/* div copyrightを配置 (文字の総装飾)*/
div.copyright {
   color: #607080;
   text-align: center;
   font-size: 15px;
}
/* div infoを配置 (文字の総装飾)*/
div.infom {
   background: url(../images/gray-back3.png) repeat left top;
   height:180px;
   width:100%;
   overflow: auto;
}
/* メニュー内のリンクを自動改行 */
.link_list a {
   display:block;
   margin: 0 0 0 1em;
}
/* メニュー内のリンクをオンマウスで移動*/
.link_list a:hover {
   position:relative;
   top:1px;
   left :3px;
}
/* クリックしていないリンク・オンマウスを装飾 */
a:link, a:visited {
   color: #f5f8ff;
   border-bottom: 1px solid #efefef;
   font-family: Verdana, Arial, sans-serif;
}
/* 過去にクリックしたリンクを装飾 */
a:hover {
   color: #A52A2A;
}
/* メニュー内のリンクをオンマウスで移動*/
.link_list b {
   /*アクセント*/
   line-height: 250%;
   border-left-color: #CCCCCC;
   padding: 3px 0px 0px 10px;
   border-style: solid;
   border-width: 0px 0px 0px 8px;
}
/*見出しの装飾*/
h1 {
   font-family: Georgia, Lucida, Arial, sans-serif;
   font-size: 25px;
   font-style: italic;
   font-weight: bold;
}
h2 {
   font-family: Georgia, Lucida, Arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #ff5c00;
}
h3 {
   font-family: Georgia, Lucida, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   color: #ff8c00;
}
/* 仕切り線 */
hr {
   border:0;
   border-bottom: 1px solid #efefef;
   height: 1px;
}
/*リスト*/
ul {
   margin: 0 0 0 1em;
   padding: 0;
}
/*リスト*/
ol {
   margin: 0 0 0 1em;
   padding: 0;
}
/*パラグラフ*/
p {
   font-size: 15px;
   text-indent: 0em;
   line-height: 170%
}
/*戻るボタン用*/
p.set {
   text-align: right; 
   line-height: 0em;
}
/*テーブル*/
table{
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-collapse:collapse;
    border-spacing:0;
    background: url(../images/gray-back.png) repeat left top;
    empty-cells:show;
    width: 100%;
    margin:0 auto 0 auto;
}
th{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    color:#939393;
    background: url(../images/gray-back.png) repeat left top;
    background-position:left top;
    text-align:center;
}
td{
    border-right:1px solid #333333;
    border-bottom:1px solid #333333;
    padding:0.3em 0.5em;
}
/* ドロップダウンメニュー*/
#dmenu ul { /*リスト全体*/
  list-style: none;
  margin: 0;
  padding: 0;
}
#dmenu li { /*リストの1段目*/
  float: right;
  min-width: 15%;
  white-space: nowrap;
}
#dmenu ul ul { /*2段目以降*/
  display: none;
  position: absolute;
  z-index: 10;
}
#dmenu li li { /*2段目以降のリスト項目*/
  clear: right;
  position:relative;
  width: 100%;
}
#dmenu ul ul ul { /*3段目以降*/
  top: 0;
  left: 100%;
}
#dmenu ul li:hover > ul {
  display: block;
}
*+html #dmenu ul ul a { /*IE用*/
  width: 72px; /*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
  white-space: normal; /*幅に応じて改行*/
}
#dmenu li {
  margin-left: 2px;
}
#dmenu a { /*1段目以降のメニュー文字*/
  font-size: 13px;
  line-height:15px;
  color: #dadada;
  text-decoration: none;
  text-align: center; /*1段目は文字を中央合わせに*/
  padding: 5px 30px;
  background: url(../images/gray-back.png) repeat left top;
  display: block;
  /*===============================================
  半透明化(W3Cで文法エラーになる)
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  ===============================================*/
}
#dmenu a:hover {
  color: #f90;
  background: url(../images/gray-back2.png) repeat left top;
}
#dmenu ul ul {
  padding-top: 1px;/*2段目を少し下げた*/
}
#dmenu ul ul ul { /*3段目以降*/
  padding-top: 0; /*2段目のパディング2pxを元に戻す*/
}
#dmenu li li {
  margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}
#dmenu ul ul a { /*2段目以降のメニュー文字*/
  font-size: 11px;
  line-height: 1.3;
  text-align: left; /*2段目以降は左寄せにもどす*/
  border-top: solid 1px #888888;
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  border-left: solid 1px #888888;
  background: url(../images/gray-back.png) repeat left top;
  /*===============================================
  半透明化(W3Cで文法エラーになる)
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  ===============================================*/
}

/* サイト全体の設定 */
body {
   background: #000000 url(../images/backgg.jpg) no-repeat center top;
   background-attachment: fixed;
   text-align: center; /* IEのバグ対策(中央寄せ) */
}
/*背景表示変更用*/
.gray {
   background-image: url(../images/gray-back.png);
   padding : 5px; /*余白*/
}
