@charset "UTF-8";

/*--------------------------------------------*/
/* common                                     */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img { 
	margin: 0;
	padding: 0;
}
body {
	background-color: #F5F5F5;
}

img { border: none;}

/*--------------------------------------------*/
/* Main Content                               */
/*--------------------------------------------*/


#wrap { height:auto;	background-color: #F5F5F5;}
body > #wrap {
 height:100%;
}


#contents  {
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	position: relative;
	background-image: url(img/deco_bg.jpg);
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
	
}
