@charset "utf-8";
 
/*---------------------------------------------

Top Page CSS

for "/index.html"
linked to "/index.html"

---------------------------------------------*/

@import url(common.css);
@import url(layout.css);

/*---------------------------------------------


/* main content */

div#visual {
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

div#maincontent h2 {
	padding: 4px 0 4px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: 0.1em;
	margin-right: 1px;
	margin-top: 16px;
	margin-bottom: 5px;
	background: url('../img/common/midashi_bak.gif');
}
	

div#maincontent ul.news li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(../img/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 5px 25px;
	margin: 0;	
}

div#maincontent ul.news li.news-with-img {
	height :195px;
}

img.news-img {
	padding-right: 10px;
	padding-bottom: 10px;
	}