@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;
}

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

#contents ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
	letter-spacing: 0;
}

.straight_line {
	 overflow: hidden;
}

.straight_line li {
	width: 215px;
	float: left;
	list-style: disc inside;
	position: relative;
}