﻿@charset "UTF-8";
body {
	max-width: 1200px;
	background-image: url(../common/asanoha2.jpg);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}
.futomoji {
	font-size: 16px;
	font-weight: bold;
	color: brown;
}
.site-mei {
	margin: 0;
	line-height: 16px;
}
.page-title {
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 16px;
	background-color: #9cdae1;
}
.kin-ei {
	text-align: center;
margin-bottom: 30px;
}


.kin-ei img {

	width: 80%;
	height: 80%;
}




.link {
	margin: 10px;
	border:solid 3px #888888;
	border-radius: 10px;/*角の丸み*/
}
.s-link {
	padding: 0;
	margin-left: 10px;
	width: 205px;
	font-size: 14px;
	float: left;
}

.s-link ul {
	margin: opx;
	padding: 0px;
	list-style: none;
}

.link:after {
	content: "";
	display: block;
	clear: both;
}


.staff {
	margin: 10px;
	border: solid 3px #888888;
	border-radius: 10px;/*角の丸み*/
}

.s-staff {
	text-align: center;
	padding: 0;
	margin: 10px;
	float: left;
}

.s-staff ul {
	margin: opx;
	padding: 0px;
	list-style: none;
}
.staff:after {
	content: "";
	display: block;
	clear: both;
}

