﻿@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	color: brown;
	font-size: 14px;
	background-attachment: scroll;
	background-color: pink;
}
p {
	padding-right: 2px;
	padding-left: 2px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: white;
}
a:hover {
	color: red;
}
.yerrow {
	height: auto;
	width: auto;
	background-repeat: repeat;
	background-color: yellow;
}
.lage {
	font-size: 130%;
	color: #00F;
	font-weight: bold;
}
.box {
	padding: 5px;
	text-align: left;
}
h1 {
	color: brown;
	font-weight: bold;
	font-size: 130%;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: brown;
	margin-top: 20px;
	padding-left: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: brown;
}
#contents {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.box_h1 {
	text-align: left;
	padding: 40px;
}
#header {
	text-align: center;
	height: 70px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
	color: #FFF;
}
#fooder {
	text-align: center;
	height: 70px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: brown;
	color: #FFF;
}
.box_photo {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
