body
{
	width: 100%;
	height: 100%;
	background-color: white;
	overflow: auto;
	margin: 0 auto;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	overflow: auto;	
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #CD2323;
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 768px;
}

#container #header
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 137px;
	background: url("../imgs/jpgm_header.png") no-repeat;
}

#container #header a.title
{
	position: absolute;
	width: 300px;
	height: 137px;
	left: 0px;
	background: url("../imgs/jpgm_title.png") no-repeat;
}

#container #header a.pres
{
	position: absolute;
	width: 141px;
	height: 137px;
	left: 290px;
}

#container #header a.pres:hover
{
	background: url("../imgs/jpgm_pres.png") no-repeat;
}


#container #header a.japon
{
	position: absolute;
	width: 230px;
	height: 137px;
	left: 431px;
}

#container #header a.japon:hover
{
	background: url("../imgs/jpgm_japon.png") no-repeat;
}

#container #header a.japones
{
	position: absolute;
	width: 210px;
	height: 137px;
	left: 661px;
}

#container #header a.japones:hover
{
	background: url("../imgs/jpgm_japones.png") no-repeat;
}

#container #header a.leer
{
	position: absolute;	
	width: 114px;
	height: 137px;
	left: 871px;
}

#container #header a.leer:hover
{
	background: url("../imgs/jpgm_leer.png") no-repeat;
}

#container #sidebar
{
	width: 144px;
	float: left;
	height: 631px;
	/*background: url("../imgs/sidebar-top.png") no-repeat;*/
}

#container #sidebar .content
{
	margin-top: 150px;
}

#container #sidebar img
{
	margin: none;
	padding: none;
	border: none;
}

#container #main
{
	position: absolute;
	top: 137px;
	left: 145px;
	width: 840px;
	background-color: #f5f5f5;
	height: auto;
	background-color: #f5f5f5;
	border: 1px solid #DDD;
}

#container #main .titulo
{
	font-size: 16px;			
	margin-left: 4px;	
	margin-top: 4px;
	border-bottom: 1px solid #CD2323;
	margin-bottom: 6px;
}

#container #main a.katakana
{
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 10px;
	height: 16px;
	padding-left: 4px;
	overflow: hidden;
	color: black;
	background-color: #F6FEB4;
	border: 1px solid #D0D798;
}

#container #main a.katakana:hover
{
	height: auto;
}

#container #main a.hiragana
{
	position: absolute;
	top: 8px;
	right: 300px;
	font-size: 10px;
	height: 16px;
	padding-left: 4px;
	overflow: hidden;
	color: black;
	background-color: #F6FEB4;
	border: 1px solid #D0D798;
}

#container #main a.hiragana:hover
{
	height: auto;
}


#container #main img
{
	margin-left: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	border: 1px solid #DDD;
}

#container #main .cuerpo
{
	margin-bottom: 30px;
	
}

#container #main .cuerpo p
{
	width: 700px;
	font-size: 14px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
	text-indent: 8px;
}

#container #main ul.erratas li
{
	font-size: 14px;
	line-height: 20px;
} 

#container #main a.sgte
{
	position: absolute;
	bottom: 4px;
	right: 4px;
	padding-left: 4px;
	padding-right: 4px;	
}

#container #main a.sgte:hover
{
	background-color: #EBA7A7;
}

#container #main a.antr
{
	position: absolute;
	bottom: 4px;
	right: 80px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: 
}

#container #main a.antr:hover
{
	background-color: #EBA7A7;
}
