* {
margin: 0;
padding: 0;
}

html {
background: #FFFFFF;
overflow-x : hidden;
}


body {
font-family: "ＭＳ Ｐゴシック", "Trebuchet MS", Osaka, arial, sans-serif;
font-size : 0.9em;
line-height : 160%;
color : #888888;

-webkit-text-size-adjust: 100%;
}


.main_news{
width : 580px;
margin : 0 0 0 12px;
padding : 10px 5px 0 0;
}


.topic{
text-indent : 0px;
padding-left : 14px;
margin-left : 0px;
background : url("../img/top_news_arrow.jpg") no-repeat left top;
font-size: 13px;
line-height: 1.7;
max-height: 999999px;/*Android-Chrome-Font-Size*/

}


a {
color: #666666;
}

a:hover {
text-decoration : none;
color: #ff3399;
/* IE bug fix */
}

