﻿@charset "utf-8";

/*=====================================================
*
*	Since 2009.06.01
*	Editor 
*
========================================================*/

dl.keiList {
	width: 600px;
	margin: 25px auto;
}

dl.keiList dt {
	float: left;
	padding: 10px 12px 10px 3px;
	color: #405E93;
	line-height: 1.4em;	/* base line-height setteing */
}

dl.keiList dd {
	padding: 10px 10px 10px 12em;
	line-height: 1.6em;	/* base line-height setteing */
	background-image: url(/resource/common/images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

* html dl.keiList dd { padding: 10px 10px 13px 12em; }
*+html dl.keiList dd { padding: 10px 10px 13px 12em; }

dl.keiList dd a { color: #333333 !important; text-decoration: none; }
dl.keiList dd a:hover { color: #333333; text-decoration: underline; }

div .end{
	width: 600px;
	margin: 0px auto 30px;
}
