@charset "Shift_JIS";

a:link {color:#006;text-decoration:none;font-weight: bold;}
a:visited {color:#006;text-decoration:none;font-weight: bold;}
a:active {color:#006;text-decoration:none;font-weight: bold;}
a:hover {color:#006;text-decoration:underline;font-weight: bold;}

#windowContents {
width:560px;
margin:10px auto;
padding: 0px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

#h1_title {
margin: 0px 0px 10px 0px;
display: block;
width: 550px;
font-size: 18px;
font-weight: bold;
color: #FFF;
padding: 3px 0px 0px 12px;
border-radius: 5px;
background-color: #0099CC;
}

#contentsBox {
width:560px;
margin:0px;
padding: 0px;
float:left;
}

#contentsBoxText {
width:540px;
margin:0px 10px 10px 10px;
padding: 0px;
float:left;
font-size: 85%;
color:#333;
line-height: 140%;
}


.caution {
margin: 5px 0;
padding-left: 1.1em;
text-indent: -1.2em;
font-size:85%;
line-height: 140%;
}


table#tb01 {
width: 550px;
border: 1px #666 solid;
border-collapse: collapse;
border-spacing: 0;
margin:20px 5px 10px 5px;
font-size:85%;
line-height: 140%;
}

table#tb01 th {
width: 150px;
padding:3px;
border: 1px #666 solid;
background-color:#99ccff;
text-align:left;
}

table#tb01 td {
padding: 5px 5px;
border: 1px #666 solid;
border-width: 0 0 1px 1px;
}


table#tb01 td.sm_g {
color: #000;
background: #EEE;
}
