

#navi ul {
	list-style:none;
}

#navi li {
	text-indent:30px;
	padding:10px 0px 0px 10px;
	float:left;
}

/*コンテンツ*/
#contentbox {
	width:760px;
}


#contents {
background-color:#fff;
width:179px;
padding:30px 0 0 10px;
float:left;

}

.tab {
background: #fff url(../img/navi_01.gif) no-repeat top;
color:#FFF;
text-align: center;
width:159px;
height:21px;
}

#leftnavi{
list-style-type:none;
padding:0 0 0 10px;
margin:0 0 10px 0;
}

#leftnavi li{
background: url(../img/arrow_02.gif) no-repeat center left;
padding:0px 0px 5px 20px;
line-height: 24px;
}


#right_contents {
background-color:#fff;
width:550px;
padding:30px 0px 0px 20px;
float:left;
}


#section{

}


div#section div.dataimg{
background-color:#fff;
	float: left;
	width: 110px;

}


div#data{
background-color:#fff;
	float: left;
	width: 400px;
	height:130px;
	margin:0px 5px 0px 10px;
}


div.shortline{
	margin: 4px 0px 8px 0px;
	width: 362px;
	height: 3px;
	background: transparent url(../img/line01.gif) top left no-repeat;
	overflow: hidden;
}


div.longline{
	clear: both;
	width: 549px;
	height: 1px;
	background: transparent url(../img/longline_02.gif) top left no-repeat;
	overflow: hidden;
}

div#bottom{
	margin: 10px 10px;
}


#detail a{
    width:157px;
    height:24px;
    overflow:hidden;
    float:left;
    background-image:url(../img/button_03.gif);
    margin:0px 0px 0px 10px;

}
#detail a:hover{
    background-position:0px -24px;
}
#cart a{
    width:157px;
    height:24px;
    overflow:hidden;
    float:left;
    background-image:url(../img/button_02.gif);
    margin:0px 10px 0px 0px;

}
#cart a:hover{
    background-position:0px -24px;
}


#number{
   margin:0px 20px 0px 0px;
    color:#666;
    font-size:15px;
    float:right;
    font-weight:bold;
    
}


#number a{
color:#03F;

}



