﻿/*list スタイル上書き*/
ul.list li
{
    border-bottom:dotted 1px #AAAAAA;
    padding-bottom: 5px;
}
	ul.list li.first
	{
		background-image:none;
	}
.list .listInfo
{
	float:left;
}
.list .mstName
{
	float:right;
}
/*template is hidden in IE's goukan mode*/
table.containerWidth{width:99%;}