* {
	margin:0;
	padding:0;
}

body {
	background: #D4D4FF url(../images/background.jpg) no-repeat center top fixed;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

a {
	color:#8080FF;
	text-decoration: none;
}

a:link {
	color:#8080FF;
	text-decoration: none;
}

a:visited {
	color:#8080FF;
	text-decoration: none;
}

a:hover {
	color:#9999FF;
	text-decoration: underline;
}

a:active {
	color:#9999FF;
	text-decoration: underline;
}

img {
	border: 0 none;
}

.s12 {
	font-size:12px;
}

#wrapper{
	width:700px;
	margin:0 auto;
	background:#fff;
	text-align:left;
}

#date {
	padding: 30px 0;
	font-size: 13px;
	color: #666;
	text-align: center;
}

#footNavi {
	width: 620px;
	margin: 0 auto;
	padding-bottom: 50px;
}
	
		#footNavi table.navi {
			margin-top:50px;
		}

	#footNavi td.nextPrev {
		width: 96px;
		padding: 0 10px;
	}
	
	#footNavi td.top {
		text-align: center;
		width: 388px;
	}
	
	#footNavi td.mail {
		width: 220px;
	}
	
	#footNavi td.home {
		width: 220px;
	}

	#footNavi td.copyright {
		text-align: right;
		width: 180px;
	}
