@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		Privacy Policy
----------------------------------------------------*/
div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_gallery_list.png) top left no-repeat;
    text-indent: -9999px;
}

div.h3-block {
    margin: 0 0 0 15px;
	overflow: hidden;
	width: 640px;
}

div.gallery-block {
	margin: 20px 10px 0 0;
	width: 280px;
    height: 86px;
	border: 1px solid #936a57;
	float: left;
	position: relative;
}

div.gallery-block p {
    float: left;
    margin: 0 10px 0 0;
}

div.gallery-block p img {
    border: solid 3px #936a57;
}

div.gallery-block h3 {
    padding: 10px 0 10px;
}
div.gallery-block dl {
}

div.gallery-block dl dt {
}

div.gallery-block dl dd {
    position: relative;
    top: 10px;
    left: 80px;
}

div.gallery-block dd a {
	padding: 5px 0 5px 18px;
	background: url(../../images/icon_detail.png) center left no-repeat;
}

h3 {
	padding: 10px 0 15px;
	line-height: 1.0;
	font-size: 108%;
	text-indent: 0;
}

h3 a {
	font-weight: bold;
}
