﻿@import url(layout.css);

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

body {
	border-top: 1;
	color: black;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
/*	background-color: #d3d9d6;
*/	background-color: #fff;
}
#container {
	background-color: #fff;
	width: 780px;
	height: 100%;
	margin: 0 auto;
/*	margin: 0;
	padding: 0;
*/	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	width: 778px;
	height: 50px;
	margin: 0;
	overflow:hidden;
}
#masthead #head_l {
	width: 500Px;
	float: left;
}
#masthead #head_r {
	width: 210Px;
	float: right;
}

#navigation {
/* LA color */
	width: 778px;
	padding-left: 0;
	list-style-type: none;
	float: left;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
/*	background-color: #a6baff; */
/*	background-color: #ffe8d1; */
/*	background-color: #ddc6c2; */
/*	background-color: #e8d1ff; */
/*	background-color: #f6c8df; */
/*	background-color: #e02e2e; */
	background-color: #800000; 
/*	background-color: #b20000; */
/*	background-color: #cc0000; */
	margin-left: 0;
}
#side_navigation {
	width: 140px;
	margin: 5px 0px 5px 3px;
/*	padding-right: 10px;
*/	float: left;
	background-color: #ffffff;
}
#contents {
	width: 600px;
/*	height: 600px;
*/	margin: 5px 9px 5px 0px;
	float: right;
	padding-left: 10px;
	border-left: 1px solid #808080;
	background-color: #ffffff;
}
#footer {
/*	border-top: 1;
*/	width: 778px;
/*	text-align: center;
*/

/* LA color */
	background-color: #800000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
/* マストヘッドのスタイル */
#masthead img { 
	float: left; 
	margin: 5px 5px 5px 5px;	
}
#masthead p {
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 5px;
}
#side_navigation p {
	font-size: 1em;
}
#contents p {
	font-size: 1em;
}
/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	/* LA color */
	color: #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: small;
}
#navigation a:hover {
	color: #800000;
	text-decoration: none;
	background-color: #fad16e;
}
/* フッターのスタイル */
#footer p {
	text-align:center;
	border-top: 1 #000000;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	margin: 1px;
	padding: 1px;
}
#footer a {
/* LA color */
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #fad16e;
}

/* コンテンツのスタイル */
h1 {
	font-size: 1.5em;
	color: #800000;
	margin: 15px 0px 15px 0px;
	border-left: 10px solid #800000;
	border-bottom: 1px solid #800000;
	padding-left: 10px;
	padding-bottom: 5px;
}
h2 {
	border-width: 1px;
	border-color: #800000;
	padding: 5px;
	font-size: 1.5em;
	color: #800000;
/*	background-color: #eeeeee; */
	border-left: solid 16px #800000; */
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	border-bottom-style: solid;
}

/* h2 {
	font-size: 1.00em;
	color: #039;
	background-color:#def;
	border-bottom:dotted 1px #6bd;
	margin: 15px 0px 15px 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
*/
h3 {
	font-size: 1.2em;
	border-width: thin;
	border-color: #800000;
	padding: 5px;
	font-weight: bold;
	color: #800000;
	margin: 20px 0px 10px 0px;
	border-bottom-style: dotted;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	color: #800000;
	margin: 20px 0px 10px 0px;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

p {
	margin: 10px;	
}

ul {
	margin: 10px;	
}


/* リンクのスタイル */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
/*	border: 1px solid #C0C0C0;
	width:35em;
*/
}
/*
table td {
	border:1px solid #C0C0C0;
	padding:0.5em;
	font-size:1em;
	color:#333333;
}
*/

/* テーブルスタイル */
#hor-minimalist-b
{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 15px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	padding: 10px 8px;
	border-bottom: 2px solid #800000;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #800000;
	color: #000;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000;
}


#box-table-b
{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin: 15px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #000066;
	border-bottom: 7px solid #000066;
}
#box-table-b th
{
	font-size: 14px;
	font-weight:bold;
	padding: 8px;
	background: #000066;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
	color:#000000;
}
#box-table-b td
{
	padding: 4px;
	background: #ffffff; 
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	color:#000000;
}

#newspaper-a
{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-Serif;
	font-size: 12px;
	margin: 15px;
/*	margin: 45px;
	width: 480px;
*/	text-align: left;
	border-collapse: collapse;
	border: 1px solid #800000;
}
#newspaper-a th
{
	padding: 12px 8px 12px 8px;
	font-weight: bold;
	font-size: 12px;
	color: #800000;
	border-bottom: 1px solid #800000;
}
#newspaper-a td
{
	padding: 7px 8px 7px 8px;
	color: #000;
	border-bottom: 1px dashed #800000;
}
#newspaper-a tbody tr:hover td
{
	color: #000;
	background: #d0dafd;
}
