﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-style: normal;
	background-color: #4C4C4C;
}
#container {
	width: 680px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 98%;
	padding: 0;
	background-image: url('../Actbanner01.jpg');
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 442px;
	margin: 0 0 0 5px;
	padding: 0 10px 10px 11px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* マストヘッドのスタイル */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* コンテンツのスタイル */
h1 {
	color: #FCB95F;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #D7669E;
	font-size: 1.3em;
	margin-bottom: 3px;
}
h3 {
	color: #CD8829;
	font-size: 1.3em;
}
h4 {
	color: #E79EA6;
	font-size: 1.10em;
}
h5 {
	color: #9966FF;
	font-size: 1.2em;
	margin-bottom: 0px;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
}
#column_r ul li {
	display: list-item;
	list-style-position: outside;
}
/* フッターのスタイル */
#footer p {
	color: #fff;
	font-size: 1.1em;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* リンクのスタイル */
a {
	color: #E16F7A;
	text-decoration: none;
}
a:hover {
	color: #965;
	background-color: #F4D6FA;
}
.style_bold {
	font-weight: bold;
}
.style_list {
	font-style: normal;
	font-weight: bolder;
	list-style-type: square;
}
#sidebar {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.style4 {
	border-width: 0px;
}
