@charset "utf-8";
#wrap {
	background-image: url(../images/left_bar.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-position: 6px 6px;
	padding-top: 20%;
	padding-bottom: 20%;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 246px;
}

#sub_title {
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 107px;
}

#global_navigation {
	padding-top: 178px;
	margin-left: auto;
	margin-right: auto;
	/*width: 560px;*/
	width: 224px;
}

#global_navigation ul {
	list-style-type: none;
	text-align:center;
}

#global_navigation li {
	/*float: right;*/
	text-indent: -9999px;
	margin-left: auto;/*12px;*/
	margin-right: auto;/*12px;*/
	padding: 0;
	width: 88px;
	height: 25px;
}

#global_navigation a {
	text-decoration: none;
	display: block;
	width: 88px;
	height: 25px;
}

#global_navigation a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#gnavi_notes {
	background: url(../images/top_gnavi_notes_on.png) no-repeat 0 0;
}

#gnavi_notes a {
	background: url(../images/top_gnavi_notes_off.png) no-repeat 0 0;
}

#gnavi_company {
	background: url(../images/top_gnavi_company_on.png) no-repeat 0 0;
}

#gnavi_company a {
	background: url(../images/top_gnavi_company_off.png) no-repeat 0 0;
}


#gnavi_client {
	background: url(../images/top_gnavi_client_on.png) no-repeat 0 0;
}

#gnavi_client a {
	background: url(../images/top_gnavi_client_off.png) no-repeat 0 0;
}


#gnavi_map {
	background: url(../images/top_gnavi_map_on.png) no-repeat 0 0;
}

#gnavi_map a {
	background: url(../images/top_gnavi_map_off.png) no-repeat 0 0;
}

#gnavi_contact {
	background: url(../images/top_gnavi_contact_on.png) no-repeat 0 0;
}

#gnavi_contact a {
	background: url(../images/top_gnavi_contact_off.png) no-repeat 0 0;
}
