﻿@charset "utf-8";
body {
	font-size: 14px;
	line-height: 170%;
	background-color: #BDBDBD;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#layout-header {
	background-image: url(http://diced.jp/~sin/high3/img/01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 915px;
}
#layout-content {
}
#layout-footer {
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #666;
	text-align: right;
}
