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

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;
border-bottom: 1px solid #DDDDDD;
color: #53005D;
text-align: center;
font-size: 18pt;
font-weight: bold;
}

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

#content1,#content2,#content3,#content4,#content5,#content6,#content7 {
margin: 0 20px;
}

h4{
margin-top: 30px;
padding: 3px 5px;
text-align: left;
background-color:#53005D ;
color: #FFCC99;
font-size: 12pt;
font-weight: bold;
}

h5{
margin-top: 30px;
margin-bottom: 15px;
line-height: 20pt;
text-align: left;
font-size: 14px;
font-weight: bold;
}

h6{
display: inline;
margin: 15px 0 0 15px;
line-height: 20pt;
border-bottom: 1px solid #000000;
text-align: left;
font-size: 14px;
font-weight: bold;
}

p{
clear: both;
margin-top: 15px;
margin-left: 20px;
line-height: 1.5em;
color: #333333;
font-size: 13px;
}

.mainimg{
width: 788px;
height: 517px;
display: block;
margin: 0 auto;
}

.txtred{
text-align: center;
color: #FF0000;
font-weight: bold;
}

dl{
margin-top: 20px;
margin-left:40px;
padding: 5px 10px;
border: 3px double #AAAAAA;
background-color: #EAEDFF;
}

dt{
padding: 5px 0;
font-weight: bold;
font-size: 11pt;
}

dd{
margin-left: 20px;
line-height: 1.8em;
}

#tbl{
margin-top: 20px;
margin-left:40px;
border: 1px solid #AAAAAA;
background-color: #EAEDFF;
}

#tbl th, #tbl td{
padding: 5px 10px;
line-height: 20px;
font-weight: bold;
}

#tbl td.tf{
font-weight: normal;
}

ol{
width: 600px;
margin-top: 10px;
margin-left: 40px;
padding: 5px 10px;
font-weight: bold;
border: 1px solid #AAAAAA;
background-color: #EAEDFF;
}

ol li{
list-style-type: decimal;
list-style-position: inside;
line-height: 1.5em;
}

#tbl2{
margin: 20px 0 0 40px;
}

#tbl2 tr{
height: 60px;
}

#tbl2 th, #tbl2 td{
padding: 5px 10px;
border: 1px solid #AAAAAA;
line-height: 1.5em;
}