/* Base */
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body {
	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;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}




/* Layout */
#wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#outline {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}




/* Common */
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.nodisp {
	display: none;
}
.anchor {
	font-size: 1px;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
