﻿@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-image: url('../images/COOL_S02_015.GIF');
	background-repeat: repeat;
}
#container {
	border-color: #66FF66;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	background-image: url('../images/COOL_S03_016.GIF');
}
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('../images/COOL_S03_016.GIF');
	background-repeat: repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #00CC00;
	color: #FFFF00;
	border-top-color: #008000;
	border-bottom-color: #00CC00;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 580px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 580px;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* マストヘッド */
#masthead h1 {
	color: #008000;
	margin-bottom: 0;
	background-image: url('../images/COOL_S03_016.GIF');
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
	background-image: url('../images/COOL_S03_016.GIF');
}
/* ナビゲーション */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #CCFF99;
}

/* 右列 */
#column_r img {
	border: 1px solid #808080;
}
/* サイトの文字体裁 */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* フッター */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* リンク */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}