@charset "UTF-8";
/* ------------------------------
    contents
------------------------------ */
#contents {
	width: 600px;
}

/* ------------------------------
    
------------------------------ */
dl {
	margin-bottom: 30px;
}
dt {
    float: left;
    width: 6em;
	margin-bottom: 1em;
}
dt:after {
	content: "：";
}
dd {
	margin: 0 0 2em 6em;
    overflow: auto;
}
