body
{
	background-image: url('/images/bg1.png');
	background-repeat: repeat-y;
	background-position: center center;
}
.container
{

}
/**
*  ヘッダー
*
*/
#header h1
{
	text-indent: -9999px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	height: 300px;
}


/**
*
*	メイン
*/


/**
*  フッター
*
*/
#footer
{
	background-color: #3d3d3d;
	color: white;
	border: 1px solid black;
	text-align: center;
	padding: 3px;
}

#footer a
{
	color: white;
}













