/* CommonStyle */

h1,h2,h3,h4,h5,h6,p,
ul,ol,dl,dd,dt,li{
	margin:0;
	padding:0;
}

img{
	border:none;
}

/* container */

div.ContentsArea{
	width:605px;
	text-align:left;
}

/* text */

.copyA{
	font-size:0.9em;
	line-height:140%;
}

.copyB{
	font-size:0.8em;
	line-height:140%;
}

/* list */

.dataA dt{
	font-size:0.9em;
	line-height:140%;
	margin:10px 0 0 0;
	color:#339933;
	margin-top:10px;
}

.dataA dd{
	margin-left:1em;
	font-size:0.9em;
	line-height:140%;
	text-indent:1em;
}

/* color */

.RedA{
	color:#FF0000;
}

/* margin */

.mt10mb10{
	margin:10px 0 10px 0;
}

.mt40mb10{
	margin:40px 0 10px 0;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mt10{
	margin-top:10px;
}


.mr10{
	margin-right:10px;
}
