@charset "Shift_JIS";

/* ◆zuk2 CSS◆ */


/* ------------------------------

▼サイドＡＢチェンジバー
▼特集の品種説明
▼OTHER果物画像
▼アルバム
▼アルバム(右の大きな画像)
▼アルバム(左の小さな画像)
▼テーブル部分
▼テーブル内アイコン

------------------------------ */



/* ▼サイドＡＢチェンジバー */

.side_ab{
	text-align:center;
	}

.side_ab p{
	font-size:0.7em;
	}


/* ▼特集の品種説明 */

.sp_hinsyu{
	margin:10px 0px;
	}

.sp_hinsyu img{
	float:right;
	}

.sp_hinsyu_box{
	width:355px;
	float:left;
	}

hr.sp_hr{border:dashed 1px silver;}


/* ▼OTHER果物画像 */

.other_zp{
	float:right;
	}



/*　▼アルバム　*/

#album{
	position: relative;
	margin-top:8px;
	width: 470px;
	}



/*　▼アルバム(右の大きな画像)　*/

#album #p_copy{
	position:absolute;
	right:8px;
	top:8px;
	z-index:1;
	}


#album #a_frame {
	position: absolute;
	right: 0;
	top: 0;
	width: 332px;
	padding:8px 8px 30px 8px;
	background:url(../zuk/img_b/line_d.gif) repeat;
	}

#album #a_frame img{
	width:330px;
	height:219px;
	border:1px solid #fff;
	}
				
#album ul li a .big_img {display: none;}
					
#album ul li a:hover .big_img {
	display: block;
	position: absolute;
	border:1px solid #fff;
	right: 8px;
	top: 8px;
	}

#album ul li a .p_com {display: none;}

#album ul li a:hover .p_com {
	display: block;
	position: absolute;
	background-color:#fff;
	width:327px;
	height:15px;
	right:9px;
	top:235px;
	font-size:10px;
	color:#000;
	padding:2px
	}



/*　▼アルバム(左の小さな画像)　*/

#album ul#img_list{width:145px;}

#album ul li a .thum{
	float: left;
	margin: 0px 5px 5px 0px;
	display:block;
	}

#album ul li a .thum img{
	width:50px;
	height:33px;
	border:1px solid #DDD;
	background-color:#EEE;
	padding:2px;
	opacity: 0.8; /* IE以外透過設定 */
	filter: alpha(opacity=80); /* IE用透過設定 */
	}

#album ul li a:hover .thum img{
	border-color:orange;
	opacity: 1; /* IE以外透過設定 */
	filter: alpha(opacity=100); /* IE用透過設定 */
	}


/* ▼ アイコンが並ぶ部分 */


ul.icon-info {
margin-bottom:20px;
text-align:right;
}
ul.icon-info li {
display:inline;
font-size:12px;
}

ul.icon-info li img {
margin:0 5px 0 10px;
vertical-align:middle;
}




/* ▼ テーブル部分 */

table#works {
font-size:12px;
width:470px;
}

table#works tr.even {
background-color:#F7F7F7;
}

table#works th {
background-color:#666;
border-right:5px solid #FFF;
color:#FFF;
font-weight:bold;
text-align:center;
}

 table#works th.end {
width:75px;
border:medium none;
}

tr td {
border-bottom:1px solid #EEE;
padding:4px 10px;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

/* ▼ テーブル内アイコン */

ul.t-icon {
background:url(../zuk/img/t_icon.gif) no-repeat scroll left top;
height:23px;
position:relative;
width:75px;
}

ul.t-icon li {
height:11px;
position:absolute;
width:20px;
top:6px;
}

ul.t-icon li.at {left:5px;}
ul.t-icon li.ns {left:28px;}
ul.t-icon li.hc {left:51px;}

ul.t-icon img {
border:0 none;
vertical-align:top;
}


