@charset "shift_jis";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	color: #333;
	line-height: 120%;
	background: #FFF;
	padding: 5px;
}

p {
	padding: 0px 0px 20px 0px;
	line-height: 130%;
}

p.title {
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

ul {
	margin: -10px 0px 15px 0px;
	list-style-type: disc;
}

li {
	padding: 0px 0px 5px 15px;
	list-style-type: disc;
}

