@charset "utf-8";
/* CSS Document */

/*======================================
1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,address,table,td,th {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/*line-height: 1.5;*/
}

img {border: none;}

ul li,ol li { list-style-type: none; }


/*======================================
2.Fonts
=======================================*/

body {
	font-size: 12px;
	font-family:'Hiragino Kaku Gothic Pro','qMmpS Pro W3','CI',Meiryo,Osaka, 'lr oSVbN',sans-serif;
	color: #666666;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*======================================
 3.link 
 ======================================*/
 

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/*======================================
4.Other
=======================================*/

/* clearfix
------------------------------------------------------- */
.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 */
#crear {
	clear:both;
}
