.imageZoneTop{
	width:669px;
	text-align:center;
	margin:10px 0 0 0;
	}

.imageZone{
	clear:both;
	width:648px;
	margin:10px;
	padding:10px 0;
	background:#EEEEEE;
	text-align:center;
	}
.picListZone{
	float:left;
	margin:2px;
	}

.picListZone .picbox{
	display:table-cell;
	width:130px;
	height:260px;
	vertical-align:middle;
	margin:0;
	padding:3px 13px;
	border:solid 1px #CCCCCC;
	}
.picListZone .titlebox{
	clear:both;
	width:150px;
	height:50px;
	margin:0;
	padding:3px;;
	font-size:12px;;;
	}	

.picListSmallZone{
	float:left;
	margin:2px;
	}

.picListSmallZone .picbox{
	display:table-cell;
	width:90px;
	height:160px;
	vertical-align:middle;
	margin:0;
	padding:3px 7px;
	border:solid 1px #CCCCCC;
	}



/*--------------------------------------------
　リニューアルスタイルシート　2008/07/18 OIKAWA
--------------------------------------------*/

.picListZone2{
	float:left;
	margin:2px;
	}

.picListZone2 .picbox{
	display:table-cell;
	width:120px;
	height:120px;
	vertical-align:middle;
	margin:0;
	padding:3px 3px;
	border:solid 1px #000000;
	background:#000000;
	}
.picListZone2 .titlebox{
	clear:both;
	width:120px;
	height:50px;
	margin:0;
	padding:3px;
	font-size:10px;
	}	



/*--------------------------------------------
　一覧ページ用スタイルシート　2008/07/18 OIKAWA
--------------------------------------------*/

.picListZone3{
	float:left;
	margin:1px;
	}

.picListZone3 .picbox{
	display:table-cell;
	width:80px;
	height:80px;
	vertical-align:middle;
	margin:0;
	padding:2px 2px;
	border:solid 1px #000000;
	background:#000000;
	}





/*--------------------------------------------
　次へ前へ部分スタイルシート　2008/04/06 OIKAWA
--------------------------------------------*/

ul#menu-pic {
	margin: 0;
	padding:0;
	width:450px;
}




ul#menu-pic li {
	margin: 0;
	float: left;
	width: 150px;
	height: 34px;
	text-align: center;
	list-style-type: none;
}


ul#menu-pic li a {
	height:34px;
	display: block;
	position: relative;
}




ul#menu-pic li#previous a {
	background-image:url(images/previous.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

ul#menu-pic li#center a {
	background-image:url(images/center.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

ul#menu-pic li#next a {
	background-image:url(images/next.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}



ul#menu-pic li#previous a:hover {
	background-image:url(images/previous-b.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	z-index: 1;
}

ul#menu-pic li#center a:hover {
	background-image:url(images/center-b.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	z-index: 1;
}

ul#menu-pic li#next a:hover {
	background-image:url(images/next-b.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	z-index: 1;
}



/*--------------------------------------------
　新規追加部分のスタイルシート　2008/11/12 SAITO
--------------------------------------------*/

.textStyle{
	clear:both;
	width:590px;
        padding-left:50px;
}




