@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;

	font-style:normal;
	font-weight:normal;
	line-height:1.5;
}
body {
	background-color: #2C245B;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CAC8D6;
	font-size: 12px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(img/top.jpg);
	height: 200px;
	width: 750px;
}
#header h1 {
	color: #FFFFFF;
	position: relative;
	top: 150px;
	right: 0px;
	left: 400px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#left {
	float: left;
	width: 750px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#bottom {
	width: 600px;
	margin-bottom: 50px;
	margin-left:auto;
	margin-right:auto;
}

#bottom_image {
	margin-top: 50px;
}
#footter {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
}
