/* CSS Document */
.square {
	color:#008C9B;
	font-size: 15px;
	}
.date {
	color:#0033CC;
	}

.red {
	color:#FF0000;
	}
.blue {
	color:#003399;
	}			
/************** .story styles *****************/

.story{
	clear: both;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #5A5A5A;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 507px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.story p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
.story h4 {
	color: #333333;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.story a:link, a:visited, a:hover {
	color:#008C9B;
	text-decoration:underline;
	}
.story a:hover {	
	color:#999999;
	text-decoration:underline;
}

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	width: 507px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	z-index: 10;
}

.title_event {
	width: 507px;
	background-image: url(../img/t_event.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -99999px;
	padding: 0px;
	margin-top: 10px;
}
.title_case {
	width: 507px;
	background-image: url(../img/t_case.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -99999px;
	padding: 0px;
	margin-top: 10px;
}
.title_important {
	width: 507px;
	background-image: url(../img/t_important.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -99999px;
	padding: 0px;
	margin-top: 10px;
}

.story .img {
	border: 1px solid #008C9B;
	margin: 0px;
	padding: 3px;
}


.title_info {
	width: 507px;
	background-image: url(../img/t_important02.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -99999px;
	padding: 0px;
	margin-top: 10px;
}
