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

body {
	max-width: 1200px;
	background-image: url(../common/back1.jpg);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}

/* ロゴ、区切り、ニュース表示 */
.logo {
	margin: 0px;
	text-align: left;
	font-size: 16px;
	color: #222222;
}
.kugiri {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;

}

/* ロゴ、区切り、ニュース表示終わり */
#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; 
}
/* 本文 */

.kaisai {
	width: 100%;
	text-align: center;
}


.kaisai img {
	width: 80%;
	height: 240px;
	width: 320px;
}


