* {
	padding: 0px;
	margin: 0px;
	font-size: 10.5pt;
	font-family: sans-serif;
	color: #000;
}

body {
	background-color: #06C;
}

div {
	border: 0px solid #F00;
}

#page {
	border: 0px solid #F00;
	width: 100%;
}

#header {
	height: 100px;
	width: 100%;
	/*
	background-color: #06C;
	*/
	border-bottom: 0px solid #000;
	display: table;
}

.horizontal-gradient {
	background: linear-gradient(to right, blue, pink);
}

.angled-gradient {
	background: linear-gradient(70deg, blue, pink);
}

#header .title {
/*
	font-size: 24pt;
	line-height: 100px;
*/
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	border: 0px solid #FFF;
	font-weight: bold;
	color: #FFF;
}

#menu {
	/*
	border-bottom: 0px solid #000;
	*/
	height: 50px;
	background-color: #CDF;
}

#menu #menu_button {
	height: 50px;
	line-height: 50px;
}

#menu .item {
	float: left;
}

#menu .sep {
	float: left;
}

#content {
	width: 100%;
	min-height: 500px;
	background-color: #FFF;
	border: 0px solid #000;
	clear: both;
	padding: 10px 0px;
}

#content .item {
	display: none;
}

#content h1 {
	line-height: 50px;
	font-weight: bold;
	font-size: 14pt;
	color: #06C;
}

#content h2 {
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0px;
}

#content p {
	margin-bottom: 10px;
}

#footer {
	/*
	background-color: #FFF;
	*/
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-top: 0px solid #000;
	text-align: center;
/*
	display: table;
*/
}

#footer #inner {
/*
	display: table-cell;
	vertical-align: middle;
*/
	color: #FFF;
	border: 0px solid #F00;
}

table.members * {
	padding: 5px;
}

table.members th {
	text-align: left;
}

table.members td {
	text-align: left;
}

@media screen and (max-width: 800px) {
	#inner {
		width: 90%;
	}
  #header .title {
		font-size: 18pt;
	}
	#menu #menu_button {
		width: 90%;
		margin: 0px auto;
		visibility: visible;
	}
	#menu #inner {
		/*
		*/
		width: 95%;
		/*
		visibility: hidden;
		*/
		display: none;
		position: absolute;
		background-color: #06C;
		border: 1px solid #039;
	}
	#menu .item {
		float: none;
		padding: 10px;
		margin: 2px;
		border: 1px solid #FFF;
		color: #FFF;
	}
  #menu .sep {
		display: none;
	}
}

@media screen and (min-width: 801px) {
	#inner {
		width: 800px;
	}
	#header .title {
		font-size: 26pt;
	}
	#menu #menu_button {
		visibility: hidden;
		float: left;
	}
	#menu #inner {
		/* ダミー */
		display: block;
	}
	#menu .item {
		/*
		border-left: 5px solid #FFF;
		padding-left: 5px;
		*/
		line-height: 50px;
		margin-right: 5px;
	}
	#menu .sep {
		line-height: 50px;
		margin-right: 5px;
	}
}
