
@charset "utf-8";
div#ct-area h1
{
	line-height: 1em;
}
div#ct-area h2
{
	margin-top: 2em;
}
div#ct-area h2:first-child,
div#ct-area h3:first-child
{
	margin-top: 0;
	padding-top: 0;
}
div#ct-area ul.ul li
{
	margin-left: 1.5em;
	list-style-type: disc;
}



/* ※ */
div#ct-left dl.kome
{
	margin-top: 0.5em;
	margin-left: 0;
}
div#ct-left dl.kome dt
{
	float: left;
	clear: left;
	display: block;
	width: 2em;
}
div#ct-left dl.kome dd
{
	margin-left: 2em;
}


/* テーブル */
div#ct-left .tblGray {
    border: 1px solid #808080;
    border-collapse: collapse;
    text-align: left;
}
div#ct-left .tblGray th {
    background-color: #EEEEEE;
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
}
div#ct-left .tblGray td {
    border: 1px solid #808080;
    border-collapse: collapse;
    padding: 3px;
    text-align: left;
}
div#ct-left table .nowrap {
    white-space: nowrap;
}


/* 更新日 */
#ct-left .update
{
	text-align: right;
}




