* {margin: 0; padding: 0;}

body {
	font-family: helvetica,clean,Hiragino Kaku Gothic Pro,sans-serif;
	font-size: 100%;
	line-height: 15px;
	background: #111111;
}

p {
	font-family:helvetica,clean,Hiragino Kaku Gothic Pro,sans-serif;
	letter-spacing: 0px;
	line-height: 160%;
	font-size: 10px;
	line-height: 18px;
	color: #ECE9EA;
}

img {
	border: none;
	background: #fff;
	margin: 0 auto;
	display: block;
}

h1 {
	font-size: 20px;
	line-height: 10px;
	padding: 0;
	margin: 10px;
	color: #ffffff;
}


h2 {
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	border-bottom:dotted 1px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

h4 {
	font-size: 11px;
	line-height: 10px;
	color: #ffffff;
	border-bottom:dotted 1px;
	margin: 20px 10px;
	padding: 0 0 10px 0;
}

#content {
	width: 140px;
	height: 270px;
	position: relative;
	margin: 0;
	padding: 10px;
	background: #111111;
	position: relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


a:link {
	color: #C90000;
	text-decoration: none;

}
a:visited {
	color: #C90000;
	text-decoration: none;
}
a:hover {
	color: #C90000;
	background: #DDDDDD;
}
a:active {
	color: #C90000;
	text-decoration: none;
}

