@charset "UTF-8";
/* CSS Document */
html,
body {
	height: 100%;
}
ul {
	margin-left: 2em;
}
#container {
	min-width: 950px;
	margin: 0 auto;
	height: 100%;
	background: url(../images/bg_contents.jpg) center top repeat-y;
	height: 100%;
    min-height: 100%;
}
body > #container {
    height: auto;
}
#header .inner {
	width: 893px;
	position: relative;
	margin: 0 auto;
}
#header .inner p#inquiry {
	position: absolute;
	right: 0px;
	top: 0px;
}
#contents .inner {
	width: 894px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#contents p.btn_guide {
	text-align: right;
	margin-bottom: 20px;
	padding-top: 15px;
}
#contents .section h3 {
	margin-bottom: 60px;
}
#contents .section p#flash {
	height: 560px;
	margin-bottom: 60px;
}
#contents p.note {
	font-size: 10px;
}
/*
*/

.mt20 {
	margin-top: 20px;
}
ol {
	margin-left: 2em;
}
