@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}


/* 		の設定
////////////////////////////////////////////////////*/

#contents dl dt {
	font-weight: bold;
	font-size: 105%;
}

#contents dl dd {
	margin: 5px 0 26px;
}

#contents #handling dt {
	margin-top: 25px;
}

#contents #handling dd {
	margin-bottom: 0;
}