@charset "utf-8";
/* CSS Document */


/*タイトルテキストのレイアウト*/

#firstInnerBox h2 {
	margin-bottom: 20px;
	font-weight: bold;
	color: #ff3300;
}


/*サイトマップリストのマージン*/

#firstInnerBox ul li {
	margin-bottom: 20px;
}

#firstInnerBox ul li dl {
	margin-bottom: 5px;
}

