﻿@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-color: #FFFFFF;
}
#container {
	background-image: url('../images/main_bg.png');
	background-repeat: repeat-y;
}
#masthead {
	text-align: center;
}
#navigation {
	background-color: #339933;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 470px;
	padding: 15px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #000000;
}
html>body #column_l {
	width: 470px;
	padding: 0 15px;
}
#column_r {
	font: small/130% "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 280px;
	padding: 15px 10px;
}
html>body #column_r {
	width: 280px;
	padding: 15px 10px;
}
#content {
	background-color: #fff;
}
#footer {
	background: #dddddd;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* マストヘッド */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* ナビゲーション */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	border-color: #cdc;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	background-color: #008080;
}

/* 右列 */
#column_r img {
	border: 1px solid #808080;
}
/* サイトの文字体裁 */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: medium;
	color: #000000;
	line-height: normal;
}
h3 {
	font-size: large;
	color: #000080;
}
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #666666;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* フッター */
#footer p {
	font-size: x-small;
	color: #008000;
}
/* リンク */
a {
	color: #008080;
	text-decoration: underline;
}
a:hover {
	color: #CC7777;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
