@charset "utf-8";
/* CSS Document */

@import "init.css";
@import "base_layout.css";

div#wrapper {
	background:url(../top_img/border_img.gif) 170px 180px repeat-y;
	margin: 0 0 -80px 0;
}

div#container{
	width:799px;
}

div#gnavi {
	width:170px;
}

div#main{
	width:609px;
	margin: 0 0 30px 0;
}

div#main h2, div#main h3, div#copy p, ul#contents {
	text-indent: -9999px;
}

div#main h2, div#news h3 {
	margin: 0 0 20px -20px;
}

div#main h2 {
	width: 629px;
	height: 90px;
	background: url(../top_img/h2_top.gif) no-repeat;
}

div#copy, ul#contents {
	height: 323px;
	margin: 0 0 30px 0;
}

div#copy {
	width: 258px;
	float: left;
}

div#copy h3 {
	width: 220px;
	height: 121px;
	background: url(../top_img/h3_copy.gif) no-repeat;
	margin: 0 0 20px 0;
}
div#copy p {
	width: 258px;
	height: 32px;
	background: url(../top_img/p_copy.gif) no-repeat;
}

ul#contents {
	float: right;
	width: 323px;
	background: url(../top_img/contents.gif) right top no-repeat;
}

ul#contents li, ul#contents li a {
	width: 95px;
	height: 95px;
}


ul#contents li {
	float: left;
	margin: 0 19px 19px 0;
}

ul#contents li a {
	display: block;
}
ul#contents li a:hover {
	background:#5172B3;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}	

ul#contents li.right {
	margin: 0 0 19px 0;
}

ul#contents li.bottom {
	margin: 0 19px 0 0;
}

ul#contents li.corner {
	margin: 0;
}

/*div#news {
	clear: both;
}*/

div#news h3 {
	width: 93px;
	height: 17px;
	background: url(../top_img/h3_news.gif) no-repeat;
}
div#news dt {
	float: left;
	width: 5em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.clearfix object#top{
	margin-left:-19px;
	margin-bottom:20px;
}

/* for IE6 */
* html div#main {
	width: 629px;
}
* html div#main h2, * html div#news h3 {
	margin: 0 0 20px 0;
}
* html div#copy {
	margin: 0 0 0 10px;
}
* html div#news dl {
	margin: 0 0 0 20px;
}
* html div.clearfix object#top{
	margin-left:0px;
}
/* end for IE6 */
