@charset "utf-8";

@import "reset.css";
@import "clearfix.css";
@import "font.css";
@import "common.css";

/*-----------------------------------------

top

 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content

------------------------------------------*/
#top ul#navi {
	
	width: 800px;
	height: 451px;
        background-color: #FFFFFF;
        font-color: 10px;}

:root ul#navi {
	margin: 0px 0px 0px -1px;
        background-color: #FFFFFF;
}

#top ul#navi li {
	float: left;
　　　background-color: #FFFFFF;
}



/*-----------------------------------------

新着情報

------------------------------------------*/
#news {
	width: 800px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 169px;
        background-color: #FFFFFF;
}
        font: #000000;
#news h2 {
	display: none;
}

#news dl#top {
	
	background-color: #FFFFFF;
　　　width: 613px;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
        
}

#news dl {
	
	background-color: #FFFFFF;
　　　width: 613px;
	border-bottom: 0px solid #333333;
}

#news dl dt {
	
	float: left;
	width: 104px;
	padding: 6px 0px 6px 0px;
　　　background-color: #FFFFFF;
}

#news dl dd {
	
	float: left;
	width: 509px;
	padding: 6px 0px 6px 0px;
　　　background-color: #FFFFFF;
}
