﻿@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: 16px;	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: 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;}/**▼文字装飾*****//*赤文字*/.rb{ color:#f00;}/*下線*/.uline{ text-decoration:underline;}/*文字色背景を黄色*/.yb{ background:#ff0;}/*文字列を左寄せにする*/.tl{ text-align:left;}/*文字列を中央に配置*/.tc{ text-align:center;}/*文字列を右寄せにする*/.tr{ text-align:right;}/*画像を左に配置し、後に続く文字を右に回り込ませる*/.left{ float:left; margin:0 20px 0 0;}/*画像を右に配置し、後に続く文字を左に回り込ませる*/.right{ float:right; margin:0 0 0 20px;}/*回り込み解除*/.c_both{ clear:both;}