@charset "UTF-8";

#gallery  .ToParent li{
     display: inline;
	 margin-left: 5px;
	 margin-right: 5px;
}


/* hamabiギャラリー =========================== */

#GalleryMain {
    width: 620px;
	margin:0 0 0 18px;
}

#GalleryMain h3 {
    margin: 0 0 3px 0;
}

#GalleryMain .box {
    margin: 0 0 30px 30px;
	width: 560px;
}

#GalleryMain .box p {
    margin:0 0 3px 0;
}

#GalleryMain ul li {
    display: block;
	float: left;
    width: 270px;
	margin: 0 10px 10px 0;
}

#GalleryMain ul li a {
    display: block;
	border: 4px solid #cccac3;
	height: 70px;
}

#GalleryMain ul li a:hover {
    border: 4px solid #E2E1DB;
}

#GalleryMain ul li img {
    display: inline;
}


/* 各コース一覧 =============================== */
#GalleryList {
    width: 600px;
	margin-left:26px;
	margin-bottom:20px;
}

#GalleryList .box {
    width: 600px;
    border-bottom: 1px solid #C1C1C1;
	padding: 10px 0;
	clear: both;
}

#GalleryList .box .left {
    width: 160px;
	float: left;
	text-align: center;
}

#GalleryList .box .left img {
    display: inline;
}

#GalleryList .box .right {
    float: right;
	width:430px;
}

#GalleryList .box h3 {
    margin:0 0 12px 0;
}

#GalleryList .box .right a {
    padding:2px 18px 2px 0;
   	background:url(../../common/img/img_arrow-brown.gif) no-repeat right center;
}

#GalleryList .box .des {
    background: #F4F1E7;
	padding: 4px 4px 0 4px;
	margin:0 0 4px 0;
}

#GalleryList .box .des p {
    margin:0 0 8px 0;
}


#GalleryList .box .data {
    margin:0;
}

#GalleryList .paginate {
    margin:8px 0 0 0;
    text-align: center;
}


/* 作品詳細 =============================== */
#GalleryDetail {
    margin: 10px 0 20px 7px;
	width: 642px;
	text-align: center;
}

#GalleryDetail img {
    display: inline;
}

#GalleryDetail .description {
    background: url(img/img_detail_deco1.gif) repeat-x top ;
	width: 480px;
	margin: 15px auto 0 auto;
}

#GalleryDetail .description .bg {
    background: url(img/img_detail_deco2.gif) repeat-x bottom;
	padding:10px 10px;
}

#GalleryDetail .description h3 {
    font-size: 1.4;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#GalleryDetail .description p {
    margin:0 4px 6px 4px;
	padding: 0;
	text-align: left;
}

#GalleryDetail .description p.data {
    margin-bottom: 0;
	text-align: center;
}





