body {
	background-color: #FFF;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #3C0;
}
#card_container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	width: 800px;
}

#card_header {
	width: 800px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#card_navbar {
	width: 800px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#card_contents {
	width: 800px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#card_footer {
	width: 800px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	background-color: #FFF;
	clear: both;
	margin: 0px;
}
#card_footer p {
	padding: 5px;
	font-size: x-small;
	margin: 0px;
	font-weight: normal;
	line-height: 80%;
}

#card_copy {
	font-size: x-small;
	color: #666;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}
#card_copy p {
	padding: 0px;
	font-size: small;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.img_left {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
.float_clear {
	clear: both;
}
.orange {
	color: #F63;
	font-size: small;
	font-weight: bold;
}
