@charset "utf-8";
/* CSS Document */

/* Clear Settings
------------------------*/

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
}
form, input, label {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
}
a img {
	border-width: 0;
	border-style: none;
	border-color: #FFFFFF;
}
.clear {
	clear:both;
}
/* Basic Setting
------------------------*/
* {
	margin: 0;
}
html, body {
	margin:0;
	padding:0;
	height: 100%;
}
body {
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/* Header
------------------------*/
h1 {
	float:left;
	margin:20px 0 0 0;
	padding:0;
}
/* Footer
------------------------*/

#footer {
	background-color:#eeeeee;
	width:100%;
}
#footer #footercont {
	display:block;
	position:relative;
	width:970px;
	height:66px;
	margin:0 auto;
	padding:0;
}
*html #footercont {
	text-align:center;
}
#footer #footercont ul {
	position:relative;
	float:left;
	display:block;
	margin:29px 0 0 0;
	padding:0;
	height:9px;
	list-style:none;
}
#footer #footercont ul li {
	float:left;
	margin:0 0 0 10px;
	height:9px;
}
#footer #footercont ul li a {
	display:block;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer #footercont ul li.info a {
	width:31px;
	background-image:url(images/footer/info.gif);
}
#footer #footercont ul li.info a:hover {
	background-position:0 -9px;
}
#footer #footercont ul li.company a {
	width:82px;
	background-image:url(images/footer/company.gif);
}
#footer #footercont ul li.company a:hover {
	background-position:0 -9px;
}
#footer #footercont ul li.contact a {
	width:43px;
	background-image:url(images/footer/contact.gif);
}
#footer #footercont ul li.contact a:hover {
	background-position:0 -9px;
}
#footer #footercont ul li.privacy a {
	width:74px;
	background-image:url(images/footer/privacy.gif);
}
#footer #footercont ul li.privacy a:hover {
	background-position:0 -9px;
}
#footer #footercont ul li.sitemap a {
	width:47px;
	background-image:url(images/footer/sitemap.gif);
}
#footer #footercont ul li.sitemap a:hover {
	background-position:0 -9px;
}
#footer #footercont p {
	display:block;
	position:relative;
	float:right;
	margin:24px 0 0 0;
}
/* Contents
------------------------*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px; /* the bottom margin is the negative value of the footer's height */
}

