@charset "UTF-8";
/* ***********************************************************************************************
                                             top.css
*********************************************************************************************** */
#alpha{
	width: 350px;
	/*left: 205px;*/
}
#beta{
	width: 205px;
	/*left: -350px;*/
	padding: 0 0 20px 0;
}
#topGreeting{
	margin-bottom:40px;
}
#topGreeting h2{
	background: url(images/bg_top_head_01.gif) no-repeat;
	text-indent: -3000px;
	width: 350px;
	height: 23px;
	margin-bottom: 15px;
}
#topGreetingImg01{
	float:right;
	margin-left:15px;
}
#globalMenu01 a{
	background: url(images/bg_global_menu_01.jpg) no-repeat left top;
}
#globalMenu02 a{
	background: url(images/bg_global_menu_02.jpg) no-repeat left top;
}
#globalMenu03 a{
	background: url(images/bg_global_menu_03.jpg) no-repeat left top;
}
#globalMenu04 a{
	background: url(images/bg_global_menu_04.jpg) no-repeat left top;
}
#globalMenu01 a:hover{
	background-position: 0 -60px; 
}
#globalMenu02 a:hover{
	background-position: 0 -60px; 
}
#globalMenu03 a:hover{
	background-position: 0 -60px; 
}
#globalMenu04 a:hover{
	background-position: 0 -60px; 
}
/* topUpdateInfo
----------------------------------------------- */
#topUpdateInfo01 h2{
	background:url(images/bg_top_head_02.gif) no-repeat;
}
#topUpdateInfo02 h2{
	background:url(images/bg_top_head_03.gif) no-repeat;
}
.topUpdateInfo h2{
	text-indent: -3000px;
	width: 350px;
	height: 26px;
	margin-top: 20px;
}
.topUpdateInfo dl{
	border-left: 4px solid #D8D8D8;
	padding-left: 10px;
	line-height: 150%;
	margin-bottom: 25px;
	width:336px;
}
.topUpdateInfo dt{
	background: url(images/bg_arrow_02.gif) no-repeat left 4px;
	padding: 0 10px 0 20px;
	width:200px;
	font-size:0.9em;
	height:20px;
	
}
.topUpdateInfo dd{
	margin-bottom: 5px;
	padding-left:20px;
}
.topUpdateInfo img{
	vertical-align: middle;
}
