﻿/* CSS レイアウト */
@charset "utf-8";

body {
	max-width: 1200px;
	background-image: url(../common/back1.jpg);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}
/* 文字種類　*/
.futomoji {
	font-size: 16px;
	font-weight: bold;
	color: brown;
}
/* 文字種類終わり　*/

/* ロゴ、区切り、ニュース表示　*/

.logo-a {
	margin: 0;
}
.logo-a p {
	text-align: center;
	line-height: 16px;
}

.kugiri {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 40px;
	font-weight: bold;
	color: black;
}

.news {
	margin: 0;
	line-height: 10px;
}
#frame-news {
	border: solid 2px #666666;
	width: 100%;
	height: 150px;
}

/* ロゴ、区切り、ニュース表示終わり　*/
#topbutton {position: fixed; bottom: 18px; right: 18px; display: none;
   background-color: #ff00cc; opacity: 0.75; border-radius: 16px; text-align: center; 
      font-size: 120%;  font-weight: bold; margin: 0px;  padding: 2px;  width: 4em; }
#topbutton a { color: white;  text-decoration: none; }
#topbutton a:hover {color: #000000; text-decoration: underline; 
}

/* メニュー欄　*/
.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;
}
/* メニュー欄終わり　*/


/* top 本文　*/
.annai {
	padding: 0px;
	border: 0px;
	text-align: left;
}
.link {
	padding: 0px;
	border: 0px;
	text-align: center;
}
.chuui {
	height: inherit;
	padding: 0px;
	border: solid 2px brown;
	text-align: left;
}
@media (min-width: 768px) {
.box-oya1:after {
	content: "";
	display: block;
	clear: both;
}
.box-oya2 {
	float: left;
	width: 70%;
}
.chuui {
	float: left;
	width: 29%;
}
}
@media (min-width: 600px) {
.box-oya2:after {
	content: "";
	display: block;
	clear: both;
}
.annai {
	float: left;
	width: 40%;
}
.link {
	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;
}
}



