@charset "utf-8";
/* CSS Document */

/******************************
 *水平線
 ******************************/

.hr01 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #6F0;
	margin-top: 0;
	margin-bottom: 0;
}