@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 {
	padding: 15px 0 30px;
}


/* ボタンがある際にfloat使用する際 */
.andBt{
	overflow: hidden;
}


.andBt h4 {
	float: left;
	width: 325px;
}


.andBt a {
	float: right;
	width: 161px;
}


/* お知らせのテキスト内設定 */
#infoBox dl {
	overflow: hidden;
	margin: 7px 0 45px;
	padding-top: 24px;
	border-top: 1px solid #CCCCCC;
}


#infoBox dd {
	margin: 10px 0 17px;
}


.textBox dt {
	margin: 12px 0;
	color: #496114;
	font-weight: bold;
	font-size: 120%;
}


.textBox dd {
	margin-bottom: 32px;
}

/*  */
.liNumber li {
	list-style: decimal inside;
}


