﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	text-align: center;
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #39C;
}

img{
	border:none;
	}


/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	width: 945px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 30px;
	border: thin solid #999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
  }
#header{
	width: 925px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header_left{
	float: left;
	width: 450px;
	height:135px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#header_left a{
	text-decoration: none;
}

#header_left h1{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-top:35px;
	padding-left: 165px;}


#header_right{
	float: right;
	width: 450px;
	color: #FFF;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	text-align: right;
}

#header_right a{
	color: #FFF;
}



#menu_bar{
	width: 925px;
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	}

#content{
	clear: left;
	margin: 0px;
	text-align: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content 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;
}


#footer_up{
	clear: both;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}


#footer{
	clear: both;
	padding: 5px;
	background-repeat: repeat;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #39c;
}
#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 
--------------------------------------------------------------------------------*/


h2 {
	font-size: 16px;
	color: #333333;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 1.3;
	width: 95%;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-weight: bold;
	border-bottom-width: thin;
	border-left-width: 24px;
	border-bottom-color: #CCC;
	border-left-color: #39c;
	background-image: url(back/sky.gif);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h2 a{
	text-decoration: none;
}

h3 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 15px;
	width: 80%;
	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;
	margin-right: 5px;
}

.form_mail p{
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 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;
}

/* ==================== ナビゲーションバー ==================== */
.menu	{
	font-size: 12px;
	height: 40px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}

.menu ul	{margin: 0;
	padding: 0;}

.menu li	{list-style-type: none;
	float: left;}

.menu li a	{
	display: block;
	width: 132px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.menu li a:hover	{
	background-color: #39c;
	color: #FFF;
}
/* テキストに関するCSS 
--------------------------------------------------------------------------------*/

.english{
	font-size: 14px;
	line-height: 1.8;
}



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

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

#col2 {
	width: 700px;
	float: left;
	text-align: left;
}
a {
	color: #000033;
}


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

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

