<!--
now=new Date();
mo=now.getMonth()+1
if(mo==12||mo<=3){
document.write('<link rel="stylesheet" href="http://aj-fukuoka.org/style/news_winter.css" type="text/css">');
}
else if(mo>=4&&mo<=5){
document.write('<link rel="stylesheet" href="http://aj-fukuoka.org/style/news_spring.css" type="text/css">');
}
else if(mo>=6&&mo<=9){
document.write('<link rel="stylesheet" href="http://aj-fukuoka.org/style/news_summer.css" type="text/css">');
}
else {
document.write('<link rel="stylesheet" href="http://aj-fukuoka.org/style/news_autumn.css" type="text/css">');
}
// -->