@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 106px;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: auto;
	top: 18px;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: absolute;
	top: 73px;
	left: auto;
	width: 741px;
	height: 32px;
	list-style-type: none;
	background: #000000 url(../images/global_nav_01_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 85px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:32px;
	padding-top: 32px;
	background-image: url(../images/global_nav_01.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -85px  0; }
	#nav03 a { background-position: -170px 0; }
	#nav04 a { background-position: -255px 0; }
	#nav05 a { background-position: -340px 0; }
	#nav06 a { background-position: -425px 0; }
	#nav07 a { background-position: -510px 0; }
	#nav08 a { background-position: -595px 0; }

	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -64px; }
	#nav02 a.stay { background-position: -85px  -64px; }
	#nav03 a.stay { background-position: -170px -64px; }
	#nav04 a.stay { background-position: -255px -64px; }
	#nav05 a.stay { background-position: -340px -64px; }
	#nav06 a.stay { background-position: -425px -64px; }
	#nav07 a.stay { background-position: -510px -64px; }
	#nav08 a.stay { background-position: -595px -64px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -32px; }
	#nav02 a:hover { background-position: -85px  -32px; }
	#nav03 a:hover { background-position: -170px -32px; }
	#nav04 a:hover { background-position: -255px -32px; }
	#nav05 a:hover { background-position: -340px -32px; }
	#nav06 a:hover { background-position: -425px -32px; }
	#nav07 a:hover { background-position: -510px -32px; }
	#nav08 a:hover { background-position: -595px -32px; }


/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
text-align: center;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 1px 0;
	text-indent: 1em;
	line-height: 1.5em;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}