/* CSS Document */

p {margin:0;padding:0;}

.plain{
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	margin-top: 7px;
	margin-bottom: 5px;

}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 140%;

}
.small {
	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;




}
.red10 {
	font-size: 10px;
	line-height: 140%;
	color: #CC0000;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;



}
.small-line {

	font-size: 10px;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.title-m {
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	margin: 10px 0px 0px;
	background-color: #CCCCCC;


}
.title-b {
	font-size: 90%;
	color: #666666;
	line-height: 150%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	padding: 0px;




}
.news-text {

	font-size: 10px;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;
}
.symbol-text {

	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin: 10px 0px 5px;
	padding: 0px 5px;
}
.news-item-text {
	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/item-symbol.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;

}
.legal {
	font-size: 90%;
	margin: 0px 10px 10px;
	font-weight: bold;
}
.link-title {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	color: #666666;
	margin-top:5px;
	text-decoration:none;
}
.link-text {
	font-size: 80%;
	line-height: 130%;
	color: #666666;
}
a.link-text:link{
	text-decoration:none;
}
a.link-text:visited{
	text-decoration:none;
}
a.link-text:hover{
	text-decoration:underline;
}

.video-item-text {
	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	background-image: url(../image/item-symbol.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.video-item-text a {text-decoration:none; color: #666666;}
.video-item-text a:link{text-decoration:none; color: #666666;}
.video-item-text a:visited{text-decoration:none; color: #666666;}
.video-item-text a:hover{text-decoration:underline; color: #666666;}


