@charset "utf-8";
/* CSS Document */
@import url('reset.css');
body{
	background:#f3f1f9;
	text-align:center;
}

a {
	text-decoration:none;
}

table {
	width:100%;
}

td {
	border:none;
	vertical-align:top;
}

img {
	vertical-align:middle;
}

p {
	text-indent:2em;
}

input .searchfield { 
	width: 90px;
}

input .searchbutton { 
	width:50px;
}

#wrap {
	width:1000px;
	margin:0px auto;
	padding:1px 5px;
	text-align:left;
	background:#DDDDDD;
	border:#FFFFFF solid 1px;
}

#wrap-1200 {
	width:1200px;
	margin:0px auto;
	padding:1px 5px;
	text-align:left;
	background:#DDDDDD;
	border:#FFFFFF solid 1px;
}

#head-picture {
	border-top:#062a4a solid 1px;
	border-bottom:#062a4a solid 1px;
}
#logo {
	width:100%;
	height:60px;
	position: relative;
	background-image:url(../images/logo.gif);
	border-bottom:#AAAAAA double 1px;
}

#nav
{
	position: relative;
	background:#DDDDDD;
	width:100%;
	z-index:10000;
}

#navigation 
{
	position: relative;
	height:30px;
	text-align:center;
}

#navigation ul
{
	width:140px;
}

.first-menu li
{
	float:left;
	display:block;
	position:relative;
}

.first-menu li a
{
	display: block;
	outline: none;
	position: relative;
	height: 30px;
	text-decoration: none;
	width: auto;
}

.first-menu li a .hover {
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.first-menu .home 
{
	background-image:url(../images/NavigationButton.gif);
	background-position:0px 0px;
	width:120px;
	height:30px;
}

.first-menu .business 
{
	background-image:url(../images/NavigationButton.gif);
	background-position:-120px 0px;
	width:120px;
	height:30px;
}

.first-menu .services 
{
	background-image:url(../images/NavigationButton.gif);
	background-position:-240px 0px;
	width:120px;
	height:30px;
}

.first-menu .employ 
{
	background-image:url(../images/NavigationButton.gif);
	background-position:-360px 0px;
	width:120px;
	height:30px;
}

.first-menu .home .hover {
	background-image:url(../images/NavigationButton.gif);
	background-position: -0px -30px;
}

.first-menu .business .hover{
	background-image:url(../images/NavigationButton.gif);
	background-position: -120px -30px;
}

.first-menu .services .hover {
	background-image:url(../images/NavigationButton.gif);
	background-position: -240px -30px;
}

.first-menu .employ .hover {
	background-image:url(../images/NavigationButton.gif);
	background-position: -360px -30px;
}

.first-menu li ul {
	display:none;
}

.second-menu li {
	float:none;
}

*html .second-menu li {
	display:inline;
}

.second-menu, .third-menu, .fourth-menu {
	position:absolute;
	z-index:10000;
}

.second-menu a {
	height:32px;
	line-height:32px;
	background:#A6A6A6;
	border-left:1px solid #919191;
	border-bottom:1px solid #919191;
	padding:0px 20px 0px 0px;
	font-size:11px;
	text-transform:capitalize;
}

.second-menu a:hover {
	background-color:#987874;
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

.second-menu {
	top:30px;
	right:0;
}

*html .second-menu {
	right:-1px;
}

.second-menu a.arrow {
	background:#A6A6A6 url(../images/arrows.gif) no-repeat right top;
}

.second-menu a.arrow:hover {
	background:#987874 url(../images/arrows.gif) no-repeat right -32px;
}

.second-menu a.noarrow {
	background:#A6A6A6 url(../images/arrows.gif) no-repeat right -64px;
}

.second-menu a.noarrow:hover {
	background:#987874 url(../images/arrows.gif) no-repeat right -96px;
}

.third-menu, .fourth-menu {
	width:140px;
	top:0;
	left:140px;
}

.third-menu a {
	background:#A6A6A6;
	font-weight:normal;
	border-left:1px solid #919191;
	border-bottom:1px solid #919191;
}

#head-image{
	position:absolute;
	top:15px;
	right:20px;
}

#head-image img {
	cursor:pointer;
}

#myflash {
	position:relative;
	border-top:#062a4a solid 1px;
	border-bottom:#062a4a solid 1px;
	z-index:2000;
}

#certificate {
	position: absolute;
	float:right;
	top:0px;
	right:0px;
	width:200px;
	border-left:#062a4a solid 1px;
}

#play_image {
	position: relative;
	width:100%;
	height:230px;
	top:16px;
	overflow:hidden;
	background:#0000A0;
	z-index:1000;
}

#play_no {
	display:block;
	position:absolute;
	height:auto;
	width:80px;
	right:0;
	bottom:10px;
	z-index:2002;
}

#play_info {
	display:block;
	position:absolute;
	left:20px;
	bottom:10px;
	cursor:pointer;
	z-index:2001;
}

#play_no ul {
	list-style:none;
}

#play_no ul li {
	width:14px;
	height:14px;
	line-height:14px;
	float:left;
	margin-right:5px;
	background-color:#303030;
	display:block;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
}

#play_no ul li:hover {
	background-color:red;
}

#play_list {
	display:block;
	position:absolute;
	z-index:1001;
}

#play_list a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden
}

#hot_news {
	background-color:#e9f1dd;
	border-top:#062a4a solid 2px;
	border-bottom:#062a4a solid 2px;
}

#kaisha_news {
	width:300px;
	font-size: small;
	color:#ba2e2e;
	background-color:#d6fafa;
	border-left:#062a4a solid 1px;
	border-right:#062a4a solid 1px;
	border-bottom:#062a4a solid 1px;
}

#kaisha_news table td {
	border-bottom:red dotted 1px;
}

#staff_news
{
	width:300px;
	height:300px;
	border-left:#062a4a solid 1px;
	border-right:#062a4a solid 1px;
	border-bottom:#062a4a solid 1px;
}

#sub_navigation {
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border-bottom:#062a4a solid 1px;
}
#photo_menu {
	width:200px;
	height:100%;
	background-color:#e9f1dd;
}

#photo_menu a{
	vertical-align:middle;
	line-height:30px;
	text-decoration:underline;
}
