/* CSS Document */

#top {
background-image: url(../img/bg_top.gif);
}
/*H1 ロールオーバー*/
h1 a {
	background-image: url(../img/btn_h1_a.gif);
}
h1 a:hover {
background-image: url(../img/btn_h1_b.gif);
}
#side .menu {
border-color: #FA6A5A;
}
/*H2メニュー ロールオーバー*/
#side .m01 a {background-image: url(../img/btn_m01_a.gif);}
#side .m01 a:hover {background-image: url(../img/btn_m01_b.gif);}

#side .m02 a {background-image: url(../img/btn_m02_a.gif);}
#side .m02 a:hover {background-image: url(../img/btn_m02_b.gif);}

/*サブメニュー ロールオーバー*/
#side .m_li a  {
background-image: url(../img/btn_li01.gif);
color: #666666;
}
#side .m_li a:hover {
background-image: url(../img/btn_li02.gif);
}
#side .end {
background-color: #FF685B;
}
.frame {
background-image: url(../img/frame_bg.gif);
background-color: #FFEEEE;
}
.frame .maintop {
	background-image: url(../img/maintop.gif);
}
