/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/******************/
/* BASIC ELEMENTS */
/******************/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;	
}
	
body { 
	/*font: 75% georgia, sans-serif;*/
	font: 75%/1.4 verdana,Helvetica,sans-serif;
	line-height: 1.5;
	/*color: #555753;*/
	color: #000000;
	background: transparent url(images/design/funakoshiBottomRight.jpg) no-repeat bottom right; /* imagen en la esquina inferior derecha */
	background-attachment: fixed; /* para fijar la imagen de fondo*/
	background-color: #330000;
	margin: 0; 
	padding: 0;	
	height: 100%; /* altura total de la ventana del navegador. */
	min-height: 100%;
	width: 100%;
}

/* Para forzar el footer siempre al final de la página. */	
#TodoMenosFooter {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
}
#footer, #nofooter {
	clear: both;
	height: 3em;
}
/*
#TodoMenosFooter {
	min-height: 100%;
}
// Hack para IE 6 
* html #container {
	height:100%;
}
#footer {
	height:40px;
	width: 100%;
	bottom: 0;
}
*/
/*------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;  
	color: #660000;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	clear: both;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:focus, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:focus, h2 a:hover,
h3 a, h1 a:link, h3 a:visited, h3 a:active, h3 a:focus, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:focus, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:active, h5 a:focus, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:active, h6 a:focus, h6 a:hover
{
	color: #660000;
}

h1 { 
	font-size: 2em; 
	text-align: center;
}
h2 { 
	font-size: 1.6em;
	margin-left: -10px; 
}
h3 { 
	font-size: 1.4em; 
	margin-left: -8px;
}	
h4 { 
	font-size: 1.2em; 
	margin-left: -6px;
}
h5 { 
	font-size: 1.1em; 
	margin-left: -4px;
}
h6 { 
	font-size: 1.0em; 
}

p { 
	margin-top: 0; 
	text-align: justify;
}

/* Links/Enlaces */
a, a:link, a:visited, a:active, a:focus {
	text-decoration: none; /* No subrayar los links. */
	/*color: #988F5E;*/
	color: #6D2542;
}
a:hover { /* Cuando se pasa el ratón sobre el link. */
	color: #CC0000;
	text-decoration: underline; 
}

li {
	text-align: justify;
}

hr {
	width: 50%;
	color: #555753; 
}

/* Acrónimos */
acronym { 
	border-bottom: none;
	}

/* Imágenes */
img {
	border-width: 0;
	border: 0;
	}

/* Tablas */
table {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/*********/
/* COVER */
/*********/

#cover {
	/* background: url(images/design/fondo.jpg) repeat; */
	background-color: #330000;
}

#portada {
	width: 400px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;   /* height/2 = 550px / 2 */
	margin-left: -200px;  /* width/2 = 400px / 2 */
	
}

#imagen_portada {
	border-width: 0;
}

#bienvenido {
	text-align: center;
	font-size: x-small; 
}

#bienvenido a {
	color: #988F5E;
}
#bienvenido a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/*********/
/* TITLE */
/*********/

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	/*
	background: url(images/design/fondo.jpg) repeat-x;
	background: #fff url(images/design/background1.jpg);
	*/
	width: 100%;
	height: 100px;
	text-align: center;
}

#logoSuperiorIzquierda {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/design/logoSuperiorIzquierda.jpg);
	width: 200px;
	height: 100px;
}

#titulo {
	display: none;
	position: absolute;
	top: 0px;
	left: 150px;
}

#logoSuperiorDerecha {
	background: transparent url(images/design/logoSuperiorDerecha.jpg) top left no-repeat;
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 200px; 
	height: 200px;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/***********/
/* LEFTBAR */
/***********/

#leftbar {
	float: left;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
	height: 100%;
	/*background: url(images/design/fondo.jpg) repeat;*/
	/*background: #fff url(images/design/background1.jpg);*/
}

#leftbar a {
	color: #988F5E;
}
#leftbar a:hover {
	color: #FFCC00;
	text-decoration: none;
}
	
/********/
/* MENU */
/********/

#menu {
	/* margin: 10px 50px 25px 20px; */
	width: 150px;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	margin: 0;
	padding: 3px 0 3px 10px;
	width: 100px;
	height: 20px;		
	/* background-color: #000000; */
}

