@charset "utf-8";
/* CSS Document */

#wrapper {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #FFFFFF;
}
#header {
	height: 150px;
	width: 750px;
}
#content {
	width: 750px;
}
#main {
	float: right;
	width: 550px;
}
#menu {
	width: 200px;
}
#footer {
	height: 100px;
	width: 750px;
	background-color: #FF0000;
}
#wrapper #footer p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#clearBoth {
	clear:both;
}
#tenpo {
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 10px;
}
.tenpo_pic {
	float: right;
	height: 250px;
	width: 350px;
	background-image: url(img/photosoon.gif);
}
.tenpo_left {
	float: left;
	width: 220px;
	color: #FF0000;
	height: 160px;
	margin-right: 20px;
	border: 5px solid #FFFFFF;
	background-image: url(img/photosoonmini.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.tenpo_right {
	float: right;
	width: 220px;
	height: 160px;
	border: 5px solid #FFFFFF;
	background-image: url(img/photosoonmini.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.tenpo_map {
	float: right;
	height: 270px;
	width: 350px;
	background-color: #FFFFFF;
}
#tenpo_info {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	width: 720px;
}




p {
	margin: 3px;
	padding: 0px;
}
h3 {
	font-size: 200%;
	font-weight: bold;
	background-image: url(img/tenpo_back.jpg);
	height: 48px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.white {
	color: #FFFFFF;
}
.navi {
	height: 30px;
	width: 750px;
	background-color: #FF0000;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
.navi img {
	padding-left: 3px;
	padding-right: 3px;
}
.index_comment {
	padding-right: 10px;
	padding-left: 10px;
}
