/* Base */
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body {
	background-color: #fff2f1;
	font-family: "�l�r �o�S�V�b�N","MS PGothic",Arial,Helvetica,sans-serif;
	font-size: 15px;
	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: 15px;
	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;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}




/* Layout */
#wrap {
	text-align: center;
}
#outline {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}
h1 span {
	font-weight: bold;
}




/* Common */
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.nodisp {
	display: none;
}
.anchor {
	font-size: 0px;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.reset01 {
	background: url(../images/sp.gif) no-repeat 0px 0px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.siz10 {
	font-size: 10px;
}
.siz11 {
	font-size: 11px;
}
.siz12 {
	font-size: 12px;
}
.siz13 {
	font-size: 13px;
}
.siz14 {
	font-size: 14px;
}
.siz15 {
	font-size: 15px;
}
.siz16 {
	font-size: 16px;
}
.siz17 {
	font-size: 17px;
}
.siz18 {
	font-size: 18px;
}
.siz19 {
	font-size: 19px;
}
.siz20 {
	font-size: 20px;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
