@charset "Shift_JIS";

*{
	margin: 0;
	padding:0;
}

html{
	height: 100%;
}


body {
	font-size:70%;
	font-family: Meiryo, Hiragino Kaku Gothic Pro, MS PGOTHIC, sans-serif;
	color: #111111;
	Line-height:1.6;
	text-align:center;
	text-align:left;
	height:100%;
	background:url(../images/bg.gif) center repeat-y fixed;
}


input, textarea, table{
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
}

img{
	border:none;
	vertical-align:bottom;
}


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


a:hover, a:active {
	color:#FF0000;
	text-decoration:underline;
}

.text_s{
	font-size:smaller;
}






#container{
	width:100%;
	min-height:100%;
	height: auto !important;
	height: 100%;
	/*overflow:hidden;*/
	margin:0 auto;
	background:url(../images/left.png) center no-repeat fixed;
}


/******************************************************************************/
/*  MAIN                                                                    */
/*****************************************************************************/
#main{
	width:763px;
	background-color:#FFF;
	padding-bottom:150px;
	margin:0 auto;
}
#main p{
	margin-bottom:15px;
}



#main h2{
	font-size:140%;
	margin:5px 0;
}

.section{
	clear:both;
	margin:0 auto;
}

.jpn{
	width:350px;
	float:left;
	margin-left:15px;
	display:inline;
}

.esp{
	width:350px;
	float:right;
	margin-right:15px;
	display:inline;
}



/******************************************************************************/
/*  NAVI                                                                    */
/*****************************************************************************/
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	margin:0 auto;
}

#navi{
	padding-top:30px;
	background:url(../images/footer_bg.png) repeat-x;
	width:763px;
	margin:0 auto;
	overflow:hidden;
}

h1#logo{
	float:right;
	margin-right:5px;
	display:inline;
}

#navi ul{
	list-style:none;
	clear:both;
	height:59px;
	overflow:hidden;
}

#navi ul li{
	float:left;
}



/******************************************************************************/
/*  Contacto                                                                    */
/*****************************************************************************/
#mailform{
	clear:both;
	width:730px;
	margin:10px auto;
}

#mailform table{
	background-color:#ededed;
}

#mailform table th{
	font-weight:normal;
	text-align:left;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:3px 10px 0 10px;
}
#mailform table td{
	padding:0 10px 10px 10px;
	border-right:1px solid #FFFFFF;
}



#mailform input.text{
	background-color: #FFFFFF;
	border: 1px #999999 solid;
	width:340px;
	color:#111111;
}
#mailform textarea{
	background-color: #FFFFFF;
	border: 1px #999999 solid;
	width:705px;
	height:120px;
	color:#111111;
}


#mailform input.text:focus, #mailform textarea:focus{
background-color:#fffae2;
border: 1px #666666 solid;
}

#mailform .esptxt{
	margin-left:7px;
	color:#666;
}

/*
#mailform textarea{
scrollbar-face-color: #333333;
scrollbar-track-color: #444444;
scrollbar-arrow-color: #CCCCCC;
scrollbar-highlight-color: #555555;
scrollbar-shadow-color: #333333;
scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #333333;
}
*/

#mailform .send{
	margin:10px 0;
	text-align:center;
}
#mailform .send img{
	margin-right:10px;
	vertical-align:top;
}

#error{
	margin-bottom:5px;
	color:#F30;
}
#error ul{
	list-style:none;
}


/******************************************************************************/
/*  Perfil                                                                    */
/*****************************************************************************/
dl.perfil{
	margin:10px 0;
}

dl.perfil dt{
   width: 5.5em;
   float: left;
}

dl.perfil dd{
    margin-left: 5.5em;
    _height: 1%;
}



/******************************************************************************/
/*  CSSƒnƒbƒN                                                                 */
/******************************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
