<!--
now=new Date();
mo=now.getMonth()+1
if(mo==1||mo<=2){
document.write('<link rel="stylesheet" href="https://sv30.wadax.ne.jp/~aj-fukuoka-org/style/contents_autumn.css" type="text/css">');
}
else if(mo>=3&&mo<=4){
document.write('<link rel="stylesheet" href="https://sv30.wadax.ne.jp/~aj-fukuoka-org/style/contents_sakura.css" type="text/css">');
}
else if(mo>=4&&mo<=6){
document.write('<link rel="stylesheet" href="https://sv30.wadax.ne.jp/~aj-fukuoka-org/style/contents_rain.css" type="text/css">');
}
else if(mo>=7&&mo<=9){
document.write('<link rel="stylesheet" href="https://sv30.wadax.ne.jp/~aj-fukuoka-org/style/contents_summer.css" type="text/css">');
}
else {
document.write('<link rel="stylesheet" href="https://sv30.wadax.ne.jp/~aj-fukuoka-org/style/contents_autumn.css" type="text/css">');
}
// -->