﻿@import url(layout.css);
body {
	color: black;
	line-height: 150%;
/*	background-color: #d3d9d6;*/
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 2px solid #DD0000;
	border-right: 1px solid #b7b7b7;
	border-bottom: 2px solid #DD0000;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
/*	border-top: 1px solid #b7b7b7;*/
	border-bottom: 1px solid #b7b7b7;
	overflow: hidden;
	float:right;
	width:auto
}

#sidemenu {
	width: 150px;
	margin: 0px;
	margin-top: 10px;
/*	float: left;*/
	padding: 4px;
	background-color: #ffffff;
/*	position: relative;*/
}

#main_content {
	width: 600px;
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	background-color: #fff;
	position: relative;
}


#footer {
	width: 800px;
	text-align: center;
	background-color: #0000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #b7b7b7;
}
/* マストヘッドのスタイル */
#masthead img { 
	float: left; 
	border:none;
}

/* コンテンツ内ナビゲーションのスタイル */
#sidemenu ul{
/*	font-size: small;*/
	list-style:none;
	margin:0;
	padding:0;
}

#sidemenu li {
	width:auto;
	height:auto;
	padding:5px 15px;
	border-bottom:1px solid #333333;
}

/* コンテンツ内のスタイル */
#main_content table {
	font-size: 100%;	
	margin: 7px;
}

#main_content p {
	margin: 7px;
}

#main_content li {
	font-size: 100%;	
}

#main_content h1{	
	height:34px;
	background:	#073159;
	background:#073159 url(../images/bg-blue-headerh2.gif) repeat-x top;
	font:bold 14px/28px Arial, sans-serif;
	font-size:120%;
	color:#fff;
	padding:0px 17px;
}

#main_content h2{	
	height:30px;
	background:	#073159;
	background:#073159 url(../images/bg-blue-headerh2.gif) repeat-x top;
	font:bold 14px/28px Arial, sans-serif;
	font-size: 105%;
	color:#fff;
	padding:0px 10px;
}

#main_content h3{	
	font-size: 100%;
	font-weight:normal;
	border-left: 3px solid #296B89;
	border-bottom: 2px solid #296B89;
	padding:0px 10px;
}

#main_content h4{	
	font-size: 95%;
	font-weight:normal;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	padding:0px 10px;
	background:	#FFF;
}

/* ナビゲーションのスタイル */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float:right;
	text-align:right;
	width: 100px;
	height:auto;
	padding:5px;
	margin:0 1px 0px 0;
	border-bottom: 3px solid #C0C0C0;
	color:#333333;
	background-color:#f0f0f0;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
}

#navigation h2{
	font-size:110%;
	font-weight:bold;
	text-indent:-9999px;
}

#navigation a:visited{
	text-decoration: none;
	color: #000000;
}

#navigation a:link{
	text-decoration: none;
	color: #000000;
}

#navigation a{
	text-decoration: none;
	color: #000000;
}

#navigation li{
	text-decoration: none;
	color: #000000;
}


#navigation a:hover {
	color: #000000;
}

#navigation a:active{
	color: #000000;
}

/* フッターのスタイル */
#footer p {
	font-size: x-small;
	line-height: 14px;
	color: #000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* リンクのスタイル */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

.txright {
	text-align: right;
	background:#fff;
}

.tblclr1{
	background:#fff;
}
.tblclr2{
	background:#c9cfd0;
}

.tblclr3{
	background:#dae5e0;
}

.tblclr4{
	background:#f1f2f0;
}

.txsample {
	font-weight: bold;
	font-size: medium;
}

.imgmgn50 {
	margin-left: 50px;
	margin-right: 50px;
}

.imgmgn20 {
	margin-left: 20px;
	margin-right: 20px;
}

.imgmgn30 {
	margin-left: 30px;
	margin-right: 30px;
}

.banner{
	border: none;
	display: block; /* XHTML1.1またはStrictで上下に並んだ画像に隙間ができる対応*/
}

.top_banner{
	border: none;
}

div.side_banner {
	margin-top: 20px;
	width: 150px;
}

div.side_banner img{
	margin: 2px;
}

