body{
	padding: 0px;
	text-align: center;
/*	background-image: url("../image/bg.jpg"); */
/*	background-repeat: repeat-y; */
/*	background-position: center; */
/*	background-image: url("../image/bg_pink.jpg");*/
	background-color:#000000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/1.25 "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "Verdana", "Arial", "Helvetica", "monospace";
	color: #585858;
}

img{
	border: none;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color:#0099FF;
}

a:hover{
	color:#6633FF;
}
a:visited{
	color: #CC0033;
}

img a:hover {
	background: none;
	text-decoraion:none;
}

h1, 
h2, 
h3, 
h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:10px;
	color:#888888;
	float: left;
}

h2.title {
	margin-left:5px;
	font-size:10px;
	color:#888888;
	float: left;
}

h2.title0{
	margin: 0px;
}
h2.title10{
	margin: 0px 0px 10px;
}
h2.title15{
	margin: 0px 0px 15px;
}
h2.title20{
	margin: 0px 0px 20px;
}
h2.title2020{
	margin: 20px 0px;
}

h2.title200{
	margin: 20px 0px 0px;
}

h3{
	font-size: 14px;
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
strong{
	color: #E60012;
	font-weight: bold;
}

hr {
	width:100%;
	height:5px;
	background-color:#000000;
	border-color:#000000;
}