#menu a {
	display: block;
	/*padding: 10px 5px 5px 5px;*/
	/* background: url(images/design/punto.jpg) no-repeat left center; */
	font: 85% georgia, sans-serif;
	color: #FFFFFF;		
	text-align: left;	
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;	
	padding-left: 10px;
}

#menu a:hover {
	font-style: italic;
	background: #fff url(images/design/background2.jpg);
	/* color: #FFFFCC; */
	color: #990000;
	text-decoration: none;
	padding: 3px 0 3px 10px;
}
	
/***********/
/* UPDATES */
/***********/

#left_updates {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 5px;
	/*
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFCC99;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;	
	*/
}

#left_updates h1, #left_updates h2, #left_updates h3,
#left_updates h4, #left_updates h5, #left_updates h6 {
	/* color: #7D775C; */
	color: #CCCCCC;
}

#left_updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_updates h4 {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;	
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#left_updates h6 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#left_updates p {
	margin: 2px 0 5px 0;
	padding: 0;
	font-size: x-small;
	line-height: normal;
	text-align: left;	
}

/* Última actualización */
#left_last_update {
	margin-left: 20px;
	padding: 10px 50px 10px 5px;
	font-size: x-small;
	/* color: #555753; */
	color: #CCCCCC;
}
#left_last_update strong {
	color: #FF9900;
}

/* Visitas */
#visitas {
	margin-left: 20px;
	padding: 10px 50px 5px 5px;
	font-size: x-small;
	color: #CCCCCC;
}

/* Contacto */
#left_contact {
	width: 150px;
	margin-left: 20px;
	padding: 5px 50px 10px 5px;
}
#left_contact a {
	margin-left: 10px;
}

/* Licencia */
#pagerank, #license {
	margin-left: 20px;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/********/
/* MAIN */
/********/

#main1 {
/*
	float: left;
	position: absolute;
	top: 100px;
	left: 200px;
	margin-right: 250px;
*/
	margin: 100px 150px 0 150px;
	/*background: #fff url(images/design/top_left_image.jpg) no-repeat top left;*/
	background: #fff url(images/design/background2.jpg);	
/*	
	max-width: 800px;
	width: 100%;
*/
}

#main2 {
	padding: 15px 50px 25px 60px;
	background: #fff url(images/design/background2.jpg);
/*
	padding: 30px 50px 50px 50px;	
	max-width: 800px;
	width: 100%;
*/
}

.Importante { 
	font-weight: bold; 
}

