@charset "utf-8";
/* basic style */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
hr {
	display: none;
}


/* basic link */

a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #990066;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	height: 71px;
	text-align: right;
	background-image: url(image/top_logo3_sub.jpg);
}
#header_logo {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	height: 71px;
	float: left;
	top: 0px;
}

#header_txt {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	height: 20px;
	float: right;
	top: 0px;
}

#contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 520px;
	background-color: #ffffff;
	text-align: center;
}
#contents_bn {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: center;
	background-color: #ffffff;
}
.bn_box {
	width: 225px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	height: 100px;
	display: inline;
	text-align: center;
}

#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #006666;
	height: 100px;
	padding-top: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px;
}

