@charset "UTF-8";
/* CSS Document */

#ywca_mark{
	position: relative;
	left: 300px;
	margin-bottom: 30px;
}
h2{
	text-decoration: underline;
	font-weight: normal;
	color: #999;
	font-size: 16px;
}
h3{
	font-weight: normal;
	color: #999;
	font-size: 16px;
	float:left;
	line-height: 0px;
}

.news .title{
	width:normal;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	float:left;
	text-decoration: underline;
	line-height: 150%;

}

.news .date{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	position: relative;
	float: right;
	left: -10px;
	top: 6px;
}

.news .txt{
	clear: both;
	padding-left: 20px;
	font-size:14px;
}