@charset "utf-8";
#newsBlock {
    display: block;
    overflow: auto;
    /*opacity: 0.6;*/
    background-color: #FFF;
    width: 428px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    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: repeat-x;
    background-position: 0px 0px;
}
#newsBlock dl {
	text-align: left;
	margin: 0px;
	display: block;
	padding: 10px;
	width: 95%;
}
#newsBlock  dt{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 100%;
	color: #000;
}
#newsBlock dt a {
	display: block;
	color: #000;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#newsBlock dt .end {
	color: #666;
}
#newsBlock dt a:hover {
	text-decoration: underline;
}
#newsBlock dd {
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	margin-bottom: 10px;
	color: #000;
}
#newsBlock dd .black{
	color: #000;
}
#newsBlock dd a {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #990000;
	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%;
    background-color: #999;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    height: 20px;
    color: #FFF;
    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;
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#RepoBlock {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 490px;
	padding-top: 0px;
}
#RepoBlock h2 {
	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;
	color: #FFF;
	background-color: #999;
	margin: 0px 0px 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#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: 10px;
	margin-left: 0px;
	height: 90px;
	line-height: 1.3em;
}
#vertical-ticker li {
	text-align: left;
	list-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	background-image: url(../image/common/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	font-size: .9em;
}
#vertical-ticker li p {
	　　display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	text-indent: 0px;
}
#vertical-ticker li a {
	margin: 0px;
	display: block;
	padding: 0px;
	color: #333333;
	text-decoration: none;
	width: 100%;
}

#vertical-ticker img {
	float: left;
	margin-right: 10px;
	width: 185px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}


.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;
}


.ticker_cntrol {
    display: block;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
    width: 490px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8em;
    line-height: 1.3em;
    padding-top: 5px;
    margin-top: 45px;
    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;
}
.dammys {
	background-color: #CCC;
	display: block;
	height: 210px;
	width: 355px;
	color: #FFF;
	padding: 50px 20px 10px 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8em;
	text-align: left;
	border: 1px solid #999;
	line-height: 1.4em;
}
.dammys p {
	padding: 10px;
	font-size: .5em;
	width: 60%;
	display: block;
	border: 1px solid #F00;
}
