@charset "utf-8";
@import url(./base.css);
@import url(./title.css);
@import url(./footer.css);



/*ベース*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ ゴシック";
	font-size:12px;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 10px;
	text-align: center;
}
