@CHARSET "UTF-8";

img {
	border-style: none;
	border: 0;
}
ul,ol {
	list-style-type: none;
}
.hidden {
	display: none;
}
/*リンク*/
a:link {
	color: #1111CC;
	text-decoration: underline;
}
a:visited {
	color: #5E1A9E;
	text-decoration: underline;
}
a:hover {
	color: #1111CC;
	text-decoration: underline;
}
a:active {
	color: #FF0033;
	text-decoration: underline;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#header {
	font-size: 13px;
	*font-size: small;/*IE6・7*/
	*font: x-small;/*IE5*/
	line-height: 1.3em;
}
html>/**/body #header {/*IE8*/
	font-size: small\9;
}
* html #header {
	text-align: center;
}

#headerArea,#title_Area,#content,#footerArea {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images_common/header_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
	margin-bottom: 5px;
}
#headerArea {
	height: 100px;
	position: relative;
}
#headerArea h1 {
}
/*
#headerArea h1 a {
	height: 80px;
	width: 280px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images_common/header_logo1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 0px;
}
*/
/*20111130鵜川追記*/
#headerArea h1 a {
	width: 190px;
	height: 51px;
	background-image: url("../../shared/images_common/header_logo2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	float: left;
}
/*ここまで*/
.brown {
	color: #800000;
}
/*グローバルナビ*/
/*
ul#gnav {
	height: 40px;
	width: 660px;
	position: absolute;
	left: 300px;
	top: 50px;
}
*/
/*20111130鵜川追記*/
ul#gnav {
	height: 40px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 50px;
}
/*ここまで*/
ul#gnav li {
	float: left;
	height: 40px;
	width: 85px;
}
ul#gnav li a {
	cursor: pointer;
}

/*グローバルナビ 3つだけ*/
ul#gnav_3 {
	height: 40px;
	width: 660px;
	position: absolute;
	left: 300px;
	top: 50px;
}
ul#gnav_3 li {
	float: left;
	height: 40px;
	width: 220px;
}
ul#gnav_3 li a {
	cursor: pointer;
}

/*グローバルナビ エフェクト無し
ul#gnav li a {
	display: block;
	height: 40px;
	width: 110px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#gnav01 {
	background-image: url(../images_common/gnav_01_off.png);
}
#gnav02 {
	background-image: url(../images_common/gnav_02_off.png);
}
#gnav03 {
	background-image: url(../images_common/gnav_03_off.png);
}
#gnav04 {
	background-image: url(../images_common/gnav_04_off.png);
}
#gnav05 {
	background-image: url(../images_common/gnav_05_off.png);
}
#gnav06 {
	background-image: url(../images_common/gnav_06_off.png);
}
グローバルナビ エフェクト無し*/

/*サブナビゲーション　会社案内・English・中文*/
ul.sub_nav01 {
	display: block;
	position: absolute;
	left: 740px;
	top: 10px;
	width: 240px;
}
ul.sub_nav01 li {
	display: inline;
	margin-right: 10px;
}
ul.sub_nav01 li a {
}
ul.sub_nav01 li a:link {
	color: #666;
	text-decoration: none;
}
ul.sub_nav01 li a:visited {
	color: #666;
	text-decoration: none;
}
ul.sub_nav01 li a:hover {
	color: #333;
	text-decoration: underline;
}
ul.sub_nav01 li a:active {
	color: #333;
	text-decoration: none;
}
/*サブナビゲーション　テスト　会社案内・English・中文*/
/*
ul.sub_nav_test {
	display: block;
	position: absolute;
	left: 340px;
	top: 10px;
	width: 650px;
}
*/
/*20111130鵜川追記*/
ul.sub_nav_test {
	display: block;
	position: absolute;
	left: 240px;
	top: 10px;
	width: 650px;
}
/*ここまで*/
ul.sub_nav_test li {
	display: inline;
	margin-right: 10px;
}
ul.sub_nav_test li a {
}
ul.sub_nav_test li a:link {
	color: #666;
	text-decoration: none;
}
ul.sub_nav_test li a:visited {
	color: #666;
	text-decoration: none;
}
ul.sub_nav_test li a:hover {
	color: #333;
	text-decoration: underline;
}
ul.sub_nav_test li a:active {
	color: #333;
	text-decoration: none;
}
