@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
	background-color: #ABAEAB;
	background-image: url(images/foot_bk.png);
}

body {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

#wrapper_head{
	background-color: #396;
	display: block;
	color: #FFF;
	height: auto;
}

#header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#header h1{
	font-size: 2.9em;
	color: #FFF;
	display: block;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#header p{
	float: right;
	text-align: right;
}

#header address{
	font-weight: bold;
	float: right;
	text-align: right;
}
nav {
	display: block;
	text-align: center;
	width: 470px;
	float: right;
	margin-top: 30px;
}

#container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 936px;
	font-size: 14px;
	height: 90px;
	color: #FFF;
	line-height: 22px;
	font-weight: bolder;
	background-color: #096;
	padding-top: 30px;
}

article{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	font-size: 14px;
	padding-top: 19px;
	padding-bottom: 15px;
}

address {
	font-style: normal;
}

p {
	margin: 0px;
}

img {
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

hr {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	border:solid #000;
   border-width:1px 0 0 0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	margin-bottom: 25px;
}
/* End hide from IE-mac */

.center{
	text-align: center;
}

.h2_copy{
	text-align: center;
	font-size: 2em;
	color: #3C9;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.strong_copy{
	text-align: center;
	font-size: 2.5em;
	color: #F60;
	margin: 0px;
	padding: 0px;
}


.h2_title{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	font-size: 1.8em;
	text-align: center;
}

.box_left{
	float: left;

}
.box_right{
	float: right;

}
.box_center{
	font-size: 2em;
	text-align: center;
	float: left;
	color: #099;
	padding-top: 4em;
}

.h3_title{
	font-size: 1.5em;
	color: #09C;
}

.box_colum1{
	font-size: 0.8em;
	border: 1px dotted #09C;
	padding: 10px;
	margin-top: 25px;
	text-decoration: none;
}

.tex_small{
	font-size: 70%;	
}

.align_center{
	text-align: center;
	width: 100%;
	display: block;
}

.box_colum2{
	border: 1px dotted #EBEBEB;
	padding: 10px;
	margin-top: 25px;
	text-decoration: none;
	background-color: #FFEAF4;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
