
@import "/library/default.css";

body {
	text-align:center;
}

/* ------------ */

div {
	display:inline-block;
	zoom:100%;
	}

div:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	}

/* ------------ */

div#wrap {
	width:800px;
	text-align:left;
}

/* ------------ */

div#intro {
	width:300px;
	float:left;
}

div#attention {
	margin:10px 0px 0px 0px;
}

#attention h2 {
	margin:0px 0px 7px 0px;
	padding:10px 0px 7px 7px;
	background-color:#B20000;
	color:#ffffff;
	font-size:15px;
}

#attention dl {
	margin:10px 0px 20px 5px;
}

#attention dt {
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 5px;
	border-bottom:1px dotted #cccccc;
}

#attention dd {
	margin:0px 0px 15px 30px;
}

#attention ul {
	margin:0px 0px 5px 25px;
	padding:0px;
}

#attention li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
}

/* ------------ */

div#coment {
	width:485px;
	float:right;
}

#coment ul {
	margin:10px 0px 20px 30px;
	padding:0px;
}

#coment p {
	margin:10px 0px 0px 0px;
	text-align:right;
}

#coment span {
	font-size:17px;
	line-height:140%;
	color:#cc0000;
}


