@charset "utf-8";
/* CSS Document */
/*albam*/

div#album-all{
	padding: 10px 0;
}
p.album-title{
	background-color: #369;
	font-size:1.1em;
	font-weight:bolder;
	color: #fff;
	margin: 0;
	padding: 3px 5px;
	text-align:center;
}

div.album{
	width:260px;
	height:300px;
	border: 1px solid #039;
	float: left;
	margin-left:7px;
	margin-bottom: 10px;
	color:#666;
}


div.album p.album-image{
	text-align:center;
}

div.album dl{
	margin:0;
	padding:0;
}

div.album dt{
	margin:0px 25px 5px 10px;
	padding-left:3px;
	padding-bottom:1px;
	border-bottom:1px dashed #0099CC;
	color:#0099cc;
	font-weight:bold;

}


div.album dd{
	padding-left:20px;
	padding-bottom:5px;
	padding-right:25px;
	margin:0;
}

div.album p.plink{
	text-align:center;
	margin:0;
	padding:0;
	padding-right:5px;
	font-size:0.85em;
	position:relative;
	bottom:0;
}


div#entry{
	width:520px;
	margin:auto;
}

div#entry dl,dt,dd{
	margin:0;
	padding:0;
}

div#entry dt{
	margin-left:20px;
	padding-left:0.3em;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	width:480px;
	color:#0099CC;
	/*border-bottom:1px dashed #09c;*/
	border-left:5px solid #09c;
}

div#entry dd{
	margin-left:20px;
	padding-left:2em;
	font-size:1em;
	margin-bottom:15px;
	width:460px;
	text-indent:1em;
	line-height:1.6em;

}
div#entry dd span{
	border-bottom:1px dotted #ccc;
	padding-bottom:2px;

}
div#entry dd p{

}

div#entry p#entry-image{
	text-align:center;

}
div#entry p#entry-image img{
	margin:auto;
	padding:30px;
	background: url(../img/click-bg.png) no-repeat 99% 99%;
	border:1px solid #999;
}

div#subimage{
	margin-left:19px;
}

*html body div#subimage{
	margin-left:29px;
}

div#subimage img{
	margin:10px 5px 10px 10px;
	padding:13px 10px;
	border:1px solid #999;
	background: url(../img/click-bg.png) no-repeat 99% 100%;
}


