@charset "utf-8";
/* CSS Document */
/*================================
 BASIC ELEMENT SET
================================*/
html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-size:80%;
	line-height:1.4;
	color:#484848;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul,li{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* link */
a {
	color: #1b5ba4;
}
a:link {color: #1b5ba4; text-decoration:underline;}
a:visited {color:#1b5ba4; text-decoration:underline;}
a:hover {color: #1b5ba4; text-decoration:none;}
a:active { color:#1b5ba4; text-decoration:underline;}


ul{
	margin:0;
	padding:0 6px 23px;
	clear:both;
}
ul li{
	margin:0;
	padding:5px 0 8px;
	border-bottom:1px dotted #a3a3a3;
}
ul li.btm{
	border-bottom:none;
}
ul li div.day {
	padding:3px 0 2px 0;
	font-size:10px;
	color:#484848;
	font-weight:bold;
	letter-spacing:0.1em;
}
ul li div.new{
	width: 130px;
	background: url(../img/top/icn_new.gif) no-repeat right center;
}
ul li div.urgent{
	width: 130px;
	background: url(../img/top/icn_urgent.gif) no-repeat right center;
}

ul li span.urgent_text{
	font-weight:bold;
	color: #990000;
}

ul li strong {
	padding:0 1em 0 0;
	font-size:10px;
	color:#484848;
	font-weight:bold;
	letter-spacing:0.1em;
}
