@charset "UTF-8";

/*
Name	:news.css
Date	:2011.11.30
Update	:2011.11.30
*/


/* index
----------------------------------------------- */
.index h1 {
	margin: 0 0 15px;
}
.index .column {
	padding: 15px 0;
	background: url(../images/border01.gif) no-repeat left bottom;
}
.index .column h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.0em;
}
.index .column .date {
	margin: 0!important;
	font-size: 0.8em;
}
.index .column .date img {
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
.index .column .summary {
	margin: 2px 0 0!important;
}


/* detail
----------------------------------------------- */
.detail .entry {
	margin: 30px 0 0;
}
.detail .entry h2 {
	margin: 10px 0 0;
	padding: 0 0 5px;
	font-size: 1.2em;
	background: url(../images/border01.gif) no-repeat left bottom;
}
.detail .entry .date {
	margin: 0!important;
	font-size: 0.85em;
}
.detail .entry .date img {
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