.TextoDestacado { 
	color: #CC0000; 
	font-weight: bold; 
}
.TextoDestacado a,
.TextoDestacado a:link, .TextoDestacado a:visited, 
.TextoDestacado a:active, .TextoDestacado a:focus 
{ color: #CC0000; }

.Japanese, .English, .Chinese, .French { font-style: italic; }

.Kanji {
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
}
.Kanji a:hover { text-decoration: none; }

.Precepto {
	font-weight: bold;
	font-size: 1.2em;
}

.Subtitulo { font-size: 0.85em; }
.Subtitulo .TituloGrupo { font-size: 1em; }

.FuentesArticulo {
	display: block;
	margin: 20px 0 20px 0;
	font-size: 1em;
}
.FuentesArticulo ul {
	margin: 0 0 0 25px;
	padding: 0;
}
.FuentesArticulo a {
	font-weight: bold;
}
.FuentesArticulo .Traduccion {
	font-size: 0.9em;
}
.FuentesArticulo .Traduccion  a {
	font-weight: normal;
}
.FuentesArticulo .Comentario {
	font-size: 0.8em;
}
.FuentesArticulo .Comentario  a {
	font-weight: normal;
}

.Fuente {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}
.Fuente a, 
.Fuente a:link, .Fuente a:visited,
.Fuente a:active, .Fuente a:focus 
{ 
	color: #CC0033; 
}
.Fuente a:hover 
{ 
	color: #FF0000; 
	text-decoration: none; 
}

.Updates { font-size: x-small; }
.Updates h5 { 
	font-size: small;
	padding: 5px 0 10px 0; 
	margin: 0;
}
/*#marquesina a { color: #988F5E; }*/

.Columna {
	float: left;
	width: 400px;
	margin-right: 25px;
}

.EnlaceSeccion {
	font-size: 1.2em;
	font-weight: bold;
}
/*
.EnlaceSeccion a {
	color: #988F5E;
}
.EnlaceSeccion a:hover {
	text-decoration: underline;
}
*/
.Imagen {
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Imagenes {
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	margin: auto;
	width: 700px;
}
.ImagenesItem {
	width: 300px;
	float: left;
	/*
	padding-left: 25px;
	padding-right: 25px;
	*/
	margin-bottom: 15px;
}
.ImagenesItemNarrow {
	width: 150px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}
.ImagenesKata {
	text-align: center;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}
.ImagenesKataItem {
	float: left;
}
.Flecha {
	float: left;
	vertical-align: middle;
	padding-top: 100px;
}
.PieImagen {
	clear: both;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;	
	color: #333333;
	max-width: 500px;
	margin: auto;
	margin-bottom: 10px;
}

.PieImagen a {
	color: #333333;
}
.PieImagen a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.PieImagen .Fuente {
	font-weight: normal;
}
.PieImagen .Fuente a {
	color: #CC0033; 
}
.PieImagen .Fuente a:hover{
	color: #FF0000; 
	text-decoration: none;
}

.PieImagen .Comentario {
	color: #555753;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
.PieImagen .Comentario a,
.PieImagen .Comentario a:link, .PieImagen .Comentario a:visited,
.PieImagen .Comentario a:active, .PieImagen .Comentario a:focus
{
	color: #555753;
}
.PieImagen .Comentario a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.PieImagen .Comentario .TextoDestacado a,
.PieImagen .Comentario .TextoDestacado a:link, .PieImagen .Comentario .TextoDestacado a:visited,
.PieImagen .Comentario .TextoDestacado a:active, .PieImagen .Comentario .TextoDestacado a:focus
{ color: #CC0000; }

.clear { clear: both; }

.Extracto {
	background: url(images/design/quote.png) no-repeat;
	margin: auto;
	text-align: justify;		
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 40px 10px 40px;	
	border-width: 1px;
	border-style: solid;	
	border-color: #CCCCCC;
}

.Cita, .CitaLarga {
	color: #555753;
	background: url(images/design/quote.png) no-repeat;
	margin: auto;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 40px 10px 40px;
}
.Cita {
	width: 425px;
	text-align: center;
}
.CitaLarga {
	width: 500px;
	text-align: justify;	
}	
.Cita a, 
.Cita a:link, .Cita a:visited, 
.Cita a:active, .Cita a:focus 
{ color: #555753; }
/*
.Cita a:hover { 
	color: #988F5E;
}
*/
.CitaLarga a, 
.CitaLarga a:link, .CitaLarga a:visited, 
.CitaLarga a:active, .CitaLarga a:focus 
{ color: #555753; }
/*
.CitaLarga a:hover { 
	color: #988F5E;
}
*/
.Cita .Comentario, .CitaLarga .Comentario {
	font-style: normal;
	font-size: 0.9em;
}

.PieCita {
	color: #6D2542;
	text-align: right;
	font-size: 0.8em;
	font-style: normal;
}
.PieCita a, 
.PieCita a:link, .PieCita a:visited, 
.PieCita a:active, .PieCita a:focus, 
.PieCita a:hover 
{ color: #6D2542; }

.PieCita .Comentario {
	font-size: 0.9em;
}
.PieCita .Fuente {
	font-size: 0.85em;
	font-style: normal;
}
.PieCita .Fuente a:hover {
	color: #CC0000;
}

.Recuadro, .RecuadroDestacado {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 15px 10px 15px;
	border-width: 2px;
	border-style: solid;	
}

.RecuadroDestacado {
	text-align: center;
	font-weight: bold;	
	color: #CC0000;
}
.RecuadroDestacado a, 
.RecuadroDestacado a:link, .RecuadroDestacado a:visited, 
.RecuadroDestacado a:active, .RecuadroDestacado a:focus 
{ color: #CC0000; }

.PreguntaEntrevista {
	font-weight: bold;
}

.Autor {
	font-weight: bold;
	text-align: right;
}

.TituloGrupo {
	color: #7D775C;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.Titulo {
	color: #7D775C;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.LecturasRecomendadas {
	display: block;
	margin: 20px 0 20px 40px;
	font-size: 0.9em;
}
.LecturasRecomendadas ul {
	margin: 0 0 0 25px;
	padding: 0;
}

/* NOTAS */
.Comentario {
	font-style: italic;
}

.MarcaNota {
	font-size: 0.8em;
	text-align: justify;
	font-style: normal;
}
.MarcaNota a, .MarcaNota a:link, 
.MarcaNota a:visited, .MarcaNota a:active, 
.MarcaNota a:focus 
{ color: #CC0033; }
.MarcaNota a:hover 
{ color: #FF0000; text-decoration: underline; }

.Nota, .Notas {
	font-size: 0.8em;
	text-align: justify;
}
.Notas .TituloGrupo {
	font-size: 1.1em;
}
.Notas .Titulo {
	font-size: 1.1em;
}
.NotaTitulo {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}
/*********/

.Break {
	clear: both;
	margin-bottom: 25px;
}
.BigBreak {
	clear: both;
	margin-bottom: 50px;
}
.HugeBreak {
	clear: both;
	margin-bottom: 100px;
}

/* Sección Noticias */
.Noticia {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	border-width: 2px;
	border-style: solid;
}
.Noticia .Fecha {
	margin-right: 20px;
}
.Noticia .Titulo, .Noticia .LeerMas {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	background: url(images/design/fondo.gif) repeat-x;
	color: #000000;
}
.Noticia .Titulo a, 
.Noticia .Titulo a:link, .Noticia .Titulo a:visited, 
.Noticia .Titulo a:active, .Noticia .Titulo a:focus 
{ color: #000000; }
/*
.Noticia .Titulo a:hover 
{ color: #988F5E; }
*/
.Noticia .Contenido {
	margin: 10px 15px 25px 10px; 
}
.Noticia .Imagen {
	float: left;
	margin: 0 15px 0 0;
}
.Noticia .LeerMas {
	font-weight: bold;
	clear: both;
}
/* Sección Historia*/
.FilaCronologia {
	text-align: center;
	margin: auto;
	width: 80%;
	margin-bottom: 15px;
}
.FilaCronologia .Fecha {
	text-align: left;
	font-weight: bold;
}
.FilaCronologia .Suceso {
	text-align: justify;
}
.FilaCronologia .Suceso .Comentario {
	text-align: justify;
	font-style: normal;
	font-size: 0.8em;
}
.FilaCronologia .Fuentes {
	text-align: left;
}

/* Sección Maestros */
.Maestros {
	text-align: center;
	margin: auto;
/*	width: 100%; */
}
.Maestro {
	float: left;
	width: 130px;
	margin: 0 10px 25px 10px;
}
.Maestro .Nombre, .Maestro .Fechas {
	margin: 0;
	padding: 0;
	text-align: center;	
}
.Maestro .Fechas {
	font-size: 0.8em;
}

/* Sección Lecturas */
.Lectura {
	margin-left: 60px;
	margin-bottom: 20px;
}
.Lectura .Titulo {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.Lectura .SubTitulo {
	margin: 0;
	padding: 0;
}
.Lectura .Autor, .Lectura .Fuente,
.Lectura .Traduccion, .Lectura .Comentarios, 
.Lectura .Caracteristicas {
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.Lectura .Fuente a, 
.Lectura .Fuente a:link, .Lectura .Fuente a:visited, 
.Lectura .Fuente a:active, .Lectura .Fuente a:focus 
{ color: #6D2542; }
.Lectura .Fuente a:hover 
{ color: #CC0000; }

/* Sección Imágenes */ 
.GaleriaEnlace {
	margin-left: 60px;
	margin-bottom: 20px;	
	clear: both;
}
.GaleriaEnlaceImagen {
	float: left;
	margin-right: 20px;	
}
.GaleriaEnlaceTitulo {
	font-weight: bold;
}

.DiagramasKata {
	text-align: center;
	margin: auto;
	/* width: 100%; */
}
.DiagramaKata {
	float: left;
	width: 100px; 
	margin-bottom: 20px;
}

/* Sección Vídeos*/
.VideoEnlaceSeccion {
	margin-left: 60px;
}
.VideoEnlaceSeccion .EnlaceSeccion {
	margin-left: 20px;
}

/* Sección Descargas */
.Wallpapers {
	text-align: center;
	margin: auto;
	width: 100%;
}
.Wallpaper {
	float: left;
	width: 200px;
	margin-bottom: 25px;
}
.WallpaperResolucion {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Sección Miscelánea */
.Miscelanea {
	text-align: center;
	margin: auto;
/*	width: 100%; */
}
.MiscelaneaItem {
	float: left;
	width: 140px;
	margin: 0 10px 25px 10px;
}
/*
.MiscelaneaItem .EnlaceSeccion {
	display: block;
}
*/

/* Sección Grados */
#TablaCinturones {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 100px;
}
.Cinturon {
	text-align: justify;
}
.CinturonTexto {
	padding-bottom: 10px;
	padding-right: 20px;
}

/* Sección Vocabulario */
#VocabularioIndiceLetras {
	text-align: center;
	margin: auto;
}
.VocabularioFila {
	clear: both;
	margin-bottom: 25px;
}
.VocabularioFila .Termino { 
	float: left;
	width: 100px; 
	margin-right: 20px;
	font-weight: bold; 
	font-style: italic;
}
.VocabularioFila .Definicion { 
	float: left;
	width: 400px; 
	margin-right: 30px;
	text-align: justify;
}
.VocabularioFila .TraduccionLiteral { 
	float: left;
}

/* Sección Estilos */
.Estilo {
	width: 600px;
	margin: auto;
}
.EstiloEmblema, .EstiloKanji {
	float: right;
	clear: both;
	text-align: center;
}

/* Sección Bibliografía */
.Libros {
	width: 500px;
	margin: auto;
	text-align: center;
}
.Libro {
	text-align: justify;
	margin-bottom: 25px;
	clear: both;
}
.Libro .Imagen {
	float: right;
	margin: 0 0 0 15px;
}
.Libro .Titulo {
	font-size: 1.1em;
	font-weight: bold;
}
.Libro .Titulo .Subtitulo {
	font-size: 0.8em;
}
.Libro .TituloOriginal, .Libro .TituloOriginal .Subtitulo {
	font-size: 0.8em;
	font-style: italic;
}
.Libro .Autor {
	font-size: 0.9em;
	font-weight: normal;
	text-align: inherit;
}
.Libro .Editorial {
	font-size: 0.8em;
}
.Libro .Comentarios {
	font-size: 0.8em;
}
.Libro .Codigo {
	font-size: 0.8em;
	font-weight: bold;
}

/* Sección Links */
.Links {
	text-align: center;
	margin: auto;
	width: 600px; 	
}	
.Link {
	text-align: left;
	margin-bottom: 10px;
/*	width: 100%; 
	display: block; */
	clear: both;
}
.Link .Imagen {
	float: left;
	margin: 0 15px 0 0;
}
.LinkImage {
	float: left;
	margin-right: 15px;
}
.Link a { font-weight: bold; }

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/***********/
/* RIGHTBAR */
/***********/

#rightbarKanji {
	background: transparent url(images/design/rightbarKanji.jpg) top left no-repeat;
	float: right;
	position: absolute; 
	top: 200px; 
	right: 35px; 
	width: 83px; 
	height: 397px;
}

#rightbar {
	display: none;
	float: right;
	position: absolute;
	top: 200px;
	right: 0px;
	width: 150px;
	/* height: 100%; */
	/*background: url(images/design/paper-bg.jpg) repeat-y;*/
	/*background: #fff url(images/design/background1.jpg);*/
}

#rightbar_kanji {
	display: none;
	float: right;
	margin-top: 200px;
	margin-right: 340px;
}
	
#bottom-right-image {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0;
}
		
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/

/**********/
/* FOOTER */
/**********/

#footer {
	color: #FFFFFF;	
	text-align: center;
	/*background: #fff url(images/design/background1.jpg);*/
	/*
	position: relative; 
	height: 50px;
	clear: both;	
	width: 100%; 
	bottom: 0;
	display: block;		
	*/
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
}

#footer_name a {
	color: #FFFFFF;	
	text-decoration: none;
}

#footer_katakana_name {
	/* color: #555753; */
}

#footer_links a {
	color: #988F5E;
}

#footer_links a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
/**********************************************************************************************************************************************************************/
