@charset "shift_jis";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	text-align: center;
}

body.contents {
	width: auto;
	padding: 0 20px 0 40px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

/* 共通 */

#bg{
	z-index: -1;
	position:fixed;
	display: none;
}

#wrap {
	width: 940px;
	margin: 0 auto;
}

#head {
	width: 940px;
	height: 143px;
	margin: 0 auto;
	position: relative;
}

#head h1 {
	width: 252px;
	height: 28px;
	padding-top: 16px;
	float: left;
	margin-right: 87px;
}

#head h1 a {
	display: block;
	width: 252px;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat left top;
}

#head .menu {
	width: 464px;
	float: left;
}

#head .menu li{
	display: inline;
	float: left;
	position: relative;
	margin-right: 9px;
}

#head .menu li a{
	display: block;
	position: relative;
}

#head .menu li.active{
	top: -10px;
}

#main {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

h2 {
	margin-bottom: 27px;
}

.footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 60px;
}

.copy {
	float: left;
	padding: 5px 0;
	margin-right: 33px;
}

.sns {
	float: left;
	height: 21px;
}

.sns li {
	display: inline;
	float: left;
	width: 80px;
}

.sns li.fb iframe {
	width: 65px;
}

.footer .pagetop {
	width: 18px;
	height: 15px;
	float: right;
}

.footer .pagetop:hover {
	cursor: pointer;
}
/* */