/* メインコンテンツ */
#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用 */
}

#content{
margin: 0 20px;
}

h2{
margin-top: 30px;
line-height: 25pt;
text-align: center;
color: #5BBF1E;
font-size: 18pt;
font-weight: bold;
border-bottom: 1px solid #DDDDDD;
}

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

h4{
margin: 20px 0;
color: #000000;
font-size: 12pt;
font-weight: bold;
}

p{
margin-bottom:20px;
line-height: 1.5em;
}

#box{
margin: 30px auto;
width: 500px;
background-color: #F8F8EF;
text-align: center;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #999999;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #999999;
}

p.txt{
margin-top: 20px;
line-height: 30px;
color: #000000;
font-size: 16pt;
font-weight: bold;
text-indent: -16pt;
}

p.num{
color: #FF6600;
font-size: 52pt;
font-weight: bold;
line-height: 60pt;
letter-spacing: 0.3em;
text-indent: 16pt;
}

p.url{
font-size: 12pt;
margin-bottom: 20px;
}

.imgp{
float: left;
width: 144px;
height: 191px;
margin-top: 55px;
margin-left: 50px;
}

dl{
margin-top: 40px;
margin-left: 270px;
}

dl:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

dd{
margin: 5px 0 20px;
}

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

