@charset "utf-8";

body {
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
	line-height: 1.6;
	background: url(../images/indet-2006-002.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#container {
	display: none;
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#contents {
	padding: 50px 30px;
}

h1 {
	margin-bottom: 2em;
}

header {
	text-align: center !important;
}

h2 {
	margin-bottom: 1em;
}

h3 {
	margin-bottom: 1em;
}

dl {
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 2em;
}

ul {
	margin: 1em 0 0 1.5em;
}

li {
	margin-bottom: 1em;
}

time {
	font-size: 80%;
}

footer {
	margin-top: 3em;
	padding-top: 1em;
	text-align: center;
	border-top: 1px solid #CCC;
}

address {
	margin-bottom: 1em;
	font-size: 80%;
	font-style: normal;
	text-align: right;
}

small {
	font-size: 80%;
}


@media screen and (max-width: 736px) {

	#container {
		width: 100%;
	}

}
