@charset "Shift_JIS";
@import url("b.css");
@import url("a.css");


/* IE文字でかい */

/*p,td,th,li,a,dt,dd,span{_font-size:x-small;}
caption{_font-size:small;}

h1{_font-size:medium;}
h2,h3{_font-size:small;}*/

/* 印刷用 */

@media print{

#top,
#ml,#sl,
#pan,
#pl,#page{display:none;}

#cl *{display:none;}

#base,#top,#fl,
#main,#bottom{border:0px none;}

#base{width:98%;}
#box,#main{width:98%;}

body{margin-top:10px;
background:transparent;}

div{border:0px none;}


/*a[href]:after{content:attr(href);}*/

}