* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
}

body {
	width: auto;
	height: auto;
	overflow: scroll;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	background: url(../img/bg_header.jpg) top center no-repeat;
	padding: 90px 0 0 0;
}

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

hr.free {
	visibility: hidden;
	height: 0;
	clear: both;
}

hr.space {
	visibility: hidden;
	height: 10px;
}


/***レイアウト***/

#wrap {
	width: 100%;
	min-height: 500px;
}

#page {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: auto;
	margin: 0;
}

#pan {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	font-size: 0.8em;
	color: #333;
	background-color: #FFF;
	padding: 5px 10px;
	border-bottom: 1px dotted #7b2482;
	border-top: 5px solid #7b2482;
}

#pan a:link,#pan a:visited {
	color: #4682b4;
	text-decoration: underline;
}

#pan a:hover {
	color: #099;
	text-decoration: none;
}

.main {
	width: 960px;
	height: auto;
	background-color: #FFF;
	float: left;
	padding: 10px 0 30px 0;
}

#slogan {
	font-size: x-large;
	text-align: center;
	margin: 20px 0;
	color: #333;
	font-weight: bold;
}

#policies,#standards {
	display: none;
	margin: 10px 0;
}

.leftbox {
	width: 530px;
	height: auto;
	float: left;
}

.rightbox {
	width: 410px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
}

#footer {
	width: 100%;
	min-height: 200px;
	background-color: #7b2482;
	float: left;
	padding: 20px 0 50px 0;
	margin: 20px 0 0 0;
    bottom: 0;
    right: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #FFF;
}

.boss_name {
	padding: 5px 25px 0 0;
}

.flex_header,.flex {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content: flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
}
.flex_header {
	margin: 0 0 5px 0;
}
.flex_header li, .flex li {
	list-style-type: none;
}
.flex_header li:first-child {
	padding-top: 45px;
}