@charset "UTF-8";


body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}
a {text-decoration: none}

/* サイト名 */
.site h1 a	{color: #FFD600;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px}

/*緑#548235　＃ffc000黄色*/

/* ナビゲーション */
.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 30px 15px 10px;
	color: #1270e2;
	font-size: 15px;
	text-decoration: none}

.menu li a:hover	{color: #FFFFFF;
	background-color: #1270e2}


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

.menu li	{float: left;
	width: auto}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}


/* お知らせ */
.news h1	{margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #1270e2}

.news ul	{margin: 0;
	padding: 0;
	list-style: none}

.news li a	{
	padding: 5px;
	
	color: #1270e2;
	font-size: 18px;
	text-decoration: none}

.news li a:hover	{background-color: #eeeeee}

.news time	{margin-right: 10px;
	color: #888888;
	font-weight: bold}






/* フッター */
footer{text-align: center;
	margin: 0;
	padding: 2px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #1270e2;
	}

.text a{color: #FFFFFF;
	text-decoration: none
	}

/* ボックスの左右 */
.boxA, .box4, .box5, .box6
	{padding-left: 15px;
	padding-right: 15px}

/* ボックスの上下 */
.boxA	{padding-top: 20px;
	padding-bottom: 10px}

.box4	{padding-top: 20px;
	padding-bottom: 20px}

.box5	{padding-top: 20px;
	padding-bottom: 20px}

.box6	{padding-top: 20px;
	padding-bottom: 20px}


.access{align="center"}

.access a{text-decoration: none
	}
/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX1とBOX2を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box1	{float: left;
	width: auto%}

.box2	{float: right;
	width: auto%}

}

.toppage{text-align: right;
	
}
.toppage a{text-decoration:none;
	
}
/* ########### 1140px以上 ########### */
@media (min-width: 1140px) {
width: 1140px;
margin-left:auto;
margin-right:auto;
}

}