@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background-color: #FFFFFF;
	background-position: left top;
	text-align: center;
}
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 775px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
}
#logo2 {
	position: absolute;
	left: 621px;
	top: 15px;
}
#header {
	width: 775px;
	height: 70px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h1 {
	width: 312px;
	height: 48px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#header h2 {
	width: 135px;
	height: 35px;
	float: right;
	margin-top: 10px;
	margin-left: 300px;
}

#header h4 {
	float: left;
	width: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding: 0px;
}
/*toppageのみ文言のためここから*/

#head {
	width: 775px;
	height: 90px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head h1 {
	width: 312px;
	height: 48px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#head h2 {
	width: 135px;
	height: 35px;
	float: right;
	margin-top: 10px;
	margin-left: 300px;
}
#head h3 {
	width: 775px;
	clear: both;
}
#head h4 {
	float: left;
	width: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding: 0px;
}

/*toppageのみ文言のため追加ここまで*/

#globalNav {
	list-style-type: none;
	background: #000000 url(../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

.top {
	width:775px;
	float:left;
	z-index: 1;
}
#top2 {
	width:775px;
	background-image: url(../images/nv_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;
	font-size: 10px;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-position: left top;
}
#about {
	float: left;
	width: 624px;
}
#newsRelease {
	float: left;
	width: 150px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
}
#about .section p {
	margin: 5px 0;
	line-height: 1.6;
}
#about .section h4 {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #333333;
}
#about .section .date {
	color: #666666;
	margin: 0px;
	font-size: 90%;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#about .section .right {
	margin: 0px;
	text-align: right;
}
#newsRelease dl {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 3px;
}
#topnavi {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 775px;
	background-image: url(../images/topnavi.gif);
	background-repeat: no-repeat;
}
#topnavi h2 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.clear {
	clear: both;
}
#topnavi h2 em {
	visibility: hidden;
}
#topnavi h2 a {
	display: block;
	height: 33px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	z-index: 2;
}
.style1 {
	font-size: 75%;
}

