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

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

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

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

.box > li.note {
    	float:		left;
}

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

.note > li.ttl {
	width:		80px;
    	float:		left;
}

.note > li.dtl {
	width:		400px;
    	float:		left;
}



form {
	width:		550px;
	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;
}

