@charset "utf-8";

/*=================================
	Base Module
==================================*/
*{margin: 0; padding: 0;}

a img {
	background: none;
	border: none;
}
a img:hover {
	background: none;
	border: none;
}
img {
	border: none;
}



/*=================================
	List Module
==================================*/

ul,ol,dt,dd {
	display: block;
	list-style-type: none;
}



/*=================================
	Text Module
==================================*/
body {
	color: #333;
    font-size: 75%;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
address {
	font-style: normal;
}
h1 {
	font-size: 120%;
}
h2 h3{
	font-size: 110%;
}


/*=================================
	Hypertext Module
==================================*/

a {
	color: #666;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	color: #999;
	text-decoration: underline;
}



/*=================================
	Special Module
==================================*/

.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 */
