@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-size: 12px;
	margin: 0px auto;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
}

p {
	margin: 3px;
}

img {
	border: none;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#header em {
	position: absolute;
	top: 0px;
	margin-left: 250px;
}

#header strong {
	font-weight: normal;
}

#container {

}

#side {
	float: left;
	width: 230px;
	height: 1410px;
	background: url(../images/bg_side.jpg) repeat-y;
}

#main {
	float: left;
	width: 770px;
	background: url(../images/bg_main.jpg) no-repeat top right;
}

#top {
	height: 150px;
}

#support {
	width: 730px;
	height: 400px;
	background: url(../images/bg_support.jpg) no-repeat;
	margin: 10px auto;
}

#support p {
	position: relative;
	top: 75px;
	left: 50px;
}

#about,
#info {
	width: 730px;
	margin: 10px auto;
}

#info {
	margin-bottom: 100px;
}

#about img,
#info img {
	margin: 10px auto;
}

#footer {
	width: 1000px;
	height: 100px;
	background: url(../images/footer.jpg) no-repeat;
	/*clear: both;*/
}

#footer em {
	position: relative;
	top: 10px;
	left: 250px;
}
