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

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

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

p{
margin-bottom: 20px;
}

.cf{
clear: both;
}

h4{
margin: 30px 0 10px;
padding: 5px 10px;
text-align: center;
color: #FFFFFF;
font-size: 14pt;
font-weight: bold;
background-color: #3ED21E;
}

h5{
clear: both;
margin: 30px 0 20px;
color: #FF8C00;
font-size: 12pt;
font-weight: bold;
border-bottom: 1px solid #CCCCCC;
}

.hlst{
margin-bottom: 40px;
line-height: 2em;
text-align: center;
font-size: 12pt;
font-weight: bold;
}

.hlst a{
padding: 5px 10px;
text-decoration: none;
color: #FF8C00;
}

.hlst li a:before,.hlst li a:after{
content: "●";
padding: 0 10px;
}

.hlst a:hover {
color: #333333;
background-color: #FFEA88;
}

.imga{
float: right;
width: 200px;
height: 175px;
padding-left: 15px;
padding-bottom: 10px;
}

.imgb{
float: left;
width: 200px;
height: 175px;
padding-right: 30px;
padding-top: 5px;
}

.imgc{
float: right;
width: 200px;
height: 175px;
margin-top: 160px;
padding-right:30px;
}

.imgm{
width: 255px;
height: 255px;
}

.imgp{
width: 585px;
height: 559px;
margin-bottom: 10px;
}

.pcnt{
margin-bottom: 10px;
text-align: center;
}

.pcnt > p{
color: #BBBBBB;
font-size: 12pt;
font-weight: bold;
}

.fplst{
margin: 0 auto;
width: 600px;
text-align: center;
font-size: 11pt;
}

.fplst li{
float: left;
width: 200px;
margin-bottom: 20px;
}

.dlst{
margin: 5px 0 10px 30px;
}

.dlst li{
margin: 0 20px 5px 28px;
text-indent: -18px;
}

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

.dlst2{
margin: 5px 0 10px 250px;
}

.dlst2 li{
margin: 0 20px 5px 28px;
text-indent: -18px;
line-height: 1.4em;
}

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

.dl1{
margin-left: 30px;
}

.dl1 dt{
display: inline;
padding: 2px 10px;
font-size: 11pt;
font-weight: bold;
background-color: #FFF1B3;
}

.dl1 dd{
display: block;
margin: 5px 0 20px 20px;
}

.dl2{
margin: 0 0 10px 30px;
padding: 10px 10px 5px 15px;
background-color: #FFF8D2;
border: 1px outset #CCCCCC;
}

.dl2 dt{
font-size: 11pt;
font-weight: bold;
}

.dl2 dd{
display: block;
margin: 5px 0 5px 20px;
}

.lnk{
line-height: 1.6em;
margin: 20px 0 10px 100px;
font-size: 12pt;
}

.lnk li a{
text-decoration: none;
}

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