
body,html{
    margin : 0 ;
    padding : 0;
    line-height : 1.0;
}
body{
    background:#eee;
}
body *{
    margin : 0;
    padding : 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
body img{
    border : 0;
}
a {
    text-decoration : none;
    color : #3399cc;
}
a:hover{
    text-decoration : underline;
    color : #e43972;
}
   
/*新製品情報*/
#newProducts {
margin-top:5px;
}
#newProducts h2{
    padding : 0.6em 0;
}

#newProducts .als-container {
	position: relative;
	width: 100%;
	z-index: 0;
    line-height : 1.0em;
}
#newProducts .als-container a{
    text-decoration : none;
}

#newProducts .als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

#newProducts .als-wrapper {
	position: relative;
	list-style: none;
}

#newProducts .als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

#newProducts .als-item {
	/*display: none;*/
}


#newProducts .als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
#newProducts .als-prev{
    top : 60px;
    left : 0;
}
#newProducts .als-next{
    top : 60px;
    right : 0;
}
#newProducts .als-container .als-item{
    width : 140px;
    height : 220px;
    font-size : 11px;
}

#newProducts .als-container .als-item span{
    display : block;
    text-align : center;
}
#newProducts .als-container .als-item .photo{
    height : 90px;
}
#newProducts .als-container .als-item .photo img{
    max-width : 90%;
    max-height : 90%;
}
#newProducts .als-container .als-item .name{
    height : 3em;
    overflow : hidden;
    text-align : left;
    padding : 0 0.3em;
}
#newProducts .als-container .als-item .label,
#newProducts .als-container .als-item .price{
    text-align : right;
    font-weight : bold;
    color : #f00;
    font-size : 110%;
    display :none;
}
#newProducts .als-container .als-item .price{
    font-size : 140%;
}

#newProducts .als-container .als-item .date{
    text-decoration : none;
    text-align : left;
    color : #666;
}
#newProducts .als-container .als-item .ico{
    	position: absolute;
        top : 0;
        left : 0;
}

#specialTopics{
    width : 740px;
    height : 960px;
    overflow : hidden;
}
#specialTopics ul,
#specialTopics ul li{
    margin : 0 ;
    padding : 0;
    list-style : none;
}
#specialTopics ul li {
    width : 33%;
    text-align :center;
    float : left;
    padding : 0 0 0.9em 0;
    display : none
}
#specialTopics ul li img{
    width : 96%;
}

    
    
#specialTopics .als-container {
	position: relative;
	width: 740px;
	z-index: 0;
    line-height : 1.0em;
}
#specialTopics .als-container a{
    text-decoration : none;
}

#specialTopics .als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

#specialTopics .als-wrapper {
	position: relative;
	list-style: none;
}

#specialTopics .als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

#specialTopics .als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
#specialTopics .als-prev{
    top : 60px;
    left : 0;
}
#specialTopics .als-next{
    top : 60px;
    right : 0;
}
#specialTopics .als-container .als-item{
    width : 33%;
    font-size : 11px;
}

#specialTopics .als-container .als-item img{
    width : 33.3%;
}