/* ============ list ================================== */
div.short-01 {
	font-size: 11px;
	color: #999;
}
div.short-01 a:link, div.short-01 a:visited {
	color: #999;
	text-decoration: underline;
}
div.short-01 a:hover {
	color: #d68429;
	text-decoration: underline;
}
div.short-01 img {
	padding: 2px 4px 0 0;
}


/* ============ text ================================== */
div.text-01 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 4px #808080;
	-moz-box-shadow: 1px 1px 4px #808080;
	box-shadow: 1px 1px 4px #808080;
	background-color: #DDDDDD;
	padding: 2px 6px 4px 6px;
	margin: 2px 0 10px 0;
	display: table;
	width: 98%;
	float: left;
}
div.text-02 img {
	width: 98%;
}
div.text-03l {
	display: table-cell;
	float: left;
	width: 46%;
}
div.text-03r {
	border-left: 1px dotted #999;
	display: table-cell;
	float: right;
	text-align: right;
	width: 52%;
	font-size: 11px;
	color: #666;
}
div.text-04 {
	margin: 14px 0 0 0;
}


/* ============ ad ================================== */
div.ad-01 {
	text-align: center;
	margin: 0 0 20px 0;
}
div.ad-02 {
	margin: 20px 0 10px 0;
}



/* ============ bottom ================================== */
table.bottom-01 {
	background: #377895;
	color: #cfe7f2;
	border-collapse: collapse;
	border: 1px solid #cfe7f2;
}
table.bottom-01 td {
	border: 1px solid #cfe7f2;
	padding: 0 4px 8px 8px;
}
table.bottom-01 h3 {
	color: #ffc5b8;
	margin: 0 0 10px 0;
}
table.bottom-01 a:link, table.bottom-01 a:visited {
	color: #a8d3e5;
}