﻿BODY { font-family: 'Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif }

a:link {
text-decoration:none;
color:#0066CC;
}
a:visited {
text-decoration:none;
color:#0066CC;
}
a:hover {
text-decoration:underline;
color:#FF3399;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

hr {
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 95%;
}
