/* indexページのレイアウト用CSS */

/* 印刷用 */
@media print{
#products_contents{
width:auto;
line-height:12pt;
margin-left: 80px;
}
.page_title{
width:auto;
padding-top:20px;
padding-bottom:10px;
}
#info_frame{
width:auto;
}
#body{
max-width:610px;
float: left;
}
#title{
max-width:610px;
float: left;
margin-top: 20px;
}
#page_top{
display: none;
}
#page_top a{
}
#home{
display: none;
}
#home a{
}
}
/* 画面表示用 */
@media screen{
#products_contents{
max-width:610px;
line-height:15pt;
}
.page_title{
max-width:610px;
padding-top:20px;
padding-bottom:10px;
}
#info_frame{
max-width:610px;
}
#body{
max-width:610px;
float: left;
}
#title{
max-width:610px;
float: left;
margin-top: 20px;
}
#page_top{
max-width:610px;
height: 50px;
text-align:right;
}
#page_top a{
color: #999999;
}
#home{
max-width:610px;
height: 40px;
text-align: right;
}
#home a{
color: #999999;
}
}

