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

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

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

p{
clear: both;
margin-bottom: 20px;
}

.imgd{
float: right;
width: 27px;
height: 40px;
}

.imgh{
float: right;
width: 50px;
height: 40px;
}

h4{
margin: 30px 0 10px 0;
padding: 2px 10px;
color: #FFFFFF;
font-size: 12pt;
font-weight: bold;
background-color: #FFCC66;
}

.lst{
clear: both;
margin-bottom: 20px;
margin-left: 20px;
}

.lst li{
margin-left: 15px;
}

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

.adv{
margin: 10px 0 20px 20px;
color: #8C3FD8;
font-style: oblique;
font-weight: bold;
}

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

.box{
width: 500px;
margin: 20px auto;
padding: 10px 0 10px 50px;
font-size: 12pt;
font-weight: bold;
border: 3px double #FFCC66;
}

th{
height: 40px;
color: #FF0000;
font-size: 14pt;
font-weight: bold;
}

td p{
height: 40px;
margin:10px 0 0 30px;
font-size: 10pt;
font-weight: normal;
}