*{
	padding:0px;
	margin:0px;
	line-height:1.7em;
	font-size: 12px;
	color: #333333;
	font-family: "ƒqƒ‰ƒMƒmŠpƒSPro W3","Hiragino Kaku GOthc Pro","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	list-style-type: none;
}
body {
	background-color: #F0F0DC;
}

#header {
	background-image: url(header_back.jpg);
	background-repeat: repeat-x;
	height: 55px;
}
#header-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#container {
	width: 950px;
	background-image: url(contents_back.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#leftblock {
	float: left;
	width: 200px;
}
#centerblock {
	width: 550px;
	float: left;
}
#rightblock {
	float: right;
	width: 200px;
}
#footer {
	font-size: 10px;
	clear: both;
	text-align: center;
}
