@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: #f4f4f4 repeat-x left top;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 700px;
	background: white;
	margin: 0 auto;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo { position: absolute; left: 17px; top: 18px; }
#globalNav { background-color: white; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; list-style-type: none; margin-top: 73px; }
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/* メインイメージと2段組
---------------------------------------------*/
#content { background-color: #ffffff; background-repeat: repeat-y; background-attachment: scroll; background-position: left top; overflow: auto !important; overflow /**/: hidden; width: 100%; padding-bottom: 30px; }
#about {
	float: left;
	width: 430px;
}
#newsRelease { width: 246px; float: left; padding-left: 1px; }
#footer {
	clear: both;
	color: #ffffff;
	background: #b6b6b6;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 { color: #ffffff; background-image: none; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; }
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding-left: 14px; }
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}