@charset   "utf-8";

/* TOKYO Bura-bura MENU */

html{
	_border-style:none;  /* IE6対策 枠線を消す */

}

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background: url(../img/menu-bg.gif);
	font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-size: 13px; 
	color:#123;
	margin: 0px 0px 0px 0px ;
	_border-style:none;  /* IE6対策 枠線を消す */
	/* _overflow:hidden;  IE6対策 スクロールを消す */
	}

ul {
	margin-top:0px;
	margin-left:10px;
	padding-left:10px;
	font-size:13px;
	list-style-image: url(../img/hdm1.gif);
	}
ul li {
	line-height:20px;
	}
p {
	margin-top:5px;
	font-size:12px;
	padding: 0px 5px 10px 5px;
	line-height:150%;
	}

a:link{
	/*color : #13a;*/
	color : #126;
	text-decoration : none;
}
a:visited{
	/*color : #13a;*/
	color : #126;
	text-decoration : none;
}
a:hover{
	color : #fff;
	text-decoration : underline;
}
a:active{
	color : #fff;
	text-decoration : underline;
}

