@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td img span {
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:100%;
}
img {
	border:none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}


/*----- [body] ------*/
body {
	background: #fbf5e5;
	font-size: 15px;
	font-family: "Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif";
	color: #4b403c;
	line-height: 180%;
	letter-spacing: 0.1em;
}


/*----- [a] ------*/
a {
	color: #aa706c;
}
a:hover {
	text-decoration: underline;
}

span.none {
	display: none;
}


p {
	margin: 0px;
	padding: 0px;
}	


/*=================[container]=================*/
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

/*=================[header]=================*/
#header {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	background-color: #4b403c;
	color: #fbf5e5;
}
h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 18px;
}


#text {
	text-align: center;
	font-size: 17px;
}

p.example {
	width: 400px;
	margin: 20px auto 20px auto;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 180%;
	background-color: #ebd7b6;
}

p.text_1 {
	margin: 20px auto;
	font-weight: bold;
	font-size: 17px;
}


#form {
	margin: 40px 0 20px 0;
	text-align: center;
}
#form a {
	width: 250px;
	font-size: 22px;
	border: 1px #aa706c solid;
	padding: 15px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}
#form a:hover{
	color: #ffffff;
	background-color: #aa706c;
		
}
p.form_text {
	margin: 10px 0 0 0;
}

#kikan {
	text-align: center;
	font-size: 17px;
}

span.kikan_title {
	font-weight: bold;
}


#info {
	margin: 40px 0 0 0;
	padding: 0 40px 0 40px;
	font-size: 12px;
	line-height: 150%;	
}
#info ul {
	margin: 0 0 0 15px;
}
p.info_title {
	font-size: 13px;
	font-weight: bold;
}

#attention {
	margin: 20px 0 0 0;
	padding: 0 40px 0 40px;
	font-size: 12px;
	line-height: 150%;	
}
ul {
	margin: 0 0 0 15px;
}
p.attention_title {
	font-size: 13px;
	font-weight: bold;
}

#youtube {
	margin: 40px auto 0 auto;
	text-align: center;
}


/*=================[footer]=================*/
#footer {
	text-align: center;
	margin: 50px auto 0 auto;
	font-size: 11px;
}
