body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
.title {
	font-size: 12px;
	font-weight: bold;
}

html {
     overflow-y: scroll;
}
p {
     margin: 0 0 1em 0;
}
ol,ul {
     list-style: none;
}
fieldset,img {
     border: 0;
}
caption,th {
     text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
.font-s-white {
	color: #FFFFFF;
	font-size: x-small;
}
.font-m-black {
	color: #000000;
	font-size: 12px;
	line-height: 150%;
}
.font-m-black-line-dot {
	font-size: 12px;
	width: 360px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.font-s-black {
	color: #000000;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
}
.img-r {
	float: right;
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
}
