/* CSS Document */
div#gallery { padding: 30px 25px 25px 25px; background-color: #000; color: #ccc; }
div#gallery div#galleryheader {}
div#gallery div#galleryheader h4 { margin: 0 0 15px 0; }
div#gallery h5 { background-color: #9C8D5A; font-size: 18px; font-weight: bold; line-height: 27px; height: 27px; text-indent:15px; margin:0 0 20px 0; color: #333; }
div#gallery h5 span { font-size:12px; }
div#gallery h6 { font-size: 15px; border-bottom: 1px dashed #ccc; color: #ccc; margin: 25px 0 0 0; line-height: 1.6; }
div#gallery ul { margin:0 -25px 0 0; }
div#gallery ul li { float: left; width: 176px; height: 129px; list-style-type: none; }
div#gallery ul li a { display: block; width: 151px; height: 104px; margin: 25px 25px 0 0; background-color: #ccc; }
div#gallery ul li img { width: 151px; height: 104px; }

/* [ ギャラリー IE8用 ] */
.pp_gallery ul li a { display: block; width: 50px; }
