@charset "utf-8";
/* CSS Document */

.red {
	color: #FF0000;
	line-height: 22px;
	font-size: 14px;
}
.lead {
	font-size: 14px;
	width: 320px;
	padding-top: 2px;
	text-align: center;
	margin-bottom: 8px;
}
.comment {
	width: 305px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-top: 6px;
}
.comment a{
	text-decoration: underline;
	color: #FF00CC;
}
.pict {
	margin-bottom: 4px;
	text-align: center;
}
#link-area{
	margin-bottom: 12px;
	padding-top: 4px;
	padding-left: 15px;
}
.link-btm {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius: 7px; /* Chrome,Safari */
	-moz-border-radius: 7px;    /* Firefox */
	border-radius: 7px;
	/* ▼Chrome,Safari */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	/* ▼CSS3 */
background: linear-gradient(top, #fff, #ccc);
	/* ▼Firefox */
background: -moz-linear-gradient(top, #fff, #ccc);
	/* ▼Opera */
background: -o-linear-gradient(top, #fff, #ccc);

/* ▼IE */
filter:progid:DXImageTransform.Microsoft.Gradient
; 		float: left;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
	margin-right: 6px;
}
