@charset "utf-8";

/*for IE6
--------------------------*/
* html {
	zoom: 1;
}
 
/*for IE7
--------------------------*/
*:first-child+html {
	zoom: 1;
}

/* formating style
--------------------------*/
* {
	font-style: normal;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-spacing: 1px;
}
.smoll {
	font-size: 8px;
	line-height: 1.5;
}
.midiam {
	font-size: 10px;
	line-height: 1.75;
}

.middle {
	font-size: 14px;
	line-height: 1.5;
}
.large {
	font-size: 16px;
	line-height: 1.5;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.favorite {
	font-weight: bolder;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
.english {
	font-family: Arial, Helvetica, sans-serif;
}

