@charset "euc-jp";
/* CSS Document */
div,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,form,ul,ul li{
	margin:0;
	padding:0;
	border:0;
	display:block;
	list-style:none;
	}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;

}
a:active{
	color: #FFFFFF;
}

#main p {
	margin-bottom: 15px;
}
body {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Gothic";
	font-size: 13px;
	line-height: 160%;
	background-color: #272A2C;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#top h1 {
	padding-top: 200px;
	float: left;
	margin-right: 15px;
}

#top #contents {
	padding-top: 200px;
}
#top #contents p {
	margin-bottom: 5px;
}

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


.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}#top #foot {
	margin-top: 200px;
	background-image: url(../img/top_foot.jpg);
	background-repeat: no-repeat;
	width: 800px;
}
#container {
	width: 740px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #header {
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: 490px 0px;
	margin-bottom: 20px;
}
#container li {
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#container ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container h2 {
	margin-bottom: 20px;
}
#container p {
	margin-bottom: 15px;
}
#container h3 {
	margin-bottom: 15px;
}
#container #foot {
	background-image: url(../img/foot_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	margin-top: 30px;
}
.contents {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6C6C6;
	margin-bottom: 20px;
}
#container #main {
	width: 500px;
	float: left;
}
#container #side {
	width: 200px;
	float: right;
	line-height: 130%;
}
#top #foot p {
	padding-top: 80px;
}
.img_r {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
