/* CSS Document */
@charset "utf-8";
/*
 Share Style
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	overflow-y:scroll;
	text-align:left;
}
body {
	background-color:#FFF;
	font-size:small;
	width:100%;
	color:#333;
}
#wrapper{
	width:880px;
	margin:0 auto;
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size:1em;
	line-height:1.8;
}
div,p,li,dt,dd,address {
	line-height:1.8;
}
li,dt,dl,ol {
	list-style-type:none;
}
img {
	border:none;
	vertical-align:top;
}
address {
	font-style:normal;
}

.clear {
	clear:both;
}
.leftImg{
	float:left;
}
.rightImg{
	float:right;
}
hr{
	display:none;
}
/*
 Link Color
----------------------------------------------------------- */
a:link {
	color:#3333FF;
	text-decoration:none;
}
a:visited {
	color:#551A8B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}