/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	
}

/* basic style */
body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #2C2C2C;
	font-size: 12px;
	letter-spacing: 1px;
}

ul{
  list-style:none;
}

a:link {
	text-decoration: none;
	color: #2C2C2C;
}

a:visited {
	color: #2C2C2C;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #996600;
	text-decoration: none;
}

.title2 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.title2 h4 {
	background: #000;
	font-size: 11px;
	padding: 4px;
	color: #fff;
}
