@charset "shift-jis";

/*----------------------------------------
	promotion
----------------------------------------*/

/*==[ navigationArea ]========================================*/
#mainContentsBox {
	background:url(/common/img/co_bg_07.png) center top no-repeat;
	min-width:862px;
}

div#promotionArea {
	min-width:862px;
	margin-bottom:55px;
}

div#promotionSectionBg {
	z-index:10;
	margin:0 auto;
	background-position:center 0;
	background-repeat:no-repeat;
	border-top:1px solid #fff;
	height:280px;
	text-align:center;
	/*background:url(/prm/img/im_pro_01.jpg) center top no-repeat;*/
}

div#promotionSectionBgUnder {
	z-index:1;
	position:relative;
	top:270px;
	_top:266px;
	margin:0 auto;
	height:9px;
	background:url(/img/index_bg_04.gif) center bottom no-repeat;
}

div#promotionAreaPositon {
	position:relative;
	margin:0 auto;
}


div#promotionSectionGra {
	z-index:1;
	position:relative;
	top:-10px;
	_top:-14px;
	left:auto;
	height:280px;
	_height:281px;
	background:url(/img/index_bg_03.png) top center no-repeat;
}

div#promotionSectionGra a {
	margin:0 auto;
	display:block;
	width:862px;
}

/*==[ promotionThum ]========================================*/
#promotionThumWrap {
	position:relative;
	z-index:10;
	margin:0 auto !important;
	max-width:864px;
	width:auto;
	_width:864px;
}

#promotionThum {
	position:absolute;
	z-index:10;
	bottom:-24px;
	_bottom:-16px;
	right:0;
	/*width:495px;
	height:66px;*/
	border:1px solid #fff;
	background:url(/common/img/co_bg_04.png) repeat-x top left;
}

div#promotionThum ul {
	float:right;
	overflow:hidden;
    margin:6px 0 0 9px;
}

*:first-child+html div#promotionThum ul { /* for ie7 */
	float:right;
	overflow:hidden;
    margin:8px 0 8px 8px;
}


div#promotionArea:after,
div#promotionThum ul:after {
	display:block;
    clear:both;
    height:0;
    content:"";
}

div#promotionThum li {
	position:relative;
	display:block;
	overflow:hidden;
    float:left;
	border:2px solid #ccc;
	margin:0 10px 8px 0;
	-webkit-box-shadow: 0 3px 3px 0 #777; /* Safari, Chrome?p */
    -moz-box-shadow: 0 3px 3px 0 #777; /* Firefox?p */
    box-shadow: 0 3px 3px 0px #777; /* CSS3 */
}

/*
#promotionThum li ??????O???C??J?o?[
*/
#promotionThum .grayWrapper
{
	position:relative;
}

#promotionThum .grayWrapper .grayInner
{
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
	filter:alpha(opacity=30);/*IE ActiveX ON???*/
	-moz-opacity:0.3;/*fox*/
	opacity:0.3;/*CSS3*/
}

/*==[ topMessage ]========================================*/
#topMessage {
	position:absolute;
	top:50%;
	left:50%;
	margin:-42px 0 0 -310px;
	width:621px;
	_width:100px;
	height:85px;
	text-align:center;
}

#topMessage .img02 {
	position:absolute;
	top:6px;
	right:6px;
	_right:248px;
}

/*==[ jsError ]========================================*/
#noJsWrap {
	border-bottom:none;
	background-color:transparent;
}

#noJs {
	_z-index:100;
	position:absolute;
	top:0;
	left:26%;
	border:2px solid #00B6AC;
	margin:180px 0 0 0;
	_margin:220px 0 0 0;
	padding:15px 40px 15px 40px !important;
	width:500px;
	text-align:center;
	background-color:#fff;
	
	-moz-box-shadow:0px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 2px 0px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 2px 0px rgba(0,0,0,0.3);
}

*:first-child+html #noJs {
	left:28%;
	margin:195px 0 0 0;
}

#noJs p {
	margin:0;
	font-size:100%;
	line-height:1.4em;
}

.noJsTtl {
	padding:0 0 3px 0  !important;
	font-weight:bold;
}

