﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
}
a {
	color: #003399;
}
A:link {
	COLOR: #4D4E4E;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #4D4E4E
}
A:active {
	COLOR: #4D4E4E
}
A:hover {
	POSITION: relative;
	LEFT: 1px; COLOR: #191970;
	font-size: 100%;
	font-weight: bold;
	TEXT-DECORATION: underline
}
img {
	border: none;
	vertical-align: top;
}
p {
	PADDING: 0PX 15PX 3PX 15PX;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	border-top: 1px solid #006400;
}

/* ロゴとナビゲーション66CC00
---------------------------------------------*/
#logo {
	position: absolute;
}
#globalNav {
	list-style-type: none;
	margin-top: 77px;
}
#globalNav li {
	float: right;
	width: 6em;
	border-right: 1px solid #191970;
}
#globalNav li a {
	display: block;
	width: 100%;
	font-size: 10pt;
	color: #191970;
	text-decoration: none;
	height: 22px;
	text-align: center;
	border-top: 2px solid #FFFFFF;
}
#globalNav li a:hover {
	font-weight: bold;
	color: #191970;
	border-top: 2px solid #191970;
}
#pNav {
	font-size: 70%;
	height: 15px;
	margin-top: 101px;
	padding-right: 10px;
	text-align : right;
	color: #191970;
	background: #FFFFFF;
	border-right: 1px solid #191970;
	border-top: 1px solid #191970;
}
#pNav a{
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

/* メインイメージと2段組FFFACD
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../img/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#table {
	padding: 10px 0 0 40px;
	width: 600px;
}
#footer {
	clear: both;
	color: #808080;
	background: #DCDCDC;
	border-bottom: 1px solid #800000;
}

/* 本文のレイアウト
---------------------------------------------*/
#wrapper h3 {
	font-size: 150%;
	padding: 5px 0 0 5px;
	color: #191970;
}
#wrapper span1 {
	font-size: 200%;
}
#wrapper h4 {
	height: 20px;
	padding: 5px 0 0 5px;
	color: #191970;
	background: #DCDCDC;
	border-bottom: 1px solid #191970;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 5px 0 0 5px;
}
#about .section .link {
	background: url(../img/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #800000;
	margin-top: 0px;
}

/* テーブル
---------------------------------------------*/
#table  {
	fonr-size: 10pt;
	padding-left: 10px;
	align: center;
}
#table td.tra{
	padding: 5px;
	border: 1px solid #cccccc;
}