@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/* 買取キャンペーン　2012.10.17～　　　　　　 */
/*--------------------------------------------*/


/*---------以下.co.jpのTOPページ用---infomationの画像に文字を載せているCSS------------*/

/*-------
ベース画像
----------*/
div.oshirase {
position: relative;
width:451;
height:227;
	}
	
	
/*-------
載せる文字
----------*/

div.oshirase-title{
	position: absolute;
	top: 52px;
	left: 2px;
	color:#ff6633;
	font-size:14px;
	width: 233px;
	height: 69px;
	text-align:left;
	line-height: 1.3;
	}　

div.o2 {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 16px;
	width: 166px;
	height: 276px;
	text-align:left;
} 

div.oshirase-title2{
	position: absolute;
	top: 130px;
	left: 3px;
	color:#ff6633;
	font-size:12px;
	width: 205px;
	height: 78px;
	text-align:left;
	line-height: 1.3;
	}　

div.oshirase-p{
	position: absolute;
	top: 42px;
	left: 262px;
	color:#ff6633;
	font-size:18px;
	width: 222px;
	height: 75px;
	text-align:left;
	color:#000;
	font-size:11px;
	text-decoration:underline;
	}　



/*---------以下買取TOP（.co.jp/kaitoriのindex.tpl.html）用---news画像の上に文字を載せているCSS------------*/

/*-------
真ん中表示のためのdiv
----------*/
.topnews {  
    width: 100%;  
    text-align: center;  
}  

/*-------
ベース画像
----------*/
div.topnews  {
position: relative;
width:690px;
height:99px;
margin: 0 auto;  
text-align: left;
	}
	
	
/*-------
載せる文字
----------*/
div.news_left{
	position: absolute;
	top: 37px;
	left: 132px;
	font-size:13px;
	width: 234px;
	height: 57px;
	text-align:left;
	line-height: 1.3;
	}
	
div.news_right{
	position: absolute;
	top: 39px;
	left: 509px;
	text-align:left;
	width: 183px;
	height: 49px;
	font-size:13px;
	line-height: 1.3;
	}　


　

　
