﻿@charset "utf-8";

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

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

dl.keiList a { text-decoration: underline;
	color: #405E93;
}
dl.keiList a:hover {
	text-decoration: underline;
	color: #37A9FF;
}

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

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

* 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; }

