@charset "utf-8";
@import url("../webfonts/Quicksand_Regular/stylesheet.css");
@import url("../webfonts/Quicksand_Light/stylesheet.css");


body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



p {
	font-size: 16px;
	line-height: 1.9em;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	color: #333333;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;

}
h1 {
	font-size: 26px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	color: #333333;
}
h2 {
	font-size: 28px;
	line-height: 1em;
}
h3 {
	font-size: 20px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#wrapper {
	height: auto;
	width: auto;
}
#header  {
	width: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#header .header_waku {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#menu {
	width: 100%;
	height: auto;
	background-color: #ECECEC;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
#main  {




}


#footer {
	height: auto;
	width: 100%;
	clear: both;
}

.clear   {
	clear: both;
}
.clear_underline   {
	clear: both;
	width: 960px;
	height: 80px;
	border-bottom: 1px solid #AAAAAA;
}
#main .contents {
	padding-bottom: 130px;
	margin-bottom: 0px;
}
#main .contents .scr {
	margin-bottom: -130px;
	padding-bottom: 0px;
}
