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

body {
	font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	margin: 0px auto;
}

p {
	margin: 0;
	padding: 0;
	line-height: 150%;
	letter-spacing: 2px;
}

img {
	border: none;
}

table,
th,
td {
    border: 1px solid #ccc;
    border-collapse:collapse;
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
}

dl {
	margin: 0;
	padding: 0;
}

#header {
	background: url(../image/header_line.gif) repeat-x bottom;
	height: 90px;
}

#header_contents {
	width: 1000px;
	margin: 0 auto;
}

#header .logo {
	float: left;
	width: 200px;
	position: relative;
	top: 15px;
}

#header .seo {
	float: left;
	width: 750px;
	position: relative;
	top: 15px;
}

#header .sitemap {
	clear: both;
	font-size:10px;
}

#container {
	background: url(../image/bg_container.gif) repeat-y left;
	width: 1000px;
	margin: 0 auto;
}

#contents_header {
	background: url(../image/bg_contents_header.gif) no-repeat;
	width: 980px;
	height: 110px;
	margin-left: 20px;
}

.pankuzu {
	width: 260px;
	position: relative;
	top: 60px;
	left: 60px;
}

#contents {
	background: url(../image/bg_contents.gif) repeat-y;
	width: 980px;
	margin-left: 20px;
}

#contents_box {
	width: 720px;
	margin-left: 60px;
	float: left;
}

#title {
	margin-bottom: 20px;
}

#side_box {
	width: 200px;
	float: left;
}

#side_box img {
	margin-left: 30px;
}

#footer {
	background: url(../image/bg_footer.gif) no-repeat;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .seo {
	float: left;
	width: 530px;
	height: 150px;
	margin-left: 20px;
}

#footer .contact {
	float: left;
	width: 450px;
	height: 150px;
}

#footer .sitemap {
	clear: both;
	background: url(../image/bg_sitemap.gif) no-repeat top;
	height: 120px;
}

#footer ul {
	float: left;
	margin-top: 25px;
}

#footer ul li {
	list-style-image: url(../image/icon_sitemap.gif);
}

#footer .pagetop {

}

#footer .addr {
	width: 980px;
	margin: 10px auto;
	margin-left: 20px;
}

#footer .copyright {
	width: 980px;
	margin-left: 20px;
}

.red {
	color: #FF0000;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
