@charset "Shift_JIS"; 


* {
    margin: 0;
    font-family: 'ヒラギノ明朝','Verdana', 'Arial','メイリオ', sans-serif;
}
body{margin:30px;
}


a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover.mov {
    color: #006699;
    text-decoration: underline;
    position:relative; top:1px; left:1px;
}

a:hover.mov2 {
    color: #006699;
    text-decoration: underline;
    position:relative; top:0px; left:3px;


    
    font-size: 14px;
}

a:active {}


a img {
    border: 0;
}


p {
    margin-top: 15px;
    margin-bottom: 15px;
}


ul {
    padding-left: 16px;
}
ul li {
    list-style-type: disc;
}


dl {}
dt {}
dd {
    padding-left: 8px;
}



.blocktitle {
    width: 480px;
    margin: 0px 0px 0 0px;
    padding: 10px;
    border: 1px solid #666666;
    font-size: 20px;
    line-height: 110%;
}
.blockquote {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 10px;
    border: 1px solid #666666;
    font-size: 16px;
    line-height: 130%;
}

.blocksmall {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 0px;
    border: 0px solid #666666;
    font-size: 12px;
    line-height: 90%;
}


.blocksmall2 {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 0px;
    border: 0px solid #666666;
    font-size: 14px;
    line-height: 90%;
}

.blocksmallcheck {
    width: 300px;
    margin: 0px 0px 0 0px;
    padding: 8px;
    border: 0px solid #666666;
    font-size: 16px;
    line-height: 90%;
}


.blockexample {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 10px;
    border: 1px solid #666666;
    font-size: 14px;
    line-height: 90%;
}
.blockexamples {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 4px;
    border: 0px solid #666666;
    font-size: 13px;
    line-height: 90%;
}
.blockjukei {
    width: auto;
    margin: 0px 0px 0 0px;
    padding: 0px;
    border: 0px solid #666666;
    font-size: 13px;
    line-height: 90%;
}
.quotetitle { 
    font-size: 16px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}


h1{
   font-weight:normal;
}


h2{
   font-weight:normal;
}

#backdisp {
    background-repeat: no-repeat;
    background-image: url("./mt/imgchara/shoumi.gif");
    background-position: top left;
}


table, th, td {
  border-collapse: collapse;
  border: 0
  line-height: 1.5;
}

table.type06 th {
  width: 450px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
}
table.type06 td {
  width: 650px;
  padding: 10px;
  vertical-align: top;
 }

trxxx:nth-child(even) {
  background: #f5f5f5;
 }

trxxx:nth-child(odd) {
  background: #f5f5f5;
 }

