﻿@charset "utf-8";
/* 全体のスタイル */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffcf;
	font-family: "小塚明朝 Pro M,メイリオ,Times New Roman,Times,sans-serif";
	font-size: 16px;
}

img {
	border: none;
}

p {
	line-height: 100%;
	text-align: center;
}

hr {
	border: 1px solid #c0c0c0;
}

h1 {
	font-size: 120%;
	padding-top: 20px;
	text-align: center;
}

h2 {
	font-size: 120%;
	padding-top: 10px;
	text-align: center;
}

h3 {
	font-size: 120%;
	padding-top: 10px;
	text-align: center;
}

/* id のスタイル */
#container {
	background-image: url(../image/tatami.jpg);
	background-repeat: repeat;
	color: #000000;
	height: 100%;
	width: 100%;
}

#hokkaido {
	margin: -40px auto 20px;
	width: 768px;
}

#owabi {
	margin: -480px auto 0;
	width: 111px;
}

#footer {
	background-color: #ffffcf;
	margin-top: 220px;
	padding-bottom: 10px;
}

/* class のスタイル */
.red {
	color: #f00000;
}

/* リンクのスタイル */
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

a:link {
	color: #f00000;
}

a:visited {
	color: #900000;
}

a:hover {
	background-color: #6f0f0f;
	color: #f0f0f0;
}

a:active {
	background-color: transparent;
	color: #87cbae;
}

/* リストマークのスタイル */

/* テーブルのスタイル */

