@charset "utf-8";

body{
	background: url();
}

div#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}

div#leftContents{
	display: none;
}

div#mainContents{
	width: 100%;
	display: inline;
	float: right;
	font-size: 20px;
}

div#leftContents h1{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 100%;
}

p.resizeimage img 
{
	max-width: 100%;
	width: 100%;
}

div#footer{
	clear: both;
	width: 100%;
	color: #333;
	margin-top: 30px;
	border-top: 2px solid #ff0000;
}
div#footer p#copyright{
	/*padding: 8px 0;*/
	text-align: left;
}

div#hMenuBar{
	display: block;
}

div#topicsBox table{
	width: 100%;
	border-top: 1px solid #ccc;
}

div#topicsBox table th,
div#topicsBox table td{
	border-bottom: 1px solid #ccc;
}

div#topicsBox table th{
	width: 30%;
	background: url(../../share/img/bg_border.gif) repeat 0 0;

}

