@charset "Shift_JIS";
 
/*=========================================================================

種別 ： サイト共通汎用css
適用 ： 

=========================================================================*/

.bg{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

.bg_02{
background-image:url(images/ph_main_03.jpg);
background-repeat:no-repeat;
height:90px;
}

.bg_02 p{
width:199px;
padding-top:5px;
line-height:1.5;
}


/*
 左コンテンツ
-------------------------------------------------------------------------*/
.leftbox{
float:left;
width:342px;
}

.leftbox p{
line-height:1.5;
margin:15px 0 15px 20px;
width:300px;
}


/*
 右コンテンツ
-------------------------------------------------------------------------*/
.rightbox{
float:right;
width:393px;
margin-top:15px;
}


/*
 バイヤーのコメント
-------------------------------------------------------------------------*/
.comment{
margin-top:20px;
margin-left:20px;
background-color:#F2EAE3;
padding:10px;
width:284px;
line-height:1.5;
}

.comment img{
margin-bottom:5px;
}