@charset "UTF-8";
body {
	max-width: 1200px;
	background-image: url(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;
}
.site-mei p {
	text-align: center;
	line-height: 16px;
}
.aisatsu {
	padding: 0px;
	border: 0px;
	text-align: left;
}
.migichan {
	padding: 0px;
	border: 0px;
	text-align: center;
}
.migichan img {
	width: 70%;
	height: auto;
}
.guest-m {
	text-align: center;
}
.link {
	height: inherit;
	padding: 0px;
	border: solid 2px brown;
	text-align: center;
}
.news {
	margin: 0;
	line-height: 10px;
}
#frame-news {
	border: solid 1px #cccccc;
	width: 100%;
	height: 300px;
}
.copyright {
	border-top: solid 1px #aaaaaa;
	text-align: center;
	font-size: 11px;
	margin-bottom: 40px;
}
/* メニュー欄　*/
.menu {
	background-color: #9cdae1;
	line-height: 10px;
}
.menu ul {
	margin: 　0;
	padding: 0;
	list-style: none;
}
.menu li a {
	display: block;
	padding: 13px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #eeeeee;
}
.menu ul:after {
	content: "";
	display: block;
	clear: both;
}
.menu li {
	float: left;
	width: auto;
}
/* メニュー欄終わり　*/
@media (min-width: 768px) {
.box-aa:after {
	content: "";
	display: block;
	clear: both;
}
.box-bb {
	float: left;
	width: 70%;
}
.link {
	float: left;
	width: 29%;
}
}
@media (min-width: 600px) {
.box-bb:after {
	content: "";
	display: block;
	clear: both;
}
.aisatsu {
	float: left;
	width: 40%;
}
.migichan {
	float: left;
	width: 59%;
}
}
@media (max-width: 767px) {
.link {
	display: none;
}
.menu li a {
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}
}
