* {

}

body {
	background: #222;
	color: #fff;
	margin: 0 50px 0 50px;
	font-size: 11px;
	font-weight: normal;
	line-height: 2.0em;
	background: #222 url(./bg.gif) right no-repeat fixed;
}




a {
	color: #ffc;
	/*
	font-weight: bold;
	*/
}
a:hover {
	/*
	text-decoration: none;
	*/
	color: #0f0;
}

hr {
	color: none;
	border: 2px dotted #333;
	clear: both;
}

h3 {
	color: #0ff;
}

div.bp {
	float: left;
}


p.japanese {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 11px;
}

p.english {
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
	color: #ccc;
	font-size: 12px;
}


ul.synergy li {
	margin-bottom: 0.5em;
}
ul.synergy li a {
	font-weight: bold;
}