@charset "utf-8";
/* CSS Document */

body {
	width: 360px;
	height: auto;
	padding: 5px;
	font-size: 11px;
	color: #333;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h2,h3,p {
	margin:0;
	padding:0;
}


h2,h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
}

p {
	margin-left:10px;
	margin-bottom: 15px;
}

.new {
	color: #F00;
	font-size: 80%;
	font-weight: bold;
	text-decoration: blink;
}


