@charset "utf-8";

body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12pt;
	color: #000000;
	line-height: 130%;
	background-color: #FFFFFF;
	background-image: none;
}
body.fontS {
	font-size: 11pt;
}
body.fontM {
	font-size: 12pt;
}
body.fontL {
	font-size: 14pt;
}
#head {
	display: none;
}
#side {
	display: none;
}
#foot {
	display: none;
}
#copy {
	display: none;
}

#all-wrap {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

#main {
	float: none;
	width: 575px;
	display: inline;
	/*overflow: auto;*/
}
h1 {
	margin-right: 4px;
	font-size: 16pt;
	text-indent: 0px !important;
	background: none !important;
}
ul {
	list-style-type: circle;
}
