@charset "UTF-8";
/* CSS Document */

/* mainImage ------------------------------------*/
#mainImage{
	clear:both;
	display:block;
	overflow:hidden;
	width:950px;
	height:85px;
	text-indent:-9999px;
	margin:10px 0px 0px 0px;
	background-image:url(../img/main_img.jpg);
}


/* contentMain ------------------------------------*/
#contentMain{
	float:left;
	text-align:left;
	width:950px;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}


/* privacy-txt ------------------------------------*/

#privacy-txt{
	float:left;
	width:680px;
	margin:0px 20px 30px 0px ;
	padding:0px;
}

#privacy-txt:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #privacy-txt{
    height: 1em;
    overflow: visible;
}
/**/

#privacy-txt h3{
	font-size:117%;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 10px 0px;
}

#privacy-txt p{
	margin:0px;
	padding:0px 0px 20px 0px;
}

.privacy-sign{
	text-align:right;
	border-bottom:1px solid #666;
}
/* pagetop ------------------------------------*/
#pagetop{
	clear:both;
	width:950px;
	border-top:1px solid #cccccc;
	margin:0px 0px 0px 0px ;
	padding:30px 0px 0px 0px ;
}

#pagetop a{
	display:block;
	overflow:hidden;
	width:101px;
	height:12px;
	text-indent:-9999px;
	background:url(../../common/img/pagetop.gif) no-repeat;
	margin:0px 0px 0px 850px ;
}

