@charset "utf-8";

@import "layout.css";
@import "menu.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: #333333;
	background-color: #FAFAFA;
	line-height: 150%;
	background-image: url(../img/back.jpg);
	text-align:center;
	background-repeat: repeat-y;
	background-position: center;
}

img {
	border:0;
}

a	{
	color: #0082D6;
	text-decoration: underline;
}

a:link {
	color: #0082D6;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #0082D6;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
} 

a:hover {
	color: #0082D6;
	font-weight: normal;
	text-decoration: none;
}
