@import url("./base.css");

/*
 * rules.css
 */





body {
	background: #fff;
	color: #5b5a5a;
	font-size: 12px;
	line-height: 1.4em;
}

#Wrapper {
	margin: 15px;
	background: #fff;
}

* {
	font-size: 100%;
}

h1 {
	line-height: 1.2em;
}

.level02 {
	margin-left: 15px;
}

.sameline h3 {
	display: inline;
	margin: 0;
}

.sameline dt {
	display: inline;
	margin: 0;
}

ul {
	list-style-type: none;
}
