@charset "utf-8";
/**************************************************************************************************
idxinfo
**************************************************************************************************/
body {
	font-size		: small;
	font-family: Verdana, "Hiragino Kaku Gothic Pro W3", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "MS P Gothic", "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
}
ol,ul { 
	list-style		: none;
}
body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,td,th,
pre,code,
form,fieldset,legend,input,textarea,
p,blockquote {
	margin			: 0;
	padding			: 0;
}

/* LINK
-------------------------------------------------------------------------------------------------*/
a:link,
a:active,
a:visited {
	color			: #333333;
	text-decoration	: none;
}
a:hover,
a:focus {
	color			: #333333;
	text-decoration	: underline;
}

/* Rollover */
a:hover img.rollover {
    opacity			: 0.5;
	filter			: alpha(opacity=50);
	-moz-opacity	: 0.5;
}

/* idxinfo
-------------------------------------------------------------------------------------------------*/
li {
	width			: 97%;
	margin			: 0 0 5px;
	padding			: 0 3px 5px;
	border-bottom		: 1px dotted #8c8c8c;
	font-size		: 92%;
	line-height		: 1.8;
}
	li span {
		display			: block;
		color			: #ff6600;
	}

