﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ ゴシック";
	font-size: 10pt;
	text-align: center;
	background-image:url("./images/background.jpg");
	background-repeat: repeat;
}

ul {
	list-style-type: none;
	text-decoration: none;
}

#header {
	font-size: 16pt;
	margin: 10px auto;
	width: 800px;
	text-align:left;
	background: darkgreen;
	font-size:250%;
	font-family:"HGS行書体",serif;
	color:white;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
}

#left {
	width: 200px;
	float: left;
}

#right {
	width: 590px;
	float: right;
	
}

.title {
	margin-left: 30px;
	line-height: 200%;
	vertical-align: middle;
}

.box {
	margin: 0px 0px 10px;
}

.menu {
	background-color: lightcoral;
	font-size:120%;
	font-family:serif;
	color:black;
}

.menuitem {
	padding: 5px;
}

.support {
	background: #00cc00;
}

.contents {
	background-color: powderblue;
	padding: 5px;
}

.section{
	margin: 0px 5px;
	font-size: 150%;
	color: red;
}

.subsection{
	font-size: 130%;
	margin: 10px 10px;
	color: blue;
	border-left:solid 4px green;
	border-bottom:solid 1px green;
}

.subsubsection{
	font-size: 120%;
	margin: 5px 25px;
	color: black;
}

.prize{
	font-size: 110%;
	margin: 5px 30px;
	color: black;
}