@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
	font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}
a:link {
	color: #05C;
	text-decoration: underline;
}
#wrapper {
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 80px;
	position: relative;
}
#header {
	width: 900px;
	height: 107px;
	padding: 40px 0px 30px;
	margin: 0px auto;
	position: relative;
}
	#logo {
		display: block;
		width: 205px;
		height: 107px;
		background: url(img/logo.png) no-repeat 0px 0px;
	}
	#menu {
		width: auto;
		height: 32px;
		text-align: right;
		position: absolute;
		right: 0px;
		bottom: 58px;
		border-bottom: solid 1px #555;
	}
		#menu a,
		#menu span {
			display: inline-block;
			margin-left: 20px;
			color: #555;
			text-decoration: none;
		}
		#menu a:hover {
			text-decoration: underline;
		}
#page {
	width: 900px;
	padding-bottom: 80px;
	margin: 0px auto;
}
#footer {
	width: 100%;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.heading {
	font-weight: bold;
	margin-bottom:40px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="time"] {
	box-sizing: border-box;
	width: 300px;
	height: 32px;
	font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 4px;
	border: solid 1px #CCC;
	color: #333;
}
select {
	box-sizing: border-box;
	height: 32px;
	font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	border: solid 1px #CCC;
	padding-left: 5px;
	color: #333;
	background-color: #FFF;
}
textarea {
	box-sizing: border-box;
	font-family: "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 4px;
	border: solid 1px #CCC;
	color: #333;
}
a.button {
	box-sizing: border-box;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCC;
	color: #333;
	transition: all 0.2s ease 0s;
}
a.button:hover {
	background-color: #E50012;
	color: #FFF;
	border-color: #E50012;
}
