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

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

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

p{
margin-bottom: 20px;
}

.frm{
margin-top: 50px;
border-top:1px solid #DDDDDD;
border-right:1px solid #BBBBBB;
border-bottom:1px solid #BBBBBB;
}

h4 a{
display: block;
min-height: 40px;
padding: 10px 0 10px 10px;
font-family: "Lucida Sans Unicode",Osaka;
font-size: 16px;
font-weight: bold;
border-left: 10px solid #FF0000;
color: #000000;
text-decoration: none;
}

h4 a:hover {
background-color: #FFEA88;
}


h5{
margin: 15px 0 0 140px;
font-size: 11pt;
font-weight: bold;
}

.dtl{
color: #777777;
font-size: 9pt;
font-weight: normal;
}

.dtl2{
line-height: 1.2em;
margin: -5px 0 0 70px;
font-size: 9pt;
}

.infl{
margin: 10px 0 10px 50px;
}

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

.infl2{
margin: 10px 0 10px 50px;
color: #FF0000;
}
.infl2 li:before{
content: "●";
padding-right: 10px;
}

.schdl{
margin: 10px auto;
text-align: center;
}

.schdl th{
text-align: center;
height: 30px;
padding: 0 30px;
background-color: #C1E9EA;
border: 1px solid #999999;
}

.schdl td{
min-height: 30px;
padding: 5px 30px;
border: 1px solid #999999;
}

.imgd{
float: right;
width: 190px;
height: 165px;
}