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

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

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

.cf{
clear: both;
display: block;
}

h4{
clear: both;
margin-top: 40px;
margin-bottom: 10px;
color: #92C000;
font-size: 12pt;
font-weight: bold;
}

.shplnk{
width: 606px;
margin: 10px auto 20px;
font-size: 11pt;
font-weight: bold;
}

.shplnk li{
float: left;
width: 180px;
line-height: 40px;
margin: 5px 10px;
border: 1px outset #EEEEEE;
text-align: center;
background-color: #F4E8D3;
}

.shplnk li a {
display: block;
color: #5E005E;
text-decoration: none;
outline: none;
}

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

.imgm{
float: right;
width: 281px;
height: 246px;
padding-left: 10px;
}

.lnk{
margin: 20px 0 0 50px;
font-size: 11pt;
}

.lnk a{
display: block;
width: 180px;
line-height: 40px;
margin: 20px 0 5px;
text-align: center;
text-decoration: none;
color: #5E005E;
font-weight: bold;
border: 1px outset #EEEEEE;
background-color: #F4E8D3;
outline: none;
}

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

.lnk p{
margin-top: -20px;
font-size: 10pt;
line-height: 1.2em;
}

.nrml{
display: inline;
margin-top: -10px;
margin-left: 50px;
border: none;
text-align: none;
background-color: none;
}

.advc{
margin: 20px 0;
padding: 10px 10px 10px 30px;
border: 3px double #AF91EA;
}

.advc li{
margin-bottom: 10px;
font-style: oblique;
}

.advc li:before{
content: "● ";
color: #916BE8;
text-indent: 10pt;
margin-left: -10pt;
}

.txtnrrw{
color: #FF6600;
font-style: oblique;
font-weight: bold;
}