@charset "utf-8";

ul,li{	margin:0px;	padding:0px;}

/* ************** #cont ************* */
#cont  h2{
	margin:10px 0px 0px 5px;
}

/* **************#main************* */

#main {
	width: 300px;
	text-align:center;
	margin: 0px;
	float:left;
	display:inline;
}

/* **************#sub************* */

#sub {
	width: 327px;
	height:315px;
	text-align:left;
	/*background-image:url(img/bg_txt.gif);
	background-repeat:no-repeat;*/
	margin:0px 0px 0px 10px;
	float:left;
	display:inline;
	border:solid 1xp #ff0000;
}

#sub p{
	color:#660000;	
}

#sub h4{
	color:#555555;
	font-size:12px;
	width:100%;
	border-bottom:dotted 1px #666666;
}


#sub .txt {
	/*width:360px;*/
	height:210px;
	text-align:left;
	margin:0px auto 20px auto;
	overflow:auto;
	overflow-x:hidden;
}

#sub .txt p{
	color:#660000;
	line-height:1.6em;
	display:inline;
}

#sub .txt table{
	font-size:12px;
	margin:20px 0px 0px 0px;
}
#sub .txt table th{
	color:#53c3bf;
	/*width:30px;*/
}

#sub .txt table td{
	color:#555555;
}

#sub .log{
	/*idth:360px;*/
	height:50px;
	margin-top:2px;
	overflow:auto;
	overflow-x:hidden;
}

#sub .log ul li{
	color:#555555;
	font-size:12px;
	line-height:1.2em;
}