	body
	{
		margin:0px 0px 0px 0px;        /* ページ全体のmargin */
		padding:0px;                   /* ページ全体のpadding */
		text-align:center;             /* 下記のautoに未対応用のセンタリング */
		font-size: small;
	}
	a {
		outline:none;
	}
	
	#main
	{
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
		text-align:center;   /* 中身を左側表示に戻す */
		width:950px;         /* 幅を決定する */
	}

	#top_box
	{
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
		text-align:center;     /* 中身を左側表示に戻す */
	}
	#left_box
	{
		float:left;
		width:250px;         /* 幅を決定する */
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
		text-align:center;     /* 中身を左側表示に戻す */
		//height:100px;
	}
	

	#nave{
		text-align:center;        /* 中身を左側表示に戻す */
		margin-bottom:100px
		width: 250px;
	}

	#nave ul {
		
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#nave li {
		margin: 0;
		padding: 0;
	}

	#nave a {
		padding:3px 20px;
		display: block;
		width: 210px ;
	}
	
	.banner {
		padding:30px 0px 10px 0px;
	}
	
	.link {
		padding:10px 0px 10px 0px;
	}
	
	
	#main_box
	{
		float:left;
		width:680px;
		margin-left:auto;    /* 左側マージンを自動的に空ける */
		margin-right:auto;   /* 右側マージンを自動的に空ける */
		text-align:center;     /* 中身を左側表示に戻す */
	}
	
		#footer
	{
		clear: both;
		margin-top:50px;
		margin-left:auto;         /* 左側マージンを自動的に空ける */
		margin-right:auto;        /* 右側マージンを自動的に空ける */
		text-align:center;        /* 中身を左側表示に戻す */
		width:950px;             /* 幅を決定する */
		height:100px;
		background-color: #6495ED; /* 背景色を決定する */
	}
		#footer table
		{
			margin-top:200px;
			margin-left:auto;         /* 左側マージンを自動的に空ける */
			margin-right:auto;        /* 右側マージンを自動的に空ける */
			width:auto;             /* 幅を決定する */
			height:100px;
			background-color:#6495ED; /* 背景色を決定する */
		}

		#footer table td
		{
			width:auto;             /* 幅を決定する */
			height:40px;
			background-color:#6495ED; /* 背景色を決定する */
		}
		#footer a
		{
			outline:none;
			text-decoration:6495ED;
		}