body { 
	background: #612700;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .9em;
}

img { 
	border-style: none;

}


a { 
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#bodytype {
	width: 900px;
	margin: auto;
	text-align: center;
	border-left: 2px dotted black;
	border-right: 2px dotted black;
}

#banner {
	height: 295px;
    background: #dbdbdb;
 	background-image: url(kuroiyume_ban.png);
	background-repeat: no-repeat;
	border-bottom: 2px dotted black;
}

#bannermenu {
	margin-left:700px;
	height: 287px;
	background: #d58324;
	text-align: left;
	background-position: top left;
	background-repeat: repeat-x;
    border-left: 2px dotted black;
	padding-top: 8px;
	}

#submenu {
	padding: 0px;
	margin: 0;
	font: bold 12px monospace;
	background: #d58324;
	width: 14em;
	color: #fff; 
	}

#submenu li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px #fff solid;
	text-align: left;
	}

#submenu li a {
	display: block;
	padding: 0.15em 0.15em 0.15em 0.15em;
	text-decoration: none;
	}

#submenu li a:link { color: #fffa92; }

#submenulist li a:hover { color: #000; background: #fff; }

#menu {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 2px dotted #000;
	background-color: #dbdbdb;
}

#menulist {
 	padding: 0px;
 	margin: 0px;
 	text-align: center;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	 display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	}

#menulist a:link, #menulist a:visited {
 	color: #666;
 	background-color: #dbdbdb;
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #fff;
 	background-color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

#footer {
 	color: #FFF;
	background-color: #d58324;
	border-top: 2px dotted black;
	padding: 5px;
	clear: both;
}

#footer a:link { color: #fffa92; }
#footer a:hover { color: #fffa92; }

#contentbox {
	padding: 15px;
	background: #FFF;
	text-align: left;
	background-position: top left;
	background-repeat: repeat-x;
}

.block { 
	margin-bottom: 1em;
}

.title {
	background-color: #d58324;
	color: #FFF;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
}

.projects {
	background-color: #fffa92;
	color: #000;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
    border-bottom: 1px solid black;
}

.content {
	padding: 6px;
	background-color: #ffffff;
	background-image: url(shadow.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.spacer {
   height:3px;
   border-bottom:1px dotted black;

 }

#leftindex { 
	width: 200px;
	float: left;
}

#rightindex {
	margin-left: 220px;
}