/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	text-align:center;
	font-size: 75%;
	line-height: 1.4;
	color: #000000;
/*	background-color:#05A525;*/
    background-color:#FFFFFF;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: #ffffFF;
	border-left:solid 1px #000099;
	border-right:solid 1px #000099;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: relative;
	width: 760px;
	top: 0px;
}
#globalNav {
	list-style-type: none;
	text-align:left;
	background-color: #000099;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

#globalNav1 {
	list-style-type: none;
	text-align:left;
	background-color: #000099;
}
#globalNav1 li {
	display: inline;
	margin-left:0px;
}
#globalNav1 li a {
	color: #FFFFFF;
}


/* メインイメージと2段組
---------------------------------------------*/
#content {
	text-align: left;
	overflow: auto !important;
	width: 760px;
	background: #ffffFF;
	margin: 0 auto;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 760px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #000099;
	width:760px;
	margin: 0 auto;
	border-left:solid 1px #000099;
	border-right:solid 1px #000099;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #999999;
}
#content .part {
	margin: 16px 18px 0 18px;
}
#content .part p {
	margin: 10px 0;
	color: #000000;
}

#c_table {
	width: 700px;
}
#c_table table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#c_table td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#c_table th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	width: 120px;
	text-align: center;
}

#t_table {
	width:700px;
}
#t_table table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: none;
	font-size: 100%;
}
#t_table td {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}}
#t_table th {
	border-right: 1px solid #CCCCCC;
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#t_table caption {
	font-size:medium;
}



#about .section {
	margin: 16px 18px 0 18px;
}
#about .section p {
	margin: 10px 0;
	color: #000000;
}
#about .section .link {
	background: url(../../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#about h5 {
	color:#000000;
}
#footer a {
	color:#FFFFFF;
}
