/* メインコンテンツ */
#main {
margin: 0 15px;
clear: both;
color: #333333;
font-family: Arial, Osaka;
font-size: 10pt;
}

a{
outline: none;
}

.AHlogo{
display: block;
width:156px;
height:32px;
filter:alpha(opacity=70);  /* IE7以下用 */
-ms-filter: "alpha(opacity=70)"; /* IE8用 */
-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
-khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}

.AHlogo:hover{
filter:alpha(opacity=100);  /* IE7以下用 */
-ms-filter: "alpha(opacity=100)"; /* IE8用 */
-moz-opacity:1; /* Firefox 1.5未満, Netscape用 */
-khtml-opacity: 1;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
opacity: 1; /* Firefox 1.5以上, Opera, Safari用 */
}

h2{
margin-top: 30px;
line-height: 25pt;
text-align: center;
color:#FF9900;
font-size: 18pt;
font-weight: bold;
border-bottom: 1px solid #DDDDDD;
}

.ahdate{
margin-top: 3px;
margin-bottom: 40px;
color:#FF9900;
text-align: center;
font-size: 9pt;
}

#content{
margin: 0 20px;
line-height: 1.5em;
}

p{
margin-bottom: 20px;
}

.imgm{
float: left;
width: 210px;
height: 162px;
padding-right: 15px;
padding-bottom: 30px;
}

.imga{
float: right;
width: 70px;
height: 70px;
padding-left: 10px;
padding-bottom: 10px;
}

.imgt{
width: 139px;
height: 60px;
}

.cf{
clear: both;
}

h4{
clear: both;
margin: 30px 0 15px;
color: #AC2FFF;
font-size: 12pt;
font-weight: bold;
}

.tbl1{
clear: both;
margin: 5px auto 30px;
border: 3px double #777777;
}

.tbl1 th{
padding: 10px 30px;
line-height: 2em;
color: #333333;
}

.tbl1 td{
text-align: center;
padding: 10px;
line-height: 1em;
color: #999999;
font-weight: bold;
}

.ttl{
font-size: 12pt;
font-weight: bold;
}

.ques{
color: #B000B0;
font-size: 11pt;
font-weight: bold;
font-style: oblique;
}

.note{
color:#F77B00;
font-size: 10pt;
font-weight: bold;
}

.tbl2{
clear: both;
margin: 10px auto 30px;
}

.tbl2 th{
text-align: center;
width: 200px;
padding: 10px;
margin: 0 10px;
background-color:#E3FFAA;
font-weight: bold;
border-right: 30px solid #FFFFFF;
}

.tbl2 td{
text-align: center;
width: 200px;
padding: 10px;
margin: 0 10px;
font-size: 9pt;
line-height: 1.2em;
background-color:#E3FFAA;
border-right: 30px solid #FFFFFF;
}