@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin:0;
	padding:0;
}
	body{
		margin: 0;
		padding:0;
		text-align: left;
		line-height:150%;
		overflow-y:scroll;
		voice-family:"\"}\"";
		voice-family:inherit;
		overflow-y:hidden;
		font-size:12px;
		font-family:"ＭＳ ゴシック", Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
		background-color:#FFF;
		color: #666666;
	}
	html>body{
		overflow-y:auto;
		overflow-x:hidden;
	}
	*html body { 			/* IE6だけに適用 */
		font-size:0.75em;
	}
	*:first-child+html body {			/* IE7だけに適用 */
		font-size: x-small;
	}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}


/*新着情報*/
.list-img {
	background-image: url(../images/img_s1.jpg);
	background-repeat: no-repeat;
	padding:0 5px 5px 15px;
	background-position: 0px 4px;
}