@charset "UTF-8";

/* Base Settings
--------------------------------------------------*/

.column_title {
	color: #39C;
	border-left: double 4px;
	text-indent: 6px;
	margin: 2px 0 4px 0;
}

.column_date {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

/*------ oshirase ------*/
.oshirase_subj {
	color: #ff6600;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.oshirase_date {
	color:　#3399ff;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oshirase_mesg {
	color: #333333;
	text-align: left;
	padding: 10px;
	line-height: 2em;
}