@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent; }

header, footer, article, section, nav, aside, hgroup, figure {
	display: block; }

table             { border-collapse:collapse; border-spacing:0; }
fieldset, img     { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ul, ol            { list-style:none; }
caption, th       { text-align:left; }
h1, h2, h3, h4, h5, h6    { font-weight:bold; }
q:before, q:after { content:''; }

strong, em, th, dt { font-weight:bold; }

a                 { text-decoration:none; }
a img             { border:none; } /* Gets rid of IE's blue borders */

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; border-bottom:1px solid #fff; margin:2em 0; }


/**
 * 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 * 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 * 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 15px 10px 0; }
.alignright		{ float: right; margin: 0 0 10px 15px; }


/*　ｐｒｉｎｔ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


@media print {
body { background:none !important; }
}