@charset "Shift_JIS";

/** [topレイアウト要素] *****************************/


* { padding: 0; margin: 0;}

html,body{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	text-align:center;
	line-height: 1.3;

}


.main {
width:100%;
height:100%;
text-align:center;
background-color:#CCCCCC;
}

.products {
width:700px;
font-size: 10pt;
background-color:#FFFFFF;
margin:auto;
}


.footer{
bottom:0;
width:700px;
position:relative;
margin:30px 0 0 0;
}

.blacktoy-lineup {
width:660px;
margin:auto;
position:relative;
}





.top {
text-align:center;
width:700px;
margin : 150px 0 150px 0 ;
background-color:#CCCCCC;
text-align:center;
}


.icon {
display: inline;
}




/** [top ロールオーバー] *****************************/

ul#top_btn{
    list-style:none;
    width:100%;
}
ul#top_btn li{
    list-style:none;
    float:center;
	width:700px;
}
ul#top_btn a{
    display:block;
    width:700px;
    height:200px;
	overflow:hidden;
}
a.btn{
    background-image:url(../image/top.gif);
}
a:hover.btn{
    background-position:0 200px;
}
