/*

*/

* { padding: 0; margin: 0; }

body {
	font: 12px "ＭＳ ゴシック", "Osaka－等幅";
	background: #999999;
	color: #333333;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 622px;
	background: #D1DBDB;
	text-align: left;
}
#faux {
	background: repeat-y;
	overflow: auto;  /*　Firefoxで背景が見えなくなる　*/
	width: 100%;
	margin-bottom: 10px;
}
#header {
 color: #333;
 width: 602px;
 padding: 10px;
 height: 50px;
 margin: 0px;
 background: #ABBEBE;
}
#up {
	display: inline; /*IEでレイアウトが崩れる*/
	color: #333;
	padding: 0px;
	height: auto;
	width: 100%;
}
#down {
	color: #333;
	/* width: 383px; */
	display: inline; /*IEでレイアウトが崩れる*/
	position: relative;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#footer {
	width: 602px;
	clear: both;
	color: #333;
	background: #ABBEBE;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.clear { clear: both; background: none; }
#wrapper #header h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#wrapper h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 8px;
}
#wrapper p {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left: 8px;
	margin-bottom: 10px;
}
