﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */

body {
	background-color: #ffeeff;
}
#top img {
	width: 840px;
	height: 160px;
	margin: 15px 15px 0px 15px;
}

h1{
	color:#ff6600;
}
#main h2{
	color: #990033;
}
h3{
	color: #993300;
         font-size: 20px;
	text-align: right;
}
h4{
	color: #0000ff;
         font-size: 20px;
}
td {	
	width: 195px;
	font-size: 30px;
	border-style: outset;
	text-align: center;
	background-color: #ff00ff;
	color:#ffc0cb;
	margin: 5px 5px 0px 6px;
	list-style-type: none;
	float: left;
}
ul {
	overflow: hidden;
}
ul li {
	list-style-type: none;
	float: left;
	margin-left: auto;
}

a:link{
	color: #ffff00;
	background-color: #ff00ff;
	text-decoration: none;	
}
a:visited{
	color: #0000ff;
	background-color: #ff00ff;
	text-decoration: none;
}
a:hover{
	color:#00ffff;
	background-color: #ff00ff;
	text-decoration: none;
｝
footer {
	font-size: 20px;
}



/* 基本レイアウト ここまで↑ */

