/* メインコンテンツ */
#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: -15px;
text-align: center;
color: #FF5E00;
font-size: 18pt;
font-weight: bold;
border-bottom: 1px solid #DDDDDD;
letter-spacing: 0.05em;
}

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

#content{
margin: 0 20px;
}

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

.imgm{
float: right;
padding-left: 10px;
}

.cf{
clear: both;
}

table{
margin: 20px 0;
}

tr{
height: 190px;
}

th{
padding-right: 10px;
}

.tda{
vertical-align: top;
}

.tdb{
vertical-align: bottom;
}

.em{
color: red;
font-weight: bold;
}

.imgc{
float: left;
width: 238px;
height: 178px;
padding-right: 10px;
}