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

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

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

div.contents div.logo {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}

div.contents div.info {
	position:absolute;
	top:480px;
	right:20px;
	z-index:3;
	width:680px;
	background-image:url(../image/bg_info.png);
	background-repeat:repeat;
	background-position:left top;
}

div.contents div.info h1 {
	margin:0 0 10px 0;
	font-size:16px;
	color:#ea5506;
}

div.contents div.info h2 {
	margin:0 0 10px 0;
	font-size:14px;
	padding:8px 0 6px 3px;
	border-top:1px dotted #005243;
	border-bottom:1px dotted #005243;
	color:#005243;
}

div.contents div.info div.container {
	margin:20px;
}

div.contents div.info div.postcard {
	float:left;
	width:310px;
}

div.contents div.info div.postcard td {
	text-align:center;
	font-size:11px;
	padding:0 0 10px 0;
}

div.contents div.info div.postcard td img {
	margin:0 0 3px 0;
}

div.contents div.info div.toshocard {
	float:right;
	width:320px;
}


div.contents div.writer {
	position:absolute;
	top:10px;
	left:10px;
	z-index:4;
}

div.contents div.banner {
	position:absolute;
	top:50px;
	left:15px;
	z-index:5;
}



