@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content .first{
	zoom:1;
	overflow:hidden;
	margin:0 0 30px;
}

#content .first li{
	float: left;
	margin-right:15px;
}

#content .first li.last{
	margin-right:0;
}

#content .second{
	zoom:1;
	overflow:hidden;
	margin-bottom:30px;
}

#content .second p{
	float:left;
}

#content .second dl{
	float:right;
	width:380px;
}

#content .second dl dt{
	margin-bottom:17px;
}

#content .third{
	zoom:1;
	overflow:hidden;
	margin-bottom:25px;	
}

#content .third p{
	float:right;
}

#content .third dl{
	float:left;
	width:380px;
}

#content .third dl dt{
	margin-bottom:17px;
}

#content .third dl dd span{
	font-weight:bold;
}

#content table {
	margin-bottom:5px;
}

#content table.last {
	margin-bottom:25px;
}

#content table th,#content table td {
	padding:3px 10px 1px;
}

#content table th.sml {
	width:120px;
	text-align:center;
}

#content table th.big {
	width:210px;
	text-align:center;
}

#content table.last th {
	width:230px;
}

#content table td {
	text-align:center;
}

#content table.last td {
	text-align:right;
}

#content p.txt {
	margin-bottom:25px;
}

#content p.sp {
	margin-bottom:15px;
}