@charset "utf-8";
.newsBlock {
	display: block;
	overflow: auto;
	/*opacity: 0.6;*/
	background-color: #FFF;
	width: 399px;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	background-image: url(../image/common/shadpw.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.newsBlock dl {
	display: block;
	text-align: left;
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.newsBlock dt {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.newsBlock dt a {
	display: block;
	color: #990000;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsBlock dt a:hover {
	text-decoration: underline;
}
.newsBlock dd {
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
.newsBlock dd a {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666666;
	text-decoration: none;
}
.newsBlock dd a:hover{
	text-decoration: underline;
}
.newshead {
	border-radius: top-left-radius: 5px;
	border-radius: top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	display: block;
	text-align: left;
	width: 87%;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #999;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 20px;
	color: #FFF;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
#RepoBlock {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 390px;
	padding-top: 0px;
}
#RepoBlock p {
	text-indent: 1em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: justify;
	margin-bottom: 0px;
}
ul#vertical-ticker  {
	padding: 0px;
	display: block;
	text-align: left;
	width: 99%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#vertical-ticker li {
	text-align: left;
	display: block;
	list-style: none;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0em;
	background-image: url(../image/common/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#vertical-ticker li p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	width: 100%;
	line-height: 1.5em;
}
#vertical-ticker li a {
	margin: 5px 0px 10px;
	padding: 0px;
	color: #333333;
	text-decoration: none;
	width: 100%;
}
.Repohead {
	padding: 0px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#vertical-ticker li img {
	float: left;
	margin-right: 10px;
	width: 40%;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.ticker_cntrol {
	display: block;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #666;
	padding-bottom: 5px;
}
.ticker_cntrol a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
