@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, sans-serif,;
	text-align: center;
	margin-top: 0px;
}
#low_main {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-color: #FFF;
}
.low_main_inner {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1{
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h2{
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
	margin-top: 1em;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #F00;
}
h3 {
	font-size: 14px;
	line-height: 100%;
	padding-left:5px;
	margin-left: 1em;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
	color:#333333;
	text-align: left;
	font-weight: bold;
}
p {
	padding: 0px;
	font-size: small;
	line-height: 140%;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: left;
	word-break: keep-all;
	overflow-wrap: break-word;
}
dl {
	margin-left:10px;
	margin-bottom:10px;
}
ol,
ul {
	margin-left:35px;
	margin-bottom:1em;
	padding-left: 0px;
	margin-top: 0px;
}

dt{
	font-size: 13px;
	text-align: left;
}

dd{
	margin-bottom:5px;
	font-size: 13px;
	text-align: left;
	margin-left: 0px;
}
ol li{
	margin-bottom:10px;
	font-size: small;
	text-align: left;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 140%;
}
ul li{
	margin-bottom:10px;
	font-size: small;
	text-align: left;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 140%;
}
p.atop{
	margin:10px 0;
	text-align:right;
	clear:both
}
img {
	margin-bottom: 3px;
}