﻿@import url("layout.css");
body {
	font-family: メイリオ, "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}
#container {
	width: 730px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 710px;
	padding: 10px;
	border: 1px dotted #666;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	float: left;
	width: 580px;
}
#footer {
	text-align: center;
	clear: both;
	width: 730px;
	border: 1px dotted #666666;
}
/* マストヘッドのスタイル */
#masthead h1 {
	margin: 0px;
	color: #666;
}
#masthead img {
	border-style: none;
}
#masthead p {
	margin: 0px;
	color: #333;
	font-size: 16px;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF;
	background-color: #FFFF66;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px dotted #FFD200;
	background-color: #FFFF66;
}
#navigation a#this {
	color: #333;
	text-decoration: none;
	background-color: #FFD200;
}
#navigation a:hover,#navigation a#this:hover {
	color: #333;
	text-decoration: none;
	background-color: #fff;
}
/* コンテンツのスタイル */
.navi {
	border: 1px dotted #333;
	padding: 3px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFD200;
}
#content h1{
	font-size:24px;
}
#content h2{
	font-size:20px;
}
#content h3{
	font-size: 18px;
}
/* フッターのスタイル */
#footer p {
	color: #808080;
}
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
h2 a {
	color: #FFD200;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
table.tbl {
	border-collapse: collapse;
	border: 1px solid #FFD200;
}
.tbl th {
	background-color: #FFFF66;
	border: 1px solid #FFD200;
}
.tbl td {
	border: 1px solid #FFD200;
	padding: 2px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
li.arrow {
	list-style-image: url('../images/right_big3.gif');
	font-weight: bold;
}
