@charset "utf-8";
/* CSS Document */

@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	padding: 0px;
	font-size: 100%;
	margin: 0px;
	list-style-type: none;
}

html,body {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Meiryo, "MS PGothic", Osaka, "Hiragino Kaku Gothic Pro";
	line-height: 130%;
	background-color:#000000;

}

#all_wrapper {
	margin-top:0px;
	margin-right: auto;
	margin-left:auto;
	height: 100%;
	width:1080px;
	float: none;
	font-size: 12px;
	background-color:#000000;
}
body > #all_wrapper {
	height: auto;
}

.bottom{
	color:#993300;
	margin:0px;
	}
