/* トップページ用スタイルシート */

#container	{
	background-image: url(img/onepoint.jpg);
	background-repeat: no-repeat;
	background-position: 30px 100%;
	}

#message	{
	margin-bottom: 140px;
	}

/* ------------------- トップ写真 ----------------- */

#topphoto	{
	margin: 0;
	}


/* ------------------- メイン ----------------- */

#main	{
	border-top: none;
	}

/* ------------------- コンテンツ ----------------- */

#contents	{
	margin-top: 20px;

	}


/* ------------------- 左コンテンツ ----------------- */

#leftcontents	{
	width: 330px;
	float: left;
	}


/* ------------------- 右コンテンツ ----------------- */

#rightcontents	{
	width: 370px;
	float: right;
	}


