@charset "shift_jis";

/*==================================================
*	01. Base layout
*	02. Main contents
*	03. Footer
==================================================*/


/*--------------------------------------------------
  01. Base layout
--------------------------------------------------*/
#foundation{
	margin:0 auto;
	width:450px;
	background:#000;
}


/*--------------------------------------------------
  02. Main contents
--------------------------------------------------*/
#main-contents{}


/*--------------------------------------------------
  03. Footer
--------------------------------------------------*/
#footer{
	background: url(../images/line01.gif) repeat-x top;
	text-align:center;
	padding:15px 25px 0 25px;
}

#footer p.copyright{
		padding:15px 0 18px 0;
}