
@import "/zin/bl/library/default.css";

body {
	background-color:#FFFCD6;
}

div.contents {
	position:relative;
	width:950px;
	height:900px;
}

div.contents div.p1 {
	position:absolute;
	z-index:1;
}

div.contents div.info {
	position:absolute;
	top:390px;
	left:300px;
	z-index:3;
	background-image:url(../image/bg_info.png);
	background-repeat:repeat;
	background-position:left top;
	padding:20px;
	border:1px solid #cccccc;
}

div.contents div.info h1 {
	margin:0 0 5px 0;
	font-size:16px;
	text-align:center;
	color:#cc0000;
}

div.contents div.info th {
	width:17%;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 5px 0;
}

div.contents div.info td {
	width:83%;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 5px 0;
}

div.contents div.fukidashi {
	position:absolute;
	top:480px;
	left:130px;
	z-index:2;
	width:350px;
}

div.contents div.coment {
	position:absolute;
	top:590px;
	left:350px;
	z-index:4;
	width:520px;
}
