/*このスタイルシートはサイトの大枠を指定するものである*/

html {
	position: relative;
	min-height: 100%;
}

body {
	letter-spacing: 0.025rem;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* height: auto; */
	padding-top: 1rem;
	background-color: #f5f5f5;
}

.main-content .container {
	margin-top: 4rem;
	margin-bottom: 8rem;
}

.shadowsample{text-shadow: 1px 2px 3px #1C1C1C;}

p {
	text-indent: 0.75em;
	margin-bottom: 0.25em;
}

a .main-content{
	color: #222222;
}