body {
	font		: 14px sans-serif, 'ＭＳ ゴシック','ＭＳ 明朝',Osaka, Verdana ;
	margin		: 0;
	padding		: 0;
	text-align	: center;
}

#container{
	width			: 800;
	background		: #ffffff;
	padding			: 10px 10px 10px 10px;
	// border-left		: 3px solid #333333;
	// border-right		: 3px solid #333333;
	text-align		: center;
	margin			: 5 auto;

	font-size		: 12px;
	line-height		: 14px;
	font-weight		: normal;

	border-radius		: 10px;
	-o-border-radius	: 10px;
	-icab-border-radius	: 10px;
	-khtml-border-radius	: 10px;
	-moz-border-radius	: 10px;
	-webkit-border-radius	: 10px; 
	border			: 2px solid #000;

}

