* {
	margin: 0;
	padding: 0;
}



body {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	font-family: HiraKakuProN-W3;
	font-size: 15px;
}


/**
ページタイトル
 */ 
h1 {
	height: 32px;
	line-height: 32px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ccc));
	background-color: #b0bccd;
	font-family: HiraKakuProN-W6;
	font-size: 18px;
	color: #000;
	text-align: center;
}

/**
中見出し
 */ 
 h2{
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	font-family: HiraKakuProN-W6;
	font-size: 14px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	border-top: 1px solid #a5b1ba;
	border-bottom: 1px solid #989ea4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#909faa), to(#b8c1c8));
	background-color: #909faa;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
