@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  font-family: Meiryo,sans-serif;
  margin: 0 !important;
}

img {
  border: 0px;
  vertical-align: bottom;
}

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

/*ヘッダーエリア*/
.top_logo_Area {
  background: #000000;
  width: 100%;
  padding: 16px 0px 16px 0px;
  float: left;
  margin: 0px;
}

.top_logo_Area .topArea_logo {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
}

.top_logo_Area .topArea_logo h1 {
  margin-right: 0px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: 100%;
  font-size: 0;
}

.top_logo_Area .topArea_logo img {
  vertical-align: -webkit-baseline-middle;
}

/*メインエリア*/
.topArea {
  width: 100%;
  padding: 16px 0px 16px 0px;
  float: left;
  margin: 0px;
}

.wrapper {
  width: 100%;
  background-color: #939393;
  float: left;
  margin: 0px;
  padding: 0px;
}

.content {
  background-color: #ffffff;
  width: 1040px;
  margin: 0 auto;
  padding: 0px;
}

.content wrapper {
  float: left;
  margin: 0px;
  padding: 0px;
}

/*コピーライト*/
.copy {
  float: left;
  background: #1e1e1e;
  text-align: left;
  color: #999999;
  width: 988px;
  font-size: 10px;
  padding: 10px 26px 10px 26px;
  margin: 0px 0px 0px 0px;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0px;
}


/* CSS code for Guideline */
#contentsWrapper{
	padding: 0 20px 40px;
}
#page_ttl {
	margin: 0 20px 30px;
}
#page_ttl h1{
	font-size: 22px;
	line-height: 1.3em;
	margin: 3.0em 0 2.0em;
	text-align: center;
}
#textArea {
	margin: 0 20px 20px;
}
#textArea .textAreaBox {
	margin-bottom: 40px;
	line-height: 1.6em;
}
#textArea .textAreaBox h2 {
	margin-bottom: 1.0em;
	font-size: 18px;
}
#textArea .textAreaBox h3 {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: normal;
}
#textArea .textAreaBox p{
	margin-bottom: 1.0em;
	padding-left: 2.0em;
	font-size: 14px;
}
#textArea .textAreaBox.fulltxt p{
	padding-left: 0!important;
}
#textArea .textAreaBox ul{
	margin-bottom: 1.0em;
}
#textArea .textAreaBox ul li{
	padding-left: 2.0em;
	font-size: 14px;
	list-style: none;
}
.top_logo_Area{
	float: none!important;
}


