
@import "/library/default.css";

body {
	text-align:center;
	background-color:#000000;
	color:#eeeeee;
	background-image:url(../image/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;
}

a:link { text-decoration:none; color:#85AFBD; }
a:visited { text-decoration:none; color:#85AFBD; }
a:active { text-decoration:none; color:#85AFBD; }
a:hover { text-decoration:underline; color:#E60000; }

/*---------------------------*/

div#contents {
	position:relative;
	width:950px;
	height:856px;
}

div#contents div#block {
	position:absolute;
	z-index:3;
}

div#contents div#coment {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:950px;
	height:360px;
	background-image:url(../image/bg_coment.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

div#contents div#coment p {
	margin:10px 10px 0 400px;
	color:#ffffff;
	font-size:14px;
	line-height:140%;
}

div#contents div#information {
	position:absolute;
	top:380px;
	left:400px;
	z-index:2;
	width:550px;
}

div#contents div#information h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:15px;
	background-color:#900000;
	color:#ffffff;
}

div#contents div#information div#map {
	float:left;
	width:250px;
}

div#contents div#information div#caption {
	float:right;
	width:290px;
}
