/* CSS Document */

/*----------- メイン -----------*/
#main_left{float:left;width:250px;margin-top:10px;}
#main_right{
	float:left;
	width:475px;
	margin:10px 0 0 5px;
	background:#fff;
}

#sign_topimg{
	height:250px;
	margin:auto 0;
	position:relative;
	overflow: hidden;
	text-align:center;
	width:728px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background:#fff;
	text-align:center;
}
#sign_topimg img{
	margin:auto 0;
}
/*----------- スライドギャラリー -----------*/
#carousel_wrap{
	margin:0 auto;
	width:718px;
	height:157px;
	padding:5px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background:url(../image/carousel/carousel_bg.gif);
	position:relative;
}

#carouselGal{
	position:absolute;
	width:auto;
	top:2px;
	left:2px;
	cursor:pointer;
}

#carouselGal_itemhead{
	position:absolute;
	width:auto;
	top:2px;
	left:115px;
	height:24px;
}
#carouselGal_item{
	position:absolute;
	width:auto;
	top:2px;
	left:126px;
	height:24px;
	padding:0 0 0 5px;
	background:url(../image/carousel/gal_item_bg2.png);
	font-weight:bold;
}

#carouselGal_itemhead_default{
}
#carouselGal_item_default{
	position:absolute;
	top:5px;
	right:5px;
	padding:0 0 0 5px;
	margin-right:60px;
	text-decoration:underline;
}

#carouselGal_item_default:hover{
	color: #00CCFF;
	font-style: normal;
	text-decoration: underline;
	cursor:pointer;
}

#carouselPrev{
	position:absolute;
	top:70px;
	left:5px;
	cursor:pointer;
}
#carouselNext{
	position:absolute;
	top:70px;
	right:5px;
	cursor:pointer;
}
#carouselCount{
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
}

#carousel{
	width:100%;
	height:100%;
	overflow:hidden;
}


#carouselInner_none{
	width:100%;
	padding:75px 0 0 0 ;
	text-align:center;
}

#carouselInner ul.column{
	float:left;
	width:686px;
	height:120px;
	padding:32px 0 10px 32px;
	list-style-type:none;
}

#carouselInner ul.column li{
	float:left;
	width:125px;
	height:120px;
	border:solid 1px #ccc;
	background:#fff;
	margin:0 5px 0 0 ;
	display:block;
	text-align:center;
	font-size:9pt;
}

#carouselInner ul.column li a{
	cursor:pointer;
	width:125px;
	height:118px;
}

#carouselInner ul.column li div.mg_img_area{
	display:table-cell;
	height:83px;
	width:125px;
	vertical-align:middle;
}

#carouselInner ul.column li img{
	border:none;
	vertical-align:middle;
}

#carouselInner ul.column li span.mg_pdname{
	display:block;
	height:35px;
	width:125px;
}




/*----------- メイン部 -----------*/

#top_title_list{cursor:pointer;}

/* 受注リスト */
#main_list_blc{
	width:250px;
	background:#2d2946;
	color:#fff;
	padding-bottom:5px;
}

/* 受注リスト 限定商品 */
#limited_list_blc{
	width:250px;
	background:#ffd3d3;
	color:#591822;
	padding-bottom:5px;
}

/*受注リスト　carousel*/
#listcarousel_wrap{
	margin:0 auto;
	width:240px;
	height:490px;
	position:relative;
}

#listcarouselPrev{
	position:absolute;
	top:0px;
	left:105px;
	cursor:pointer;
}

#listcarouselNext{
	position:absolute;
	bottom:5px;
	left:105px;
	cursor:pointer;
}

#listcarousel{
	width:100%;
	height:100%;
	overflow:hidden;
}

#listcarouselInner ul.column{
	width:240px;
	height:460px;
	padding:32px 0 0 0;
	list-style-type:none;
}

#listcarouselInner ul.column li table td.list_pdname:hover{
	background-color:#777788;
	color: #ffffff;
	font-weight:bold;
	cursor:pointer;
}

#listcarouselInner p#no_list{
	margin:20px 8px;
}

#listcarouselInner ul.column li div.list_page_count{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	background: none repeat scroll 0 0 #DDDDDD;
}

#omc_call {
	width:50px;
	display:block;
	float:left;
	height:32px;
	padding:0;
}
/*受注リスト　table*/
#main_list{
	width:240px;
	padding:5px;
}

#main_list_help{
	float:right;
	background:#fff;
	border:solid 1px #ccc;
	margin:0 0 3px 0;
}
#main_list_help a{
	display:block;
	padding:0 5px;
	color:#F30;
    font-style:normal;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

#main_list table{
	width:240px;
	border-collapse:collapse;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#main_list table th{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	padding:2px 3px;
	background: none repeat scroll 0 0 #777788;
	color: #FFFFFF;
}

#main_list table td{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	padding:2px;
	font-size:8pt;
}

#main_list table a{
    color:#fff;
    font-style:normal;
    text-decoration:none;
	display:block;
}
#main_list table a:link {
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
#main_list table a:visited {
    color:#fff;
    text-decoration:none;
}
#main_list table a:hover {
    color:#0CF;
    font-style:normal;
    text-decoration:none;
}

/*限定商品*/
#limited_list_help{
	float:right;
	background:#fff;
	border:solid 1px #ccc;
	margin:0 0 3px 0;
}
#limited_list_help a{
	display:block;
	padding:0 5px;
	color:#F30;
    font-style:normal;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

#limited_list table{
	width:240px;
	border-collapse:collapse;
	border-right:solid 1px #591822;
	border-bottom:solid 1px #591822;
}
#limited_list table th{
	border-top:solid 1px #591822;
	border-left:solid 1px #591822;
	padding:2px 3px;
}
#limited_list table td{
	border-top:solid 1px #591822;
	border-left:solid 1px #591822;
	padding:2px;
	font-size:8pt;
}

#limited_list table a{
    color:#591822;
    font-style:normal;
    text-decoration:none;
	display:block;
}
#limited_list table a:link {
    color:#591822;
    font-style:normal;
    text-decoration:none;
}
#limited_list table a:visited {
    color:#591822;
    text-decoration:none;
}
#limited_list table a:hover {
    color:#591822;
    font-style:normal;
    text-decoration:none;
}



.main_list_check{
	padding:0;
	vertical-align:middle;
}

.main_list_check input{margin:0;padding:0;border:none;}




/* お知らせ */
#main_info_blc{
	width:471px;
	background:#fff;
	border-right:solid 2px #FC3;
	border-bottom:solid 2px #FC3;
	border-left:solid 2px #FC3;
}
#main_info{
	width:460px;
	padding:5px;
}



