﻿@charset "utf-8"

body	{
	_text-align: center;
}
* li	{
	list-style: none;
}
h1	{
	font-size: 16pt;
}
h2	{
	margin: 0;
	padding: 2px;
	font-size: 100%;
	background-color: #e4e4e4;
}
h3	{
	margin: 0;
	padding: 2px;
	font-size: 90%;
	background-color: #f5f5dc;
}
/*** 中央寄せ ***/
div#content	{
	width: 800px;
	_width: 804px;
	margin: auto;
	_text-align: left;
	color: #330;
	font-size: 95%;
}
/*** ヘッダー ***/
div#header	{
	width: 800px;
	height: 70px;
	margin-bottom: 5px;
	background-image: url('../graphics/Logo.gif');
	background-repeat: no-repeat;
}
div#header h1	{
	float: right;
	margin: 5px 0 0 0;
}
div#header ul	{
	float: left;
	margin: 10px 0 0 570px;
	_margin: 10px 0 0 600px;
}
div#header li	{
	display: inline;
	margin: 5px 5px 0 0;
}

/* メイン */
div#main	{
	clear: both;
	margin: 10px 50px 0 50px;
	padding: 10px 0 0 0;
}
div#main p	{
	margin: 1em;
	text-indent: 1em;
	line-height: 1.6em;
}

/* footer */
div#footer	{
	clear: both;
	width: 800px;
	margin: 4px 0 0 0;
	border-top: 2px solid #ccc;
}
div#footer p	{
	text-align: center;
}
