@charset "UTF-8";
/* CSS Document */

@import "common.css";
@import "style.css";

/**********ONLY FOR TOP PAGE index.html**********/
	
div#contentsTop {
	width:800px;
	clear:both;
	background:url(../images/top_right_bg.gif) repeat-y right;
	}
	
div#contentsTop #main {
	float:left;
	width:563px;
	}
	
div#contentsTop div#main div#flashcontent {
	background-color: #ffffff;
	margin-left: -33px;
}
	
div#contentsTop #navRight {
	width:231px;
	float:right;
	margin-left:6px;
	}
	
div#contentsTop #main .flash {
	background-color:#ffffff;
	width:563px;
	}
	
div#contentsTop #main .news {
	float:left;
	width:253px;
	background-color:#ffffff;
	padding-bottom:20px;
	}
	
div#contentsTop #news li {
	list-style-image:url(../images/ico_list.gif);
	margin:5px 10px 5px 25px;
	}
	
div#contentsTop #news a, div#contentsTop #news li {
	color:#00507D;
	font-size:10px;
	line-height:17px;
	}
	
div#contentsTop #main #comment {
	width:240px;
	float:right;
	background:url(../images/top_waku.gif) no-repeat;
	padding:33px 35px 35px 35px;
	font-size:10px;
	line-height:17px;
	}
