﻿/* bace Layout */
@import "layout.css";
@import "navi.css";
html{overflow-y:scroll;}

body{
	margin:0px;
	padding:0px;
	background:url("../images/bg.jpg") top left repeat-x #000000;
	font-family:ＭＳ Ｐゴシック;
	line-height:125%;
	font-size:small;
}

img{border:none;}