@charset "utf-8";

/*デフォルトの環境をリセット*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1,h2,h3,h4,th {
	font-weight: normal;
}
/*サイトデザインルール初期設定*/
body {
	background-color: #F0F0F0;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-size: 0.8em;
	text-align: center;
}
a {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#contents {
	width: 760px;
	background-color: #FFFFFF;
	padding:0;
	margin:0px;
}

