﻿@charset "utf-8";
/* CSS Document */


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img	{
	vertical-align: bottom;
}
.basicinfo {
	padding: 20px;
	border: 1px solid #666;
}
#header h1 , #footer p{
	margin: 0px;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
}
#footer p {
	font-size: 12px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.subject {
	width: 300px;
	float: left;
	margin-right: 25px;
}
.subject h2+p {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.subject p+p {
	font-size: 14px;
	margin-bottom: 0px;
}
#footer {
	margin-top: 30px;
	clear: both;
}
#main {
	overflow: hidden;
}
.subject h2 {
	margin-top: 0px;
}
#subject03 {
	margin-right: 0px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0px;
	overflow: hidden;
}
#nav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#nav ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 34px;
	background-color: #FFF;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
}
#nav ul li a:hover {
	background-color: #FDD035;
}
#content h2 {
	font-size: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #DC6618;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content p {
	font-size: 14px;
}
#sidebar {
	color: #FFF;
	background-color: #DC6618;
	padding: 20px;
	float: right;
	width: 240px;
}
#sidebar ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#sidebar ul li {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-left: 0px;
	padding-left: 20px;
}
#sidebar h3 {
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content {
	float: left;
	width: 640px;
}
#event #content h2 {
	border-left-color: #33678e;
}
#event #sidebar {
	background-color: #33678e;
}
#contact #content h2 {
	border-left-color: #046096;
}
#contact #sidebar {
	font-size: 12px;
	background-color: #046096;
}
#photos {
	border: 2px solid #DC6618;
	margin-top: 30px;
	position: relative;
	height: 350px;
}
#photos img {
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFF;
}
#photo01 {
	position: absolute;
	left: 29px;
	top: 34px;
	z-index: 1;
}
#photo02 {
	position: absolute;
	left: 296px;
	top: 87px;
}
table {
	font-size: 14px;
	margin-top: 30px;
	border: 1px solid #33678e;
	border-collapse: collapse;
	width: 600px;
}
th {
	padding: 5px;
	border: 1px solid #33678e;
	background-color: #C2E162;
}
td {
	padding: 10px;
	border: 1px solid #33678e;
}
#date {
	width: 100px;
}
label {
	display: block;
}
#namae, #email {
	width: 300px;
}
#comment {
	width: 550px;
}
form {
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 3px solid #EDE596;
}
#nav ul li a:hover {
	background-color: #FC3;
}
