@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
}
.style1 {
	color: #FF9933;
}

body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
/*	background: #F4F4F4 url(../images/body_bg.gif) left top repeat-x; */
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	text-align:center;
	width: 873px;
	background: #FFFFFF;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 50px;
	top: 20px;
}

#topNav{
	padding-right:5px;
        text-align:right;
	list-style-type: none;
	margin-top: 10px;
}
#topNav li {
	display: inline;
}
#topNav li a {
	padding: 2px 2px 0px 15px;
	background: #F9F9F9 url(../images/arrow.gif) left center no-repeat;
	color: #0033CC;
	text-decoration: none;
}
#globalNav {
	list-style-type: none;
	margin-top: 10px;
/*	background: #000000 url(../images/global_nav_bg.gif) left top repeat-x; */
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
/*	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;*/
	padding-bottom: 10px;
	text-align:left;
}
#about {
	float: left;
	width: 873px;
	text-align:left;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
        text-align:right;
	padding:3px 0 3px 0;
	color: #000066;
	background: #EAE8E8;
}

/* 本文のレイアウト
---------------------------------------------*/

#menuNav{
	padding-left:5px;
        text-align:left;
	list-style-type: none;
	margin-top: 10px;
}
#menuNav li {
	display: inline;
}
#menuNav li a {
	padding: 2px 2px 0px 15px;
	background: #F9F9F9 url(../images/arrow.gif) left center no-repeat;
	color: #0033CC;
	text-decoration: none;
}


#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	text-align:left;

}

.section img {
	border: none;
	vertical-align: top;
	float:right;
}

.section li{
	list-style-type: none;
	padding: 2px 2px 0px 15px;
	text-decoration: none;
}
	

#entry {
	text-align:left;
	padding:20px 0px 20px 50px;
	font-size:110%;
	font-weight:bold;
	color:#003300;
	background: #fff url(../images/title.gif) left top no-repeat;
	border-bottom:double #006600 3px;
}

#entryf {
	padding:20px 0px 20px 50px;
	font-size:110%;
	font-weight:bold;
	color:#003300;
	background: #fff url(../images/titlef.gif) left top no-repeat;
	border-bottom:double #006600 3px;
}

#entryh {
	padding:20px 0px 20px 50px;
	font-size:110%;
	font-weight:bold;
	color:#003300;
	background: #fff url(../images/titleh.gif) left top no-repeat;
	border-bottom:double #006600 3px;
}

#entryc {
	padding:20px 0px 20px 50px;
	font-size:110%;
	font-weight:bold;
	color:#003300;
	background: #fff url(../images/titlec.gif) left top no-repeat;
	border-bottom:double #006600 3px;
}

#entryn {
	padding:20px 0px 20px 50px;
	font-size:110%;
	font-weight:bold;
	color:#003300;
	background: #fff url(../images/titlen.gif) left top no-repeat;
	border-bottom:double #006600 3px;
}

#about .section p {
	text-align:left;
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

#about .section .backp {
	text-align:right;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

table{
	margin-top:10px;
}
