@charset "UTF-8";
/* 文字コード：UTF-8 */

div#globalnavi_top{
	width: 1000px;
	height: 45px;
	margin: 0 0 50px;
	overflow: hidden;
	font-weight: bold;
}

div#globalnavi_top ul li a{
	width: 250px;
	height: 45px;
	line-height: 45px;
	display: block;
	float: left;
	text-align: center;
	background: url(../image/global/bg_global_center.gif) left top no-repeat;
	color: #333;
}

div#globalnavi_top ul li a.new{
	line-height: 15px;
	padding-top: 7px;
	height: 38px;
}

div#globalnavi_top ul li a.about{
	line-height: 15px;
	padding-top: 2px;
	height: 43px;
}

div#globalnavi_top ul li a:hover{
	background: url(../image/global/bg_global_center_on.gif) left top no-repeat;
	text-decoration: none;
}

div#globalnavi_top ul li.left a{
	background: url(../image/global/bg_global_left.gif) left top no-repeat;
}

div#globalnavi_top ul li.left a:hover{
	background: url(../image/global/bg_global_left_on.gif) left top no-repeat;
}

div#globalnavi_top ul li.right a{
	background: url(../image/global/bg_global_right.gif) left top no-repeat;
}

div#globalnavi_top ul li.right a:hover{
	background: url(../image/global/bg_global_right_on.gif) left top no-repeat;
}