@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.kill{display: none;}
/* clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}


* html .box { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .box { /* IE7にのみ適用 */
	display:inline-block;
	}


html[xmlns*="#header"] body:last-child body {font-size:10px;}

/* safari only \*/
html:\66irst-child body {font-size:80%;}


	
/* link styles
---------------*/
a img {
	border-style: none;
}
a:link {
	color: #515151;
	text-decoration: none;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #007ADF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #515151;
	text-decoration: none;
}

a:hover img {opacity: 0.4;transition-duration: 0.5s}

