/* CSS Document */
body {
	background-color:#FFcc33;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height: 1.2em;
	text-align:center;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#content {
	width:718px;
	background:url(../img/contentBG.jpg) repeat-y;
}
#right {
	float:left;
	width:525px;	
	background:url(../img/content.jpg) repeat-y left;
}
h3 {
	color:#990000;
}
#header {
	width:100%;
}
#text {
	padding:0 45px 0 25px;
	min-height:474px; /*475px werkt in FF */	
	text-align:left;
}
#menu .header{
	background-color:#990000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#menu .bigmakiroll {
	font-size:10px;
	padding-left:15px;
}
#menu .menutype {
	font-size:20px;
	font-weight:bold;
	color:#990000;
	padding-left:5px;
}
#menu .header2{
	background-color:#990000;
	color:#FFF;
}
#menu .legend{
	text-align:center;
}
#left{
	float:left;
	width:193px;
	height:525px;	
	background:url(../img/navLeft.jpg) no-repeat;	
}
#kanji {
	float:left;
	margin:100px 0 0 45px;
	_margin-left:25px;
}
#left ul{
	margin:10px 7px 0 38px;
	padding:0px;
	list-style:none;
}
#left li{
	margin:0;
	padding:0;
	letter-spacing:0.04em
}
#left li a{
	text-transform:uppercase;color:#000; 
	text-decoration:none; 
	width:135px; 
	display:block; 
	font-size:14px; 
	padding:8px 0 6px 5px;
	line-height:1.4em 
}
#left li a:hover{
	background-color:#a90a01;
	color:#fff
}
#left li .current{
	color:#990000; 
	font-weight:bold;
}