@charset "EUC-JP";

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
html { overflow-y:scroll; }
img { border:0; vertical-align:bottom; }
ol,ul,li { list-style-type:none; list-style-image:none; list-style-position:outside; }

/* layout */
html, body {
	height: 100%;
}

body {
	background-image: url(images/bg_main.gif);
	font-size: 15px;
}

a {
	color: #0d56a6;
}

#container {
	position: relative;
	width: 970px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fdfcf7;
}

#logoArea {
	padding: 80px 0 80px;
	text-align: center;	
}

#contentsArea {
	padding-bottom: 100px;
}

.closeTxt {
	width: 770px;
	margin: 0 auto 80px;
	line-height: 1.6;
}

.btn {
	width: 18em;
	margin: 0 auto;
	text-align: center;
}

.btn a {
	display: block;
	padding: 10px 0;
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.btn a:hover {
	background-color: #666;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 950px;
	padding: 10px;
	border-top: 1px solid #1262b6;
	color: #666;
	font-size: 70%;
	line-height: 1.3;
	overflow: hidden;
}

#footer .footerTxt {
	margin-right: 300px;
}

#footer .digital_logo {
	float: right;
}