@charset "utf-8";

/*======================================
　1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,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','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*======================================
　3.Other
=======================================*/

body {
	color: #000000;
	background: #ffffff;
}


/* clearfix
------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {   
	overflow:hidden;
    display: inline-block;
	min-height: 1%;
	zoom: 1;
} 

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

/* --- link --- */
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0066ff;
	text-decoration: underline;
}
