@charset "utf-8";

body,
div,
h1,h2,h3,h4,
p,ul,li,dl,dt,dd,
address,table,tr,th,td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
							 "メイリオ", Meiryo, 
							 Osaka, 
							 "ＭＳ Ｐゴシック", "MS PGothic", 
							 sans-serif;
	font-size: 80%;
	line-height: 1.5;
}

ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


.ro a img {
	background: #fff;
}

.ro a:hover img {
	filter:alpha(opacity=70);/*IE*/
	-moz-opacity:0.7;/*古いmozillaブラウザ(古いFFなど)*/
	-khtml-opacity:0.7;/*古いSafariなど*/
	opacity:0.7;/*FF,Safari,Opera,GoogleChrome*/
}


a {
text-decoration: none;
color:#900;
}







