@charset "UTF-8";
/*
Theme Name: VideoGenomeTheme
Theme URI: http://www.vgmaterials.com/
Description: Video Genome Materials / WordPress
Version: 0.1
Author: vgmaterials
Author URI: http://www.vgmaterials.com/

*/
/*
body {
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	}
*/

.ntwrap {
	margin-bottom: 22px;
}

.notetext p {
	margin: 0 0 1.1em 0;
	/*padding: 0;
	line-height: normal;*/
	}

hr {
	clear: both;
}

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* richeditor styles */
.aa {
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	white-space: pre;
}

.clearboth {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

p.notetextcenter {
	font-size: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
	clear:both;
	/*background: #0000ff;*/
}

