@charset "Shift_JIS";

/* common */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #333333;
	font-size: 100%;
	line-height: 1;
}

html>/**/body {
	font-size: 16px; 
}

.clear {
	display: inline-block;
}  
 
.clear:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

ol, ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover,
a:active {
	color: #006699;
	text-decoration: underline;
}




/* header */
#header {
	width: 800px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) no-repeat left bottom;
	text-align: left;
}

#header div.logo {
	float: left;
	width: 400px;
}

#header ul.btn {
	float: right;
	width: 356px;
	padding: 35px 0 0 0;
	text-align: left;
}

#header ul.btn li {
	float: left;
}



/* contents */
#contents {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	text-align: left;
}



/* footer */
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	background: #CFE8BD;
	text-align: left;
}

#footer dl {
	padding: 6px 10px 6px 10px;
	background: #E4F5E5;
}

#footer dl dt {
	padding: 0 0 2px 0;
	font-size: 70%;
	line-height: 1.5;
	font-weight: bold;
}

#footer dl dd p {
	margin: 0 2px 0 0;
	float: left;
	color: #999999;
	font-size: 70%;
	line-height: 1.5;
	white-space: nowrap;
}




