@charset "UTF-8";


/**************
TOPページ
**************/
dl#topInformation{
	background-image: url(../img/common/bg_gray_02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
dl#topInformation dt{
	margin: 0px;
	padding: 0.5em;
	float: left;
	clear: left;
}
dl#topInformation dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 6em;
	margin: 0px;
}

