﻿/* 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; 
}

/* 本文 */
.box1 {
	width: 100%;
	text-align: center;
}
table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	border-collapse: collapse;  /* ※隣り合う2本の罫線を1本にまとめる */
}
table img {
	width: 100px;
	height: auto;
	vertical-align: middle;
}
th, td {
	border: 1px black solid;  /* ※罫線を引くためのコード */
}
.num {
	width: 12%;
	min-width: 75px;
	text-align: center;
}
.theme {
	text-align: center;
}

.date {
	text-align: center;
}
.subj {
	text-align: left;
}

.expl {
	text-align: left;
}
.pict {
	width: 15%;
	min-width: 105px;
}

.jamp1 {
		margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: black;

}







