@charset "UTF-8";
/* _____________________________________________________________________ HTML5 Reset */

article,aside,dialog,figure,figcaption,footer,header,main,menu,nav,section{
	display: block;
}

time{
	display: inline;
}

/* _____________________________________________________________________ TEXT */

p{
	margin:0 0 1em 0;
}

.nowrap{
	white-space:nowrap;
}

em{
	font-style:normal;
	font-weight:bold;
}

/* _____________________________________________________________________ IMG */

img{
	border:none;
	margin:0px;
	padding:0px;
}


/* _____________________________________________________________________ ALIGN FLOAT */

.align_left{
	text-align:left;
}

.align_center{
	text-align:center;
}

.align_right{
	text-align:right;
}

.right_image{
	margin:0 0 10px 10px;
	float:right;
}

.left_image{
	margin:0 10px 10px 0;
	float:left;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:0px;
}
