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

body {
	font-family: ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN;
	color: #4D4D4D;
	line-height: 1.35;
	font-size: 12px;
	margin: 0px;
}

img { border: none;}

#index {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 950px;
	height: 700px;
	position: static;
	margin-left: auto;
	margin-right: auto;
}

#index .contents {
	width: 300px;
	text-align: right;
	position: relative;
	top: 285px;
	left: 35px;
}
