/***ブロックレベル***/
body,h1,h2,h3,h4,h5,p,ul,ol{
margin:0px;
padding:0px;
}

ul,ol{list-style-type:none}
table{border:none}

/***インライン***/
strong{font-weight:normal}
em{font-style:normal}

/***共通***/
table,img{border:none}
address,em{font-style:normal}
img{
margin:0px;
padding:0px;
border:0;
}

/* clearfix */
#f_container:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}