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

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

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

h4{
clear: both;
margin: 20px 0;
padding: 5px 10px;
font-size: 12pt;
font-weight: bold;
border-top: 1px solid #85E304;
border-right: 2px solid #62A703;
border-bottom: 2px solid #62A703;
border-left: 1px solid #85E304;
}

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



.imgw{
float: left;
width: 200px;
height: 150px;
margin-right:20px;
margin-bottom: 30px;
border: 1px outset #CCCCCC;
}

dl{
clear: both;
margin: 20px 0 30px 50px;
}

dt{
margin-bottom: 10px;
color: #0000FF;
font-size: 12pt;
font-weight: bold;
}

dt a{
text-decoration: none;
}

dd{
margin-bottom: 20px;
line-height: 1.2em;
}

.p1{
clear: both;
}

.imgb{
float: right;
width: 150px;
height: 151px;
padding-left:10px;
padding-bottom: 20px;
}