﻿html, body 
{   					/*　Body　*/
    height: 100%;               /* htmlとbodyの高さを指定 */ 
    margin: 0 auto;   
    padding: 0;   
    text-align: left;   
	color:#515151;
	font-size:9pt;
} 

/*
[NewsList]
----------------------------------------------------- */
.NewsList
{
	padding-left: 9pt;
	text-align: left;
	margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
	_margin-left: 0;
    _margin-top: 5px;
    _margin-bottom: 5px;
}

.NewsList li    /*　垂直リスト　*/
{					
	list-style: none;
	background:url('../img/li.gif') no-repeat;
	padding:  0 0 18px 18px;
    height: 24px;
}

.NewsList li a
{					/*　水平リスト　*/
 	color: #515151;
	text-decoration: none;
}

.NewsList li a:visited
{
 	color: #515151;
	text-decoration: none;
}

.NewsList li a:hover
{
	color: #3366FF;
	text-decoration:underline;
}


