@charset "UTF-8";

a{text-decoration: none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}
a:hover {color /**/: #333;text-decoration /**/: none;border-bottom /**/:1px #333 dotted;position /**/:relative;}

a.image{text-decoration: none;}
a.image:hover {color: #fff;text-decoration: none;border-bottom:0px dotted;}
a.image:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

#Contents #Right{
	text-align: left;
}

#Contents #Right #Main{
	width:570px;
}

#Main #Title{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:28px;
}

#Main #Sub{
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #dedede;
	font-size:11px;
	color:#333;
}