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

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

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

p{
margin-bottom: 20px;
}

.cf{
clear: both;
}

.imgt{
float: left;
width: 125px;
height: 125px;
padding-right: 10px;
padding-bottom: 10px;
}

.imgb{
float: right;
width: 175px;
height: 175px;
padding-left: 10px;
}

.imgv{
float: right;
width: 257px;
height: 150px;
padding-left: 10px;
}

.imgn{
float: right;
width: 121px;
height: 100px;
margin-top: 30px;
padding-left: 10px;
}

.imga{
float: left;
width: 165px;
height: 150px;
padding-right: 10px;
}

.imgc{
float: left;
width: 250px;
height: 222px;
padding-right: 30px;
padding-bottom: 20px;
}

dl{
margin: 20px 0;
}

dt{
margin: 10px 0 5px;
color: #660099;
font-size: 11pt;
font-weight: bold;
}

dd{
margin-left: 30px;
}

.lst1 li:before{
content: "●";
padding-right: 10px;
color: #660099;
}

.ud{
clear: both;
display: inline;
padding: 2px 10px;
color: #FFFFFF;
background-color: #FF9900;
font-size: 11pt;
}

.gn{
margin: 5px 0 10px;
color: #FF0000;
font-weight: bold;
font-style: oblique;
}

.bn{
margin: 5px 0 10px;
color: #6699FF;
font-weight: bold;
font-style: oblique;
}

.box{
margin: 0 0 10px;
padding: 10px 20px;
border: 1px solid #FF9900;
}

.chtxt{
color: #66CC00;
font-weight: bold;
}

.lst2{
margin: 10px 0 20px 100px;
color: #66CC00;
font-weight: bold;
font-style: oblique;
}

.lst2 li:before{
content: "－";
padding-right: 5px;
color: #66CC00;
}

table{
margin: 20px 0 30px 100px;
font-size: 11pt;
}

th{
width: 100px;
line-height: 30px;
padding: 10px 20px;
border: 2px solid #66CC00;
font-style: oblique;
}

th.pr{
width: 100px;
line-height: 30px;
padding: 10px 20px;
text-align: right;
font-style: oblique;
}

td{
width: 150px;
line-height: 30px;
text-align: center;
padding: 10px 20px;
font-weight: bold;
border: 2px solid #66CC00;
}

.txtp{
color: #FF0099;
font-weight: bold;
}

.lst3{
margin: 10px 0 20px 100px;
color: #6633CC;
}

.lst3 li:before{
padding-right:10px;
color: #6633CC;
content: "● ";
font-style: oblique;
}

.lst4{
margin: 10px 0 20px 100px;
font-size: 11pt;
line-height: 1.5em;
}

.mt50{
margin-top: 50px;
}

.adv{
clear: both;
margin: 30px 0 10px;
padding: 10px 20px;
border: 3px dotted #D83F8C;
}

.ttl{
line-height: 40px;
color: #D83F8C;
font-size: 12pt;
text-align: center;
font-weight: bold;
}