@charset "utf-8";
/* 共公样式 */
body {
	font-size:12px; margin: 0px; width: 100%; color: #666666; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{
    padding:0; margin:0;
}
ul {
	list-style-type: none
}
li {
	list-style-type: none; overflow:hidden;
}
h2 {
	font-size: 100%
}
strong {
	font-style: normal; font-weight: 300
}
img {
	border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px
}
a:link {
	color: #666666; text-decoration: none
}
a:visited {
	color: #666699; text-decoration: none
}
a:hover {
	color: #ff6600; text-decoration: underline
}
textarea {
	border-bottom: #cdcdcd 1px solid; border-left: #cdcdcd 1px solid; border-top: #cdcdcd 1px solid; border-right: #cdcdcd 1px solid
}

