/* Reset CSS */

* {
	margin: 0;
	padding: 0;
}


/* Sticky footer */

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	margin-bottom: -30px;
}

* html #container {		/* for IE6 and below */
	height: 100%;
}

#container-footer {
	height: 30px;
}


/* Two-column layout */

#container-main {
	margin-left: 200px;
}

#container-contents {
	width: 100%;
	float: right;
}

#container-sidebar {
	width: 200px;
	margin-left: -200px;
	float: right;
}

#container-footer {
	clear: right;
}


/* Min-width */

body {
	min-width: 500px;
}

* html .min-width-1 {		/* for IE6 and below */
	border-left: 500px solid #fff;
}

* html .min-width-2 {		/* for IE6 and below */
	margin-left: -500px;
	position: relative;
}

* html .min-width-1,
* html .min-width-2,
* html #container-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}


/* Others */

h1{
	font-size:12px;
	color:#333;
}

body {
	color: #000;
	background: #fff;
	font-family: arial, sans-serif;
}

#header {
	border-bottom:20px solid #333;
}

div#header div#headerR{
	text-align:right;
}

div#header div#headerR a{
	
	text-decoration:none;
	color:#333;
}

div#header div#headerR p{
	font-size:12px;
}

div#header div#headerT{
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding:0px 0 20px 30px;
}

#contents {
	margin-top:10px;
	/*background-color:#EFEFEF;*/
	margin-left: 0px;
	position: relative;
	padding-left:10px;
}

	div#contents h2{
		font-size:16px;
		font-weight:bold;
		border-bottom:1px dashed #696969;
		border-left:8px solid #696969;
		padding:2px 0 2px 5px;
		margin-bottom:10px;
	}

	div#contents dl dd{
		padding-left:40px;
		margin-bottom:20px;
	}

	div#contents .name{
		font-weight:bold;
		color:#228B22;
	}
	
	div#contents div#threadList{
		
	}
		div#contents div#threadList a{
			color:#333;
		}
		
		div#contents div#threadList dt{
			font-weight:bold;
			margin-bottom:5px;
		}
		
		div#contents div#threadList dd{
			border-bottom:1px dashed #333;
			margin-bottom:10px;
		}
		
		div#contents div#threadList dd ul{
			list-style-type:none;
			text-align:right;
		}
		
		div#contents div#threadList dd ul li{
			display:inline;
			padding-right:10px;
			font-size:12px;
		}
		
		div#contents div#threadList dd ul li a{
			text-decoration:none;
		}

#sidebar {
	margin-top:10px;
	border-right: 1px solid #666;
	text-align: left;
	word-break: break-all;	/* for IE6 and below */
	overflow: hidden;
	position: relative;
}

	div#sidebar h3{
		font-size:90%;
		color:#333;
		text-align:left;
		padding:3px 0 3px 8px;
		margin-bottom:4px;
		border-left:7px solid #696969;
		border-bottom:1px dashed #696969;
	}
	
	div#sidebar a{
		color:#333333;
	}

	div#sidebar ul li{
		padding:3px 0 3px 15px;
		font-size:80%;
	}
	
	div#sidebar ul li a{
		color:#333333;
	}

#footer {
	height: 30px;
	line-height: 15px;
	color: #999;
	background: #333;
	font-size:12px;
}

div#footer div#siteName{
	font-size:12px;
	text-align:center;
}

div#footer div#footerPr a{
	text-decoration:none;
	color:#999;
}


