@charset "UTF-8";

body {
	margin-left: 120px;
	margin-top: 77px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
.head {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.description {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.design_caption {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.about_description {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #3D3D3D;
	line-height: 33px;
	font-weight: bold;
}
.subcredit {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.caption_thumbnail{
	font-size: 0.9em; padding-top: 0.2em;
}
.footer{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.dotted {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
.announcement: before {
	content: "SPECIAL THANKS";
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	background-color: red;
	margin-right: 10px;
}