@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /index.html
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "/css/common_basic.css";

/* Whole Layout */
@import "/css/common_layout.css";

/* ReWrite Common Layout
--------------------------------------------- */
div#contents div#coMain{
	padding-top:0px;
}

/* Directry Page Layout
--------------------------------------------- */
/* topImage */
div#coMain div.topImage{
	height:345px;
	background:url(/images/root/topimage.jpg) no-repeat 0px 0px;
}
/* voice */
div#coMain dl.voice{
	width:680px;
	background:url(/images/root/lead_bg.gif) repeat-y 0px 0px;
}
div#coMain dl.voice dt{
	float:left;
	width:80px;
}
div#coMain dl.voice dd{
	float:right;
	width:600px;
	padding-top:9px;
}
div#coMain dl.voice dd p{
	padding:8px 10px;
	border-top:#a21700 solid 3px;
	border-right:#a21700 solid 3px;
	border-bottom:#a21700 solid 3px;
	background:#fff2f0;
	font-size: 1.1em;
}
/* title */
div#coMain div.title{
	width:216px;
	height:60px;
	padding:16px 4px 9px 460px;
	background:url(/images/root/title_bg.jpg) no-repeat 0px 0px;
}
div#coMain div.title h1{
	display:none;
}
div#coMain div.title a{
	display:block;
	width:216px;
	height:60px;
	background:url(/images/root/title_btn.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
/* recommendArea */
div#coMain div.recommendArea{
	width:664px;
	margin-bottom:20px;
	padding:10px 8px 10px 8px;
	background:#fbc25e;
}
div#coMain div.recommendArea div.inner{
	width:664px;
	padding-bottom:10px;
}
div#coMain div.recommendArea div.rAPiece{
	float:left;
	position:relative;
	width:162px;
	margin:0px 2px;
	display:inline;
}
div#coMain div.recommendArea div.rAPiece p.copy{
	position:absolute;
	top:0px;
	left:0px;
	width:162px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coMain div.recommendArea div.rAPiece p.copy.icSeason{
	background-image:url(/images/root/item_copy_season.gif);
}
div#coMain div.recommendArea div.rAPiece p.copy.icRecommend{
	background-image:url(/images/root/item_copy_recommend.gif);
}
div#coMain div.recommendArea div.rAPiece p.copy.icLowPrice{
	background-image:url(/images/root/item_copy_lowprice.gif);
}
div#coMain div.recommendArea div.rAPiece p.copy.icNew{
	background-image:url(/images/root/item_copy_new.gif);
}
div#coMain div.recommendArea div.rAPiece div.pict{
	height:152px;
	margin-bottom:5px;
}
div#coMain div.recommendArea div.rAPiece p.txt{
	padding:0px 10px;
}
div#coMain div.recommendArea div.rAPiece p.txt a{
	line-height:1.2;
}
div#coMain div.recommendArea div.rAPiece p.txt span{
	font-weight:bold;
	line-height:1.2;
}
div#coMain div.recommendArea p.bottomBtn{
	padding:0px 2px 0px 446px;
}
div#coMain div.recommendArea p.bottomBtn a{
	display:block;
	width:216px;
	height:60px;
	background:url(/images/root/btm_btn.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
