/* CSS Document */

/*----------------------------------------
ie6横スクロール表示対策
----------------------------------------*/
html {
	overflow-x:hidden;
}
/*--------------------------------------*/

body {
	text-align:left;
	background:#4C4C4C;
}

#wrapAll {
	width:820px;
	margin:15px auto 15px auto;
}



