/*ポップアップページ用ＣＳＳ*/
/*横長画像背景---------------------*/
.body-x {
	margin: 0px;
	background-image: url(bg-x.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*縦長画像背景---------------------*/
.body-y {
	margin: 0px;
	background-image: url(bg-y.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;

}
/*タイトル------------------------*/
.pic-title {
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	padding: 3px;
	font-weight: bold;
}
/*コメント------------------------*/
.pic-comment {
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	padding: 3px 3px 3px 15px;
}
