@charset "utf-8";
/** CSS Document
 * 
 * Site:
 * Date:
 * 
 * 
**/

* {
	zoom:1;
}

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: bold;
}

table {
    border-spacing: 0;
	font-size: 100%;
}
fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
	color:#8b5d04;
}
a:hover {
	text-decoration:underline;
}
hr {
    border: 0;
    height: 1px;
    background-color: #8b5d04;
    color: #8b5d04;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after,
#ranking dl dd:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg,
#ranking dl dd { display: inline-block; }
/* no ie mac \*/
* html .pkg,
* html #ranking dl dd { height: 1%; }
.pkg,
#ranking dl dd { display: block; }
/* */



.inline { display: inline; }
.hidden { display: none; }


/* Default Style ----------------------------------------------------------------- */




/* Layout ----------------------------------------------------------------- */

body {
	padding:0px;
	margin:0px;
	background:#000 url(img/background.jpg);
	color:#fff;
}

#topicpath {
	}
	#topicpath li {
		float:left;
		}
		#topicpath li a {
			display:inline-block;
			padding:5px 8px;
			background:#333;
			border-right:2px solid #000;
			font-size:70%;
		}
		#topicpath li a span {
			display:none;
		}
		
#content {
	}
	#sub {
		width:220px;
		float:left;
		background:#000;
		}
		#sub .menu {
			}
			#sub .menu li {
				}
				#sub .menu li a {
					}
		#index-information {
			height:180px;
			border:2px solid #333;
			border-right:none;
			padding:10px;
			font-size:70%;
			overflow:hidden;
			}
			#index-information li {
				margin:0 0 5px 10px;
				padding:0 0 0 10px;
				color:#999;
				background:url(img/index-list-mark.png) 0px 5px no-repeat;
				}
				#index-information li a {
					color:#999;
				}
			#index-information div {
				text-align:right;
			}
			
	#main {
		width:760px;
		float:left;
		min-height:400px;
		border:2px solid #333;
		margin:0 0 0 0px;
		background:#000;
		}
		.other {
			margin:10px 10px;
			overflow:hidden;
			}
		hr {
			background-color:#8b5d04
		}









