/* 基本設定 */
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-size:80%;
}
a{
	color:#339900;
	}
a:hover{
	color:#FF6600;
	}
img{
	border:none;
	}
hr{
	width:730px;
	height:1px;
	border:1px solid #EEEEEE;
	}
/* ページ全体 */
#container{
	width:100%;
	height:100%;
	text-align:center;
	}
#frame{
	margin:auto;
	width:760px;
	background-image:url(images/m_frame.gif);
	background-repeat:repeat-y;
	}
/* コンテンツ部分 */
#contents{
	margin:auto;
	width:645px;
	text-align:left;
	}
span{
	margin-left:15px;
	}
ol{ 
	margin:5px 0px 5px 40px; 
}
#footer{
	margin:auto;
	width:730px;
	text-align:right;
	}