@import url("reset.css");
@import url("global.css");
body{
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color:#656565;
	width:100%;
	background-color:#ffffff;
	background-image: url("../images/bg_main.jpg");
	background-repeat:no-repeat;
}
#main_content{
	min-height:1499px;
	font-size:18px;
	line-height:1.7em;
}
h2{
	margin:0 0 40px 0;
	font-size:32px;
	font-weight:normal;
}