@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5em;
	color: #333;
	font-size: 75%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

img	{
	border: 0;
	vertical-align: bottom;
}

#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#globalNavi	{
	position:relative;
}
#globalNavi li	{
	float:left;
	position:relative;
}
#globalNavi ul {
	width: 175px;
	position: absolute;
	top: 48px;
	left: 3px;
	display: none;
}
#globalNavi ul li a	{
	width: 143px;
	display: block;
	background: #BFC0C0 url(image/icon.gif) no-repeat;
	padding: 7px 5px 8px 27px;
	border-bottom: 1px dotted #909090;
	color: #000;
	text-decoration: none;
}
#globalNavi ul li a:hover	{
	background: #000 url(image/icon_on.gif) no-repeat;
	color: #FFF;
}
#globalNavi ul li.first a	{
	background: #BFC0C0 url(image/bg_navi.gif) no-repeat;
	padding: 16px 5px 7px 27px;
}
#globalNavi ul li.first a:hover	{
	background: #000 url(image/bg_navi_on.gif) no-repeat;
}


/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
display:none;
}
