﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-image: url(back/wal_003.gif);
}


/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	width: 820px;
	background-color: #FFFFFF;
	border: thin solid #999999;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 30px;
  }
#header{
	width: 820px;
	padding: 12px 0px;
	text-align: left;
}
#content{
	clear: left;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
    padding: 0px;
  list-style: none;
}
#footer{
	clear: both;
	margin-bottom: 20px;
	padding: 5px;
	background-repeat: repeat;
	background-image: url(back/gray.gif);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
#box{
	padding: 10px;
	height: 150px;
	width: 530px;
	border: thin solid #CCCCCC;
	overflow: scroll;
}

#excel{
	width: 500px;
	margin-left: 50px;
}

#souba{
	text-align: center;
	vertical-align: middle;
}

#link{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
	line-height: 2.0;
	padding: 4px;
}

#link02{
	font-size: 14px;
	margin-left: 25px;
	line-height: 2.0;
	padding: 4px;
}

/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/
h1{
	font-size: 16px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-bottom-style: double;
	border-top-color: #0033FF;
	border-bottom-color: #0033FF;
	font-weight: bold;
	text-align: left;
	color: #333333;
	vertical-align: middle;
	height: 25px;
	width: 90%;
	background-image: url(back/back4.gif);
	border-right-color: #0033FF;
	border-left-color: #0033FF;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

h2 {
	font-size: 14px;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	line-height: 1.3;
	background-image: url(back/wal_003.gif);
	width: 95%;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 3px;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 15px;
	width: 380px;
	border-top: thin dotted #999999;
	border-right: #999999;
	border-bottom: thin dotted #999999;
	border-left: #999999;
	padding: 5px;
}
h4{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	color: #333333;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h5{
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	width: 90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	margin-right: auto;
	margin-left: auto;
}

h6{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	margin-top: 6px;
}

p {
	font-size: 14px;
	line-height: 1.8;
	margin-left: 10px;
	text-align: left;
	margin-right: 5px;
}

table{
	border-collapse: collapse;
}

td{
	font-size: 12px;
}
th{
	font-size: 14px;
	text-align: center;
	height: 30px;
	color: #FFFFFF;
	background-color: #0066FF;
}
caption{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	padding-left: 15px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	width: 200px;
	height: 30px;
	border: 1px solid #000;
	font-size: 13px;
	text-align: center;
	background-color: #F0F0F0;
	list-style-type: none;
	margin: 3px 10px 3px 3px;
}
#nav a {
  display: block;
  width: 200px;
  height: 30px;
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  color: #FFFFCC;
  background-color: #0033FF;
}

/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/

#col1 {
	width: 210px;
	float: left;
}

#col2 {
	width: 590px;
	float: left;
	text-align: left;
}
a {
	color: #003399;
}


#box01 {
	width: 90px;
	float: left;
}

#box02 {
	width: 110px;
	float: left;
	font-size: 12px;
	text-align: left;
}
