@charset "utf-8";
/* album.css */
h3 {
	text-indent: -9999px;
	height: 43px;
	width: 800px;
	margin-bottom: 10px;
}

h3#h_1 { background: url(../images/album/h_1.gif) no-repeat }

h3#h_2 { background: url(../images/album/h_2.gif) no-repeat }

h3#h_3 { background: url(../images/album/h_3.gif) no-repeat }

h3#h_4 { background: url(../images/album/h_4.gif) no-repeat }

h3#h_5 { background: url(../images/album/h_5.gif) no-repeat }

h3#h_6 { background: url(../images/album/h_6.gif) no-repeat }

h3#h_7 { background: url(../images/album/h_7.gif) no-repeat }

h3#h_8 { background: url(../images/album/h_8.gif) no-repeat }

h3#h_9 { background: url(../images/album/h_9.gif) no-repeat }

h3#h_10 { background: url(../images/album/h_10.gif) no-repeat }

div.in {
	width: 724px;
	margin: 0 auto 50px auto;
}

div.in p {
	font-size: 80%;
	line-height: 1.8;
	margin-bottom: 10px;
}

div.in img {
	background: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 3px 3px 0;
	float:left;
}

div.in img.no_m { margin-right: 0 }

/* キャプション */
div.in div.caption{
	width:241px;
	float:left;
}
div.in div.caption p{
	font-size:71%;
	line-height:1.2;
	color:#666;
	margin-bottom:0;
}

