@charset "Shift_JIS";

body, p, img, table { margin:0; padding:0; font-size:96%; line-height:135%; border:none; }

#base { width:768px; margin:0 auto; border-left:1px solid #BABABA; border-right:1px solid #BABABA; }
#header { padding:20px 10px; border-bottom:1px solid #BABABA; }
#main { padding:20px 29px; }
#err { margin-bottom:10px; }
#footer { padding:10px; font-size:86%; border-top:1px solid #BABABA; border-bottom:1px solid #BABABA; }
#fl, #fr { width:374px; float:left; }
#fr { text-align:right; }


/* --------------------------------------------- */
/* Clearfix
-- --------------------------------------------- */
.clearfix:after,
.section:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix, .section { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix,
* html .section { height:1%; }
.clearfix, .section { display:block; }
/* End hide from IE-mac */

.clr{ clear: both; }

