/* CSS Document */

@import "breadcrunbs.css";
@import "headerfooter.css";
@import "navi.css";
@import "navifooter.css";

body {
	margin:0;
	padding:0;
}

body{ font-size: 75% } /*　IE向け　*/
html>body{ font-size: 12px }/* firefox向け */



/* floatをクリア */
.clear { 
	width:0;
	height:0;
	clear:both;}