@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,h4,p {
	margin:0;
	padding:0;
}


h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #F90;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
	color: #FFF;
	background-color: #F90;
	text-align: right;
	padding-right: 10px;
}

h4 {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

h4 a {
	text-decoration: none;
	color: #333;
}

h4 a:hover {
	text-decoration: underline;
	color: #F90;
}

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

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


