/* 
write by 09/01/13
*/

@charset "utf-8";
/*
Share Defalt Style 
----------------------------------------------------------- */
BODY,H1,H2,H3,H4,H5,H6,UL,OL,LI,DT,DL,DD,P,BLOCKQUOTE,TABLE,TR,TD,IMG {
	margin: 0;
	padding: 0;
}
BODY {
	color: #000000;
	font-size: 12px;
}
H1,H2,H3,H4,H5,H6 {
	font-weight: normal;
}
P {
	/*line-height: 1.6;
*/
	line-height: 2;
}
UL LI {
	list-style-type: none;
}
DD {
	text-indent: 0px;
}
IMG {
	border: 0;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
/*
 CSS HACK 
----------------------------------------------------------- */
.clearfix{
	zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*
 Link Color 
----------------------------------------------------------- */
A {
	color: #000000;
}
A:link,
A:visited {
}
A:hover {
	color: #e60011;
}
A:active {
}
