/*基本セレクタ*/
body {
	font-size: 100%;
	margin: 0 10px 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow: auto;
	width: 620px;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
	}

hr {
	display: none;
	}

a {
	color: #CC6600;
	}

/*コンテナ*/
#container {
	width: 620px;
	position: relative;
	margin: 0;
	background-color: #FFFFFF;
	}

/*フォッタ*/
#line {
	}

#line h1 {
	margin: 0;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 620px;
	height: 2px;
	}

#line h1 span {
	display: none;
	}

#footing {
	}

#footing h1 {
	margin: 10;
	background-image: url(../img/copy.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 620px;
	height: 12px;
	}

#footing h1 span {
	display: none;
	}