
@import "/library/default.css";

body {
	text-align:center;
}




div#wrap {
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* ------------ */

div#intro {
	margin:0 0 10px 0;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	padding:10px;
}

div#basic {
	width:300px;
	float:left;
}

div#info {
	width:470px;
	float:right;
}

#contets {
	text-align:center;
}

div#pic {
	width:260px;
	float:left;
}

/* ------------ */

div#coment {
	width:530px;
	float:right;
}

#coment ul {
	margin:10px 0px 20px 30px;
	padding:0px;
}

#coment p {
	margin:10px 0px 0px 0px;
	text-align:right;
}

#coment h4 {
background-image:url(../image/bg_h4.gif);
background-repeat:repeat-x;
background-position:left top;
margin:0px;
padding:4px 4px 4px 8px;
color:#ffffff;
}

#coment span {
	font-size:17px;
	line-height:140%;
	color:#cc0000;
}


