/* CSS Document */
@import url('../../common/css/main.css');
@import url('../../common/css/reset.css');

@import url('../common/css/base.css');

#first table.plan th{
	width:40px;
	text-align:left;
	background:none;
	border:none;
}
#first table.plan td{
	text-align:left;
	border:none;
	background:none;
	white-space:normal;
}

#first table.four_t td {
	width:25%;
}
#first table.three_t td {
	width:33%;
}

#first ul.mark {
	margin-bottom:0;
}
#first ul.mark li {
	list-style:outside disc;
	margin-left:1em;
}
#first ul.mark li.btm {
	padding-bottom:1em;
}


