@charset "Shift_JIS";

/* 全体の設定 */
body {
	background-image: url("image/background.png");}

/* コンテナ、幅は940px固定、左右均等空き */
.container {
	max-width: 940px;
	margin: 0 auto;}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
	color: #222;
	line-height: 1.1;}

h1 {
	font-size: 32px;
	text-shadow: 1px 1px 2px #666b70;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 24px;}

h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10.5px;}

h3 {
	font-size: 19px;
	margin: 10.5px 0px;}

/* 本文 */
p {
	line-height: 1.5;
	color: #000;}

/* 写真 */
.image {
	margin-bottom: 16px;
	overflow: auto;}

.large-photo {
	max-width: 100%;
	margin-right: 5px;
	float: left;}

/* キャプション */
.caption {
	font-size: 12px;}

/* 表 */
table {
	font-size: 12px;
	border: 2px solid #999;
	border-collapse: collapse;
	margin-left:0;}

th, td {
	border: 2px solid #999;
	padding: 3px;}

th {
	background-color: #ffffbb;
	font-weight: normal;}

td {
	color: #333;}

/* リンクの文字部分 */
a {
	text-decoration: none;}

a:link {
	color: #6666cd;}

a:hover {
	text-decoration: underline;}

/* ページタイトル部文字 */
.lead {
	font-size: 22.5px;
	color: #666;
	line-height: 1;
	margin: 0px 0px 20px;}

/* 運営説明文 */
.notice {
	font-size: 18px;
	color: #fff;
	line-height: 1.3;}

/* グローバルメニュー */
.global-nav {
	font-size: 13px;
	padding: 0px 15px;
	background-color: #555;}

.nav-list {
	margin: 0px;
	padding: 0px;}

.nav-item{font-size: 20px;}

.nav-item {
	display: inline-block;
	color: #fff;
	padding: 13px 16px;}

/* カーソル当てた時の色 */
.nav-item:hover {
	background: #77293d;}

.nav-item a:link {
	color: #fff;}

/* 文字白抜き */
.nav-item a:visited {
	color: #fff;}

/* フッター */
footer {
	margin-top: 30px;}

