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

contact.css

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

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

index.php

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

#container #salesproduce {
    background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) no-repeat;
    width: 835px;
    height: 113px;
	margin: 24px 0 32px;
    padding: 0;
    }

#container #salesproduce li, #container #salesproduce a {
    height: 114px;
    display: block;
	text-indent: -9999px;
    }

#container #salesproduce li {
    float: left;
    list-style: none;
    display: inline;
    }

#container #salesproduce #sp01, 
#container #salesproduce #sp02, 
#container #salesproduce #sp03, 
#container #salesproduce #sp04, 
#container #salesproduce #sp05 {
    width: 167px;
    }
	
#container #salesproduce #sp01 a:hover {
	background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) 0px -114px no-repeat;
	}
#container #salesproduce #sp02 a:hover {
	background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) -167px -114px no-repeat;
	}
#container #salesproduce #sp03 a:hover {
	background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) -334px -114px no-repeat;
	}
#container #salesproduce #sp04 a:hover {
	background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) -501px -114px no-repeat;
	}
#container #salesproduce #sp05 a:hover {
	background: url(http://www.infotop.jp/html/startup/img/salesproduce.png) -668px -114px no-repeat;
	}
	
#container div.pre_reg {
	margin: 3em auto;
	text-align: center;
	}
	
#container div.pre_reg img {
	margin:auto 18px;
	}