

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}


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


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;
}

p.coment {
font-size: 11px;
line-height: 20px;
margin:10px;
}

p.coment2 {
font-size: 11px;
line-height: 20px;
margin:10px 0;
}


p.copy {
font-size: 9px;
text-align: right;
}

img {border: none;}

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


h2 {
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	margin: 10px 10px;
	padding: 0;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	margin: 10px;
	padding: 0;
}

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

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



img {
	width: 100%;
	padding: 0%;
	background: #fff;
	margin: 0 auto;
	display: block;
}


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;
}

.z_clear {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
