@charset "Shift_JIS";

/* ========================================
OUTLINE
	リプラグ
	トップページ固有設定
======================================== */

#contents {
	padding-bottom:15px;
}

#imageContainer {
width:520px;
float:left;
position:relative;
margin:auto;
width:520px; /*画像の横幅*/
border:0px; /*画像のまわりのボーダー*/
}

#imageContainer img {
display:none;
position:absolute;
top:0; left:0;
}

p.pmark {
	display:block;
	clear:both;
	padding:20px 0 0;
}