/* Base */
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body {
	background-color: #231815;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}
ol,ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 span {
	display: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}




/* Layout */
#wrap {
	text-align: center;
}
#outline {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}




/* Common */
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.anchor {
	font-size: 0px;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
