@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ　Ｐゴシック",sans-serif;
	background: #FFFFFF;
	color: #000000;
}

h1 {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 180px;
	background: #999999 url("./img/title.jpg") no-repeat;
	font-size: 48px;
	font-color: #FF0000;
	font-weight: bold;
}
h1 a {
	width: 950px;
	height: 180px;
	font-size:64px;
	display: block;
	text-indent: -10000em;
}
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#description {
	margin: 0px;
	padding: 3px 5px 1px 5px;
	background: #000000;
	color: #FFFFFF;
}
#page {
	margin: 0px auto;
	width: 840px;
}
#page img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#header {
	border-top-width: 3px;
	border-top-style: solid;
}
img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#container {
	margin: 0px;
	padding: 0px;
}
#container h2 {
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 40px;
	background-repeat: no-repeat;
}
#container h3 {
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 40px;
	background-repeat: no-repeat;
}
#container h4 {
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 40px;
	background-repeat: no-repeat;
}
#container p {
	margin-left: 30px;
	line-height: 1.8;
	margin-right: 30px;
}


#container a:hover {
	text-decoration: none;
	color: #FF0000;
}

#footer {
	background-color: #000000;
}
#footer address {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

