@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
/*	list-style: none;*/
	text-decoration:none;
	font-size: 100%;
	border: none;
}
img {
	vertical-align: top;
	display:block;
}

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




  /*
サイト全体に適応されるルールもここに指定  */

.odd{
	background-color:#eee;
}


#counter{
	display:none;
}