body {
	background-color: #f0f1c6;
	color: #008955;
}
h1 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #ec9800;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
h2 {
	margin: 0 0 0.5em 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #008955;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
}
p {
	margin: 0;
	padding: 0;
}
.date {
	text-align: right;
}

/* ===== リンク ===== */
a:link {
	/*color: #ffdf00;*/
	font-weight: bold;
	text-decoration: none;
}
a: visited {
	color: #fff6c7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: #e1e54e;
	color: #77b60a;
	text-decoration: none;
}

/* ===== 角丸コラム ===== */
div.c1 {
	margin: 0 auto 1em;
	width: 400px;
	background-color: #77b60a;
	background-image: url(../img/images/column1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.c2 {
	background-image: url(../img/images/column2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.c3 {
	background-image: url(../img/images/column3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.c4 {
	padding: 30px;
	background-image: url(../img/images/column4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	line-height: 135%;
}

/* ===== カード型コラム ===== */
div.card {
	margin: 0 auto 1em;
	width: 400px;
	background-image: url(../img/images/c_body.gif);
	background-repeat: repeat-y;
}
div.c_header {
	padding: 60px 30px 0 20px;
	background-image: url(../img/images/c_header.gif);
	background-repeat: no-repeat;
}
div.c_footer {
	width: 400px;
	height: 30px;
	background-image: url(../img/images/c_footer.gif);
	background-repeat: no-repeat;
}
