@charset "utf-8";

body {
	background-color: #ffffff;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
}
html {
	font-family: "メイリオ", Meiryo, Osaka;
}
h1 {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 100px 0 30px 0;
	text-align: center;
	color: #ffffff;
}
h3 {
	margin: 10px 0 10px 0;
	text-align: center;
	color: #003300;
	font-weight: normal;
}
h4 {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-weight: normal;
}
div#flashContent {
	width:800px;
	height:550px;
	margin: 30px 0 60px 0;
}
img {
	border-style: none;
}
header {
	width:100%;
	height:180px;
	background:url("../images/header.png") repeat-x;
}
footer {
	clear: both;
	width:100%;
	height: 1000px;
	background:url("../images/footer.png") repeat-x;
}
div#contents {
	margin: 20px auto;
	width: 750px;
}
div.about {
	clear: both;
	margin: 40px auto;
	width: 779px;
	color: #000000;
}
ul.thumbnail {
	padding: 0;
	list-style: none;
}
ul.thumbnail li {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}
ul.thumbnail li img {
	vertical-align: top;
}
li img {
	width: 80px;
	height: 100px;
	border-style: none;
}
div#google {
	padding: 70px 0 0 0;
}
a {
	color: #009900;
}
a:active {
	color: #00ff00;
}
a:visited {
	color: #003300;
}
a:hover {
	background-color: #ccffcc;
	text-decoration: none;
}
h2 a,
h2 a:visited {
	color: #ffffff;
	font-size: 100%;
}
h2 a:hover {
	color: #006600;
	background-color: #ccffcc;
}