@charset "utf-8";

/* 構造の設定 */
body {
	margin: 0 auto 0 auto;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: 100%;
	_text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	
	background-color: transparent;
color: #000000;
}

a:link{
	color:#333366;
	text-decoration: none;
}
a:active{
	color:#6699FF;
	text-decoration: underline;
}
a:visited{
	color:#663366;
	text-decoration: none;
}
a:hover{
	color: #3366FF;
	text-decoration:none;
}

.news-block	{
	padding: 4px 0px 0px 4px;
	margin-top: 5px;
	border-bottom: 1px dashed #BDBDB7;
	text-align: left;
}

.news-block .news-date	{
	line-height: 120%;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.news-block .news-content	{
	line-height: 155%;
	color: #663333;
	font-size: 12px;
	font-weight: bold;
}
