@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";
@import "brand_base.css";


/*　ラッピング
********************************************************/
/* 枠　*/
#areaMain #boxWrap{
	width:900px;
	height:350px;
	margin-bottom:20px;
	border:1px solid #D6D6D6;
	position:relative;
	margin:10px auto 100px auto;
}

/* タイトル　*/
#areaMain #boxWrap h5{
	position:absolute;
	top:50px;
	left:370px;
	width:480px;
	height:35px;
	background:url(../../wrapping/img/text.gif) no-repeat;
	text-indent:-9999px;
	display:block;
}
/* テキスト　*/
#areaMain #boxWrap .text{
	position:absolute;
	top:170px;
	left:370px;
	width:510px;
	height:80px;
	line-height:2;
	letter-spacing:1px;
}
/* イメージ　*/
#areaMain #boxWrap .image{
	position:absolute;
	top:20px;
	left:20px;
	width:308px;
	height:308px;
}
