@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Style Info : プルダウンメニュー
=================================================================== */
img	{
	border: 0;
	vertical-align: bottom;
}

#globalNavi {
font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5em;
	color: #333;
	font-size: 75%;
}

html>/**/#globalNavi {
	font-size: 12px;
}

* + html #globalNavi {
	font-family: "メイリオ","Meiryo";
}

#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#globalNavi	{
	position:relative;
}
#globalNavi li	{
	float:left;
	position:relative;
}
#globalNavi ul {
	width: 125px;
	position: absolute;
	top: 91px;
	/*left: 3px;*/
	display: none;
}
#globalNavi ul li a	{
	width: 108px;
	display: block;
	background: #333 url(../images/menu-icon.png) no-repeat;
	padding: 5px 0 8px 17px;
	border-bottom: 1px dotted #909090;
	color: #fff;
	text-decoration: none;
	/*filter:Alpha(opacity=60);*/
	text-align:left;

}
#globalNavi ul li a:hover	{
	background: #333 url(../images/menu-icon.png) no-repeat;
	color: #FFF;
	text-decoration:underline;
}
#globalNavi ul li.first a	{
	background: #333 url(../images/menu-icon.png) no-repeat;
	padding: 5px 0 8px 17px;
}
#globalNavi ul li.first a:hover	{
	background: #333 url(../images/menu-icon.png) no-repeat;
}


/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
display:none;
}

/*余白
----------------------------------------------------------*/
.mgn-Rgt10 {
	margin-right:10px;
}
.mgn-Top05 {
	margin-top:5px;
}
.mgn-Top10 {
	margin-top:10px;
}
.mgn-Top15 {
	margin-top:15px;
}
.mgn-Top20 {
	margin-top:20px;
}