﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.png) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	padding: 0;
	background-color: #fff;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	text-align:center;
	background-color: #f00;
	height:60px;
	overflow: hidden;
}
#column_l {
	width: 350px;
	margin:20px 20px 10px 30px;
	line-height:1.5;
}
#column_r {
	width: 350px;
	margin:20px 30px 10px 20px;
	line-height:1.5;
	float: right;
	position: relative;
	right: 0px;
}
#cBottom{
	width: 740px;
	margin:0px 30px 0px 30px;
	float:right;
	text-align:justify;
	left:0px;
}
#footer {
	text-align: center;
	background: #000 url(../images/bkgd_bottom.png) top;
	background-repeat:no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 0px;
	height:50px;
}
#footer p
{
	padding-top:20px;
}
/* マストヘッドのスタイル */
#masthead img {
	float: left;
}
#masthead p {
	color: #fff;
	font-size: x-small;
	text-align: right;
	margin: 0px 0px 0 0px;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	text-align:justify;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 0px;
	padding: 0px;
}
#navigation p{
	margin-top:20px;
	margin-bottom:10px;
}
#navigation a:hover {
	background-color: #000000;
	}
/* コンテンツのスタイル */
h1 {
	font-family:HGSｺﾞｼｯｸM, Helvetica, "ＭＳ Ｐゴシック", Arial;
	color: #000;
	font-size: 0.75em;
	margin:0;
}
h2 {
	font-family:HGSｺﾞｼｯｸM, Helvetica, "ＭＳ Ｐゴシック", Arial;
	color: #e00;
	font-size: 1.25em;
}
h3 {
	font-family:HGSｺﾞｼｯｸM, Helvetica, "ＭＳ Ｐゴシック", Arial;
	color: #e00;
	font-size: 1.0em;
}
h4 {
	color: #e00;
	font-size: 1.25em;
}
h5 {
	color: #e00;
	font-size: 0.75em;
}
h6 {
	color: #e00;
	font-size: 0.5em;
}
big {
	color: #000;
	font-size: 2.5em;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}
#column_l p {
	color: #000;
	font-size: x-small;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}
#cBottom p {
	color: #000;
	font-size: x-small;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;
}



#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 0px;
	padding-top: 0;
	padding-left: 0px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* フッターのスタイル */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* リンクのスタイル */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
.style_topImage{
	margin-left:10px;
	margin-right:10px;
}
.style_bar{
	margin-left:-10px;
}
.style_just{
	text-align:justify;
}
.style_red{
	color:red;
}

.style_bolder{
	font-size:1.0em;
	font-weight:bold;
}
