@charset "utf-8";
/* CSS Document */

/* TOP PAGE */


#HEADER{
margin-bottom:0;
}

#top {
	width: 800px;
}


/* top menu */

#top .top_menu {
	width: 800px;
	margin: 0;
	padding: 0px;
}

#top .top_menu_left {
	float:left;
	width: 610px;
}
#top .top_menu_right {
	float:left;
}

#top .top_menu_right ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#top .top_menu_right ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width: 188px;
	height: 70px;
}

#top .topmenu_under {
	width: 800px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


/* TOP PAGE pickup */

#top .top_pickup{
	width: 800px;
}

#top .top_pickup ul{
	list-style-type:none;
	font-size: 14px;
	line-height: 1.5em;
}

#top .top_pickup li.menu_soudan{
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 50px 20px 20px 15px;
	list-style-type:none;
	height: 108px;
	width: 157px;
	background-image: url(../../images/pickup_01.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top .top_pickup li.menu_seihin{
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 50px 20px 20px 15px;
	list-style-type:none;
	height: 108px;
	width: 157px;
	background-image: url(../../images/pickup_02.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top .top_pickup li.menu_sekou{
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 50px 20px 20px 15px;
	list-style-type:none;
	height: 108px;
	width: 157px;
	background-image: url(../../images/pickup_03.jpg);
	background-repeat: no-repeat;
	float: left;
}

#top .top_pickup li.menu_iji{
	display: block;
	margin: 0px;
	padding: 50px 20px 20px 15px;
	list-style-type:none;
	height: 108px;
	width: 157px;
	background-image: url(../../images/pickup_04.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* TOP PAGE whatsnew */


#top .whatnew_box{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


#top .whatnew {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 530px;
}

*html div#top .whatnew { /*IE6ѤΥϥå*/
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 530px;
}


#top .whatnew dl {
	margin: 15px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#top .whatnew dt {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100px;
	line-height: 2em;
}


#top .whatnew dd {
	list-style-type: none;
	float: left;
	width: 350px;	
	line-height: 2em;
}

#top a:link,
#top a:visited,
#top a:active,
#top a:hover
{/*color:#66CCFF;*/
color:#005BAC;}



#top a:hover {
 color:#4588BA;
}

/* TOP PAGE banner */


#top .banner {
	margin: 0px;
	padding: 0px;
	height: 220px;
	width: 258px;
	float: right;
}




