@charset "utf-8";


body {
	margin: -12px 0 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
	color: #300909;
	background: #000320 url(../../img/sozai/body.bg.1.png) left bottom repeat-x;
	font-family: Verdana,Sans-serif;
	font-size: 90%;
	line-height: 150%;
}


p {
	margin: .66em 0;
}


a:link, a.ref {
	color: #0909c0;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #090960;
}
a:link:hover, a:visited:hover, a.ref:hover {
	color: #c00909;
}

a img { border: none; }


h3 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
}


em {
	color: #990909;
	font-style: normal;
	font-weight: bolder;
}


br { clear: both; }


ins {
    text-decoration: none;
}