@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

ul li.normal {
	list-style-image: url(../temp_img/head_mark.gif);
	list-style-type: none;
	margin-bottom: 6px;
}
ul li.over {
	list-style-image: url(../temp_img/head_mark.gif);
	list-style-type: none;
	margin-bottom: 0px;
}

#showall {
  width:95%;
  text-align:right;
  padding-right: 5px;
}
