@charset "UTF-8";

/**/

blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	background: #330000 url(/image/blog/bg.jpg) repeat left top;
	color: #ffffff;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}  

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

a img { border: 0; }

img { vertical-align: top; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
}

q:before, q:after { content:''; }


button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

* html .pngfix { behavior: url("/dx/css/iepngfix.htc"); }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.center { display: block; margin: 0 auto; }

.right { float: right; }

.left { float: left; }

.clear { clear: both; }


/**/




