﻿@charset "utf-8";
 @import url(reset.css);
@import url(base.css);
@import url(common.css);

#content #news{
			overflow:hidden;
			zoom:1;
			clear:both;
			padding:0 0 40px;
			}
			
#content #news p.time {
	text-align:right;
	padding-bottom:10px;
}

#content #news ul{
			float:right;
			margin-bottom:-10px;
			margin-left:20px;
			}

#content #news ul li {
	padding-bottom:10px;
}

#content #news  p.txt {
	width:400px;
float:left;
}

#content #news  p.txtblank {
	width:100%;
clear:both;
}

#content p.link {
	font-weight:bold;
	padding-bottom:50px;
}
	
	
#content p.contact {
	padding-bottom:30px;
}