﻿@import url(layout.css);
body {
	background-color: #EDECF1;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 0.75em;
}
/* DIV タグのスタイル */
#container {
	border-left: 3px solid;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-color: #DCDBE0;
	border-left-color: #DCDBE0;
	border-right-color: #DCDBE0;
}
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	border-bottom: thick #777777 solid;
	height: 80px;
}
#navigation {
	background-color: #DCDBE0;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
	background-repeat:repeat-y;
	margin-bottom:0px;
}


/* 左列（メニュー）のスタイル */
#column_left {
	margin: 3px 0 0px 0;
	background-color:#08107B;
}

#column_left ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#column_left li{
	background-image: url('menu_bg2.gif');
	height: 28px;
	width: 155px;
	padding: 8px 0 0 35px;
}

#column_left li a{
	color: #EDECF1;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#column_left li a:hover{
	color:orange;
}

.clear{
	clear: both;
}

/* 右列のスタイル */
#column_right {
	background-color:#FFFFFF;
}

#column_right h4 {
	color: #333333;
	text-align: center;
}
#column_right p {
	color: #333333;
	font-size: small;
	text-align: left;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}


#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #FFFFFF;
}
/* マストヘッドのスタイル */
#masthead h1 {
	background: url('../images/haikei02.jpg');
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}

.top1{
	position: relative;
	float: left;
	width: 500px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 80px;
}
.top2{
	position:relative;
	float:left;
	width:300px;
	height:80px;
	text-align:right;
}
.name{
	margin: 13px 0 0 30px;
}
.t{
	padding:52px 0 0 49px;
}




/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	width: auto
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DCDBE0;
	text-decoration: underline;
	color: #000000;
}
#navigation a:hover {
	background-color: #695539;
	border: 1px solid #DCDBE0;
	color: #C0C0C0;
}

#submenu{
	
}

#submenu a{
	color: #4E5659;
	text-decoration: underline;
}

#submenu a:hover {
	text-decoration: none;
}

h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	border-bottom: #777777 double;
	font-size: medium;
	color: #777777;
	margin-top: 0px;
	text-align: left;
	width: 300px;
}
h3 {
	border-bottom: thin #777777 solid;
	font-size: large;
	color: #777777;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
/* フッターのスタイル */
#footer{
	border-top:3px solid #777777;
	color:#777777;
	background-color:inherit;
	text-align:right;
	line-height:20px;
}
#footer p {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #79878D;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
