@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color: #333;
	line-height: 1.5em;
	background-color:#F5F3F1;
	font-size: 100%;
	}



a:link,
a:visited {
	text-decoration: underline;
	color: #007d8c;
	}
		
a:hover {
	color: #41a120;
	}



hr {
	display: none;
	clear: both
	}

span {
	display: none;
	}

h1 {
	margin-top: 30px;
	}

h2 {
	color: #00C0D7;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin: 80px 20px 30px 20px;
	padding-bottom: 5px;
	}
	
p {
	margin: 20px 20px 10px 20px;
	}	
	
	
#cont {
	width: 830px;
	margin: auto;
	}
	
#about {
	margin-top: 40px;
	}
#copyright {
		margin-top: 30px;
		font-size: small;
	}
#sampleSite {
		background-color: white;
		overflow: auto;
		height: 200px;
		width: 790px;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
#sampleSite ul {
		margin-bottom: 20px;
		margin-left: 50px;
	}	