@charset "Shift_JIS";

*{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.04em;
	font-size: 14px;
	margin:0;
	padding:0;
	color: #333333;
	line-height: 1.5;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
}
#container {
	text-align: left;
	width: 860px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
body > #container {
	height: auto;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
#container #design_header {
	width: 860px;
	height: 120px;
}
#container .header_logo {
	height: 100px;
	width: 250px;
	margin-top: 10px;
	float: left;
}
#container .ahs_tel {
	height: 51px;
	width: 200px;
	margin-top: 60px;
	float: right;
}
#container #main_contents {
	width: 860px;
	clear: both;
	padding-bottom: 20px;
}
#footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
}
.design_footer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.design_footer .policy {
	display: none;
}
.design_footer .ahs_description {
	width: 420px;
	text-align: left;
}
.design_footer .ahs_title {
	height: 30px;
	width: 310px;
}
.design_footer .ahs_text {
	white-space: nowrap;
	padding-top: 2px;
	padding-left: 3px;
}
.copyright {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
}
.close {
	margin: 0px auto;
	clear: both;
	height: 1px;
	width: 850px;
	font-size: 1px;
}
.pagetop {
	display: none;
}

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

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
