﻿@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style: none;
}
* html body {
	font-size: 75%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
*  html  h2 {
	width: 600px;
}
*  html #main p {
	width: 600px;
}
*:first-child+html body {
	/* for WinIE7*/
	font-size: 75%;
	font-family:'メイリオ', Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body  {
	color: #444444;
	font-size: 12px;
	font-family:Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	text-align: center;
}
a:link  {
	color: #0000ff;
	text-decoration: none
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
	border-style: none;
	color: #99ccff;
}
li {
	display: inline;
	float: left;
	border-style: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#header {
	width: 800px;
	height: 65px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #99ccff;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 30px;
	text-align: left;
	float: left;
	color: #0000ff;
	padding-top: 20px;
}
#pan {
	padding-left: 10px;
	line-height: 25px;
	text-align: left;
	width: 790px;
	height: 34px;
	float: left;
	font-size: 10px;
	color: #444444;
}
#pan a {
	color: #444444;
}
.sub  {
	float: left;
	width: 175px;
	text-align: left;
	padding-left: 5px;
}
.sub   li  {
	width: 160px;
	text-decoration: none;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD
}
.sub   a  {
	color: #0000ff;
	text-decoration: none;
	width: 160px;
	padding-left: 10px;
	border-left: 2px solid #0000ff;
	line-height: 22px;
}
.sub   a:hover {
	color: #99ccff;
}
h2 {
	font-size: 26px;
	font-family:Comic Sans MS, Verdona, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	color: #ffffff;
	line-height: 38px;
	text-align: left;
	padding-left: 10px;
	height: 34px;
	float: left;
	background-color: #0099ff;
	border-left: 4px solid #0000ff;
	width: 590px;
}
h3 {
	font-size: 12px;
	color: #0000ff;
	line-height: 32px;
	text-align: left;
	padding-left: 10px;
	height: 28px;
	float: left;
	background-color: #99ccff;
	border-left: 4px solid #0000ff;
	width: 590px;
}
#main  {
	text-align: left;
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 605px;
}
#main   p   {
	line-height: 159%;
	width: 580px;
	padding: 10px 10px 20px 15px;
	float: left;
}
#footer {
	width: 800px;
	clear: both;
}
#copyright {
	width: 800px;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #99ccff;
	color: #0000ff;
	float: left;
}
#copyright a {
	font-weight: normal;
}#copyright a:hover {
	color: #0000ff;
	text-decoration: underline;
}
