
.box {
	width: 500px;            /* 幅指定 */
    	padding:  0;                /* ulタグのデフォルトCSSを打ち消し */
	margin:  25px AUTO;
    	list-style: none;           /* ulタグのデフォルトCSSを打ち消し */
	contain: content;
}

.box > li.ttl {
	width: 100px;
    	float: left;
}

.box > li.dtl {
    	width: 150px;            /* 幅指定 */
    	float: left;
}

.box > li.slc {
    	float: left;
    	margin-right: 15px;
}

.line1 {
	width: 550px;
	margin:  10px AUTO;
	height: 1px;
	background-color: dimgray;
}

main {
	width: 600px;
	margin: 0 auto;
}

form {
	width: 600px;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #AAAAAA;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #AAAAAA;
}

main > .dspmsg {
	margin:  20px AUTO;
	color:	red;
}
