body {
	text-align:center;
	background-color:#ffffff;
	background: url(../img/common_img/bkg.gif) repeat-x;
	line-height:120%;
	color:#4C4C4C;
	font-size: 12px;
	font-family: Arial,'MS PSVbN'AOsaka,sans-serif;
}
div.mainbody {
	width:764px;
	margin:0px auto;
	text-align:left;
}
body,h1,h2,h3,p,dl,dt,dd,ul,li{
	margin:0px;
	padding:0px;
}
h1{
margin-bottom: 20px;
}
ul{
list-style: none;	
}

/* btn */
.btn{
float: right;
height: 40px;
}
.btn li{
float: left;
margin-left: 15px;
}
.iconnew {
	background-image:url(../img/common_img/new_icon.gif);
	background-repeat:no-repeat;
	background-position:85% 50%;
}
/* safari only \*/
html:\66irst-child .iconnew{
	background-image:url(../img/common_img/new_icon.gif);
	background-repeat:no-repeat;
	background-position:70% 50%;
}



.copyright{
text-align: right;
margin: 20px 0px;
clear: both;
}


a:link{color:#5980AB; text-decoration:none;}
a:visited{color:#5980AB;	text-decoration:none;}
a:active{color:#BBCCDD; text-decoration:underline;}
a:hover{color:#BBCCDD; text-decoration:underline;}


.dn{	display:none;}
.clear{clear: both;}
.mtop20{
margin-top: 20px;
}