/* メインコンテンツ */
#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:#3E9DFE;
font-size: 18pt;
font-weight: bold;
border-bottom: 1px solid #DDDDDD;
}

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

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

table{
margin: 0 50px;
font-size: 11pt;
}

tr{
height: 60px;
}

th{
padding-right: 15px;
margin-bottom: 20px;
}

td{
text-decoration: none;
color: #660099;
}

.imgt{
float: right;
width: 200px;
height: 190px;
padding-left: 15px;
padding-bottom: 10px;
}

.imgc{
float: right;
width: 132px;
height: 150px;
padding-left: 15px;
padding-bottom: 10px;
}

.imgl{
float: right;
width: 200px;
height: 269px;
padding-left: 15px;
padding-bottom: 10px;
}

p{
margin-bottom: 20px;
}

.cf{
clear: both;
}


#q1,q2,q3,q4{
margin: 30px 0;
}

.ques{
margin: -15px 0 15px 15px;
padding: 10px 20px;
color: #660099;
font-size: 11pt;
font-weight: bold;
border-top: 1px solid #BBBBBB;
border-left: 1px solid #BBBBBB;
border-right: 1px solid #777777;
border-bottom: 1px solid #777777;
}

.answ{
margin: 20px 0 20px 20px;
}

.lst{
margin: 20px 0 20px 80px;
font-weight: bold;
color:#188BFE;
}

.lst li:before{
content: "●";
padding-right: 10px;
}

.lst2{
margin: 20px 0 20px 80px;
color: #A51FD2;
font-weight: bold;
font-style: oblique;
}

.lst2 li:before{
content: "×";
padding-right: 10px;
}

.attn{
color: #FF0000;
font-weight: bold;
}
