@charset "utf-8";

@import "layout.css";
@import "menu.css";
@import "title.css";
@import "commons.css";


html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #41211D;
	line-height: 150%;
	background-image: url(../img/back.jpg);
}

img {
	border:0;
}

a{
	color:#41211D;
}

a:hover{
	color:#BD736A;
}
