﻿/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/


/***********************************************/
/* HTML tag style                              */
/************************************/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka,Arial,sans-serif;
	font-size:10pt;
	color: #555555;
	line-height: 1.3;
	letter-spacing: 0.05px;
	width:auto;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border:0;
	overflow: hidden;
}
/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	text-decoration: none;
	color:#D85700;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************************************/

/************************************/
/* リスト Tags                      */
/************************************/
li{
/*	list-style-type: square;	*/
	list-style-image:url(0blt1.gif);
}
ul li{
/*	list-style-type: disc;	*/
	list-style-image:url(0blt1.gif);
}

ul ul ul{
	list-style-type: none;
}
/************************************/


