@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}



body {
	background-color: #ffffff;
	color: #333;
	font-family: 'メイリオ', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 1.8em;
}


	
/* link styles
---------------*/
a img {
	border-style: none;
	transition: 0.6s ;
}
a:link {
	color: #515151;
	text-decoration: none;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}
a:active {
	color: #3366CC;
	text-decoration: none;
}

a:hover img {
	opacity: 0.6;
	transition-duration: 0.5s
}

/* 画下げ */
.this_down img{position:relative; top:4px;} 　

