@charset "utf-8";
/* CSS Document */

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }
table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }
table.head {
            width: 100%;
            }
table.head td{
            margin: 0;
            }
.info{
      vertical-align: bottom;
      text-align: right;
      width: 15em;
      font-size: 0.7em;
      }
img.me {
             width: 6px;
             height: 18px;
             }

img.nu {
             width: 123px;
             height: 18px;
             transition: .2s;
             }
img.nu:hover {
             opacity: 0.5;
             }
img.copy {
             width: 300px;
             height: 12px;
             }
/*パンくず*/

table.pan{
          width: 750px;
          }
table.pan td{
              font-size: 0.8em;
              padding: 3px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }
hr { 
    width: 750px;
    border: 0 none; 
    height: 2px; 
    color: #696969;
    background-color: #696969;
} 


ul{
   list-style: url('images/700-02.png');
}

ul ul{
   list-style: url('images/700-03.png');
}

ul ul ul{
   list-style: disc;
   color: #00aaff;
}

li {

   padding: 3px;
}

dt:before {
	content: url('images/700-01.png');
}


dl {
            width: 375px;
	    float: left ;
	    text-align: left ;
            font-size: 14px;
}

dt {
	    width: 330px ;
	    height: 2em ;
	    background-color: #e6f1ff ;
	    font-weight: bold ;
            border: solid 1px #c9e1ff;
            margin:0 5px 15px 0;
            padding: 10px 10px 3px 5px;
}

dd {
	    width: 330px ;

}

ol li  {
  list-style: none;
}

li.tag {
  list-style: none;
}
a{
  text-decoration: none;
  }
a:hover{
        text-decoration:underline;
        color:#f08080;
        }
img.yh{
       width: 240px;
       height: 40px;
      }

img.yt{
       width: 150px;
       height: 50px;
      }