@charset "UTF-8";
/* common style */

body{
	color:#595959;
	}

a:link{
	color:#595959;
	text-decoration:none;
	}
a:visited{
	color:#595959;
	text-decoration:none;
	}
a:hover{
	color:#595959;
	text-decoration:underline;
	}
a:active{
	color:#595959;
	}
	
.cf{
	zoom:1;
	}
	.cf:after{
		content:" ";
		display:block;
		height:1px;
		visibility:hidden;
		clear:both;
		}
a:hover img{
		opacity:0.8;
		}

a:hover img.no-ol{
		opacity:1;
		}
		
		
		
		
		#main-content a{color:#4797D6;}