@charset "utf-8";

/******************************************************************************************
YADOINFO専用 CSS
******************************************************************************************/

* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	padding:10px;
}

ul {
	font-size:80%;
}
li {
	list-style-type:none;
	background:url(../image/listmark_02.gif) no-repeat;
	padding:0 0 2px 10px;
	margin:0 0 4px 0;
	color:#2483BC;
}

a:link {
	color:#2483BC;
	text-decoration:none;
}
a:visited {
	color:#2483BC;
	text-decoration:none;
}
a:hover {
	color:#2483BC;
	text-decoration:underline;
}