@charset "shift-JIS";

/*
===============================================
	CONTENTS
-----------------------------------------------
	index.html CSS
===============================================
*/
body#home { background: url(../img/bg_body.gif) no-repeat top center !important;}
#home #container {background: none;}
#home #home-main {position: relative; width:820px; height: 519px; margin: 0 auto; float: none;}
#home #home-main h1 {position: absolute; top: 0; left: 0;}
#home #header {position: relative; width: 820px; height: 28px; top: 469px; left: 0;}
#header #nav {left: 28px;}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#home #contents {display: inline-block; width: 800px; padding: 0; margin: 30px auto 35px; background: url(../img/bg_contents.gif) repeat-y;}
#contents:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#contents {display: inline-block;}
/* Hides from IE-mac  �_*/
 * html #contents {height: 1%;}
#contents {display: block;}
/* End hide from IE-mac */

#contents #news-col {float: left; width: 600px; background: url(../img/ln_news.gif) repeat-x left bottom;}
#contents #news-col h2 {float: left; width: 90px; margin-bottom: 7px;}
#contents #news-col span {float: right; width: 70px;}
 
#contents #news-col dl {color: #000; clear: both; padding: 5px 10px 3px; margin-bottom: 2px; background: url(../img/ln_news.gif) repeat-x left top;}
#contents #news-col dl:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#contents #news-col dl {display: inline-block;}
/* Hides from IE-mac  �_*/
 * html #contents #news-col dl {height: 1%;}
#contents #news-col dl {display: block;}
/* End hide from IE-mac */
#contents #news-col dl dt { float: left; font-weight: bold; width: 75px;}
#contents #news-col dl dd {float: left; width: 500px;}

#contents #sub-col {float: right; width: 145px;}
#contents #sub-col li {font-size: 0; line-height: 0; margin-bottom: 7px;}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {width: 800px; margin: 0 auto;}