@charset "utf-8";
/* CSS Document */

/** グローバルナビゲーション **/
#global_navi {
	/*font-size:0.7em;*/
	/*width:40em;*/
	width:127px;
	height:30px;
}
#global_navi li { 
					width:127px;
					height:100%;
					}
				
#global_navi a:link { color:#333333; text-decoration:none; cursor:pointer; font-weight:100; }
#global_navi a:visited { color:#333333; text-decoration:none; cursor:pointer; font-weight:100; }
#global_navi a:active { color:#ff6a00; text-decoration:underline; cursor:pointer; font-weight:100; }
#global_navi a:hover { color:#ffd800; text-decoration:underline; cursor:pointer; font-weight:100; }

#global_navi li.end { float:right;
						overflow:visible;
						padding:0 0 0 10px;
						border:1px dashed #d3d3d3;
						border-width:0 0 0 1px;
						width:127px;
						}

.g_navi_icn { margin:9px 3px 9px 10px; }

.g_navi_span { height:29px; line-height:29px; }

#global_navi li.g_misc_width { width:11em; }

.border_top_t1 {
	background:url(../img/border1.png) no-repeat top left;
}
