@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: 140%;
	color: #333333;
	background: #CAE8DD;
}
a {
	color: #0033CC;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
}
.05_back {
	background-image: url(../image/05_back_image.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center center;
	text-align: left;
}
.05-2Back {
	background-attachment: fixed;
	background-image: url(../image/05_2back_image.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: left;
}
.05-3Back {
	background-attachment: fixed;
	background-image: url(../image/05_3back_image.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: left;
}
.05-1back {

	background-image: url(../image/05_back_image.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center center;
	text-align: left;
}

#globalNav {
	height: 60px;
	list-style-type: none;
	background: url(../image/global_nav_bg.gif) repeat-x left top;
}
#globalNav li {
	float: left;
	width: 185px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:60px;
	padding-top: 60px;
	color: #FFFFFF;
	background-image: url(../image/IE_Menyu01_image.gif);
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -185px 0; }
	#nav03 a { background-position: -370px 0; }
	#nav04 a { background-position: -555px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -120px; }
	#nav02 a.stay { background-position: -185px -120px; }
	#nav03 a.stay { background-position: -370px -120px; }
	#nav04 a.stay { background-position: -555px -120px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -60px; }
	#nav02 a:hover { background-position: -185px -60px; }
	#nav03 a:hover { background-position: -370px -60px; }
	#nav04 a:hover { background-position: -555px -60px; }
	
#globalNav2 {
	width: 741px;
	height: 55px;
	list-style-type: none;
	background: url(../image/global_nav_bg.gif) repeat-x left top;
}
#globalNav2 li {

	float: left;
	width: 148px;
}
#globalNav2 li a {

	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:55px;
	padding-top: 55px;
	color: #FFFFFF;
	background-image: url(../image/IE_Menyu02_image.gif);
}
	
/*  背景画像の位置2
---------------------------------------------*/
	
	/* 通常 */
	#nav21 a { background-position:  0     0; }
	#nav22 a { background-position: -148px 0; }
	#nav23 a { background-position: -296px 0; }
	#nav24 a { background-position: -444px 0; }
	#nav25 a { background-position: -592px 0; }
	
	/* 現在位置 */
	#nav21 a.stay { background-position:  0     -110px; }
	#nav22 a.stay { background-position: -148px -110px; }
	#nav23 a.stay { background-position: -296px -110px; }
	#nav24 a.stay { background-position: -444px -110px; }
	#nav25 a.stay { background-position: -592px -110px; }

	/* オンマウス */
	#nav21 a:hover { background-position:  0     -55px; }
	#nav22 a:hover { background-position: -148px -55px; }
	#nav23 a:hover { background-position: -296px -55px; }
	#nav24 a:hover { background-position: -444px -55px; }
	#nav25 a:hover { background-position: -592px -55px; }


/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: repeat-y left top;
	padding-bottom: 10px;
}
#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #000099 url(../image/Footer_bg_image.gif) repeat-x left top;
	height: 30px;
	text-align: center;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3 {
	color: #FFFFFF;
	background: #3452B2 url(../image/about_bg_image.gif) repeat-x left top;
}
#newsRelease h3 {
	color: #FFFFFF;
	background: #FFFFFF repeat-x left top;
}
#about .section {
	margin: 5px 5px 0;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#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;
}
#nabi2 {
	display: block;
	width: 100%;
	height: 55px;
	padding: 0px;
	margin: 0px;
	background-color: #003399;
}
#Left {
	vertical-align: top;
}
.Footer {
	color: #FFFFFF;
	background-image: url(../image/Footer_bg_image.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 30px;
	width: 741px;
	font-size: 12px;
	line-height: 240%;
}
.SubTitle {
	font-size: 14px;
	line-height: 140%;
	color: #003300;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: left;
}
.05-1b {
	background-image: url(../image/05_2back_image.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.Voice {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.Voice2 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #004800;
	text-align: center;
	background-color: #99FF00;
}
.Table01 {
	font-size: 12px;
	line-height: 160%;
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	margin: 10px;
}
.Table02 {

	font-size: 12px;
	line-height: 160%;
	color: #000066;
	text-align: left;
	width: 100%;
	margin: 10px;
}
