@charset "UTF-8";

div#LeftContents{
	widht:260px;
	float:left;
}

div#RightContents{
	widht:260px;
	float:left;
}


ul.List{
	margin-top:20px;
	width:260px;
	line-height:1.3em;
	letter-spacing:0;
	padding-left:10px;
}

ul.List img{
	margin-bottom:5px;
}

li.ListTitle {
	color:#ce604a;
	font-size:95%;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:10px;
}

li.ListMenu_Green{
	margin-left:15px;
	padding-left:15px;
	color:#333333;
	font-size:85%;
	text-decoration:none;
	background:url(../images/icon_green.gif) no-repeat left center;
}


li.ListMenu_Red a,
li.ListMenu_Red a:link {
	margin-left:15px;
	padding-left:15px;
	color:#333333;
	font-size:85%;
	text-decoration:none;
	background:url(../images/icon_red.gif) no-repeat left center;
}

li.ListMenu_Red a:hover {
	color:#DAA520;
	text-decoration:underline;
}

li.ListMenu_Red a:visited {
	color:#B6B4B4;
	text-decoration:none;
}
