@charset "UTF-8";

/*=========================================================
	/news/
=========================================================*/
#content .news h2.newstitle {
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	margin: 30px 0 20px;
	text-decoration: underline;
}

#content .news h3.subtitle01 {
	margin-bottom: 5px;
	font-size: 1.6em;
}

.news p.date {
	float: right;
	display: block;
	width: 300px;
	font-size: 1.3em;
	text-align: right;
	margin: 30px 0 0;
}

.news .category {
	float: left;
	display: block;
	width: 300px;
	font-size: 1.3em;
	margin: 30px 0 0;
}

.news table.common {
	margin: 0 0 10px;
}

.news table.comments {
	width: 100%;
	font-size: 1.4em;
}

.news table.comments th {
	padding: 0 0 5px;
	vertical-align: top;
}

.news table.comments td {
	padding: 0 0 20px;
}

.news table.comments td .subtxt {
	display: block;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.news .alink {
	margin: 30px 0 0;
}

#content .news .alink h3 {
	margin: 0 0 5px;
	font-size: 1.9em;
	font-weight: bold;
}

.news .alink p {
	font-size: 1.4em;
}

.news a {
	color: #004C9F;
}

.news a:link,
.news a:visited {
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news p.prevnews {
	text-align: right;
	font-size: 1.9em;
	padding: 20px 0 50px;
}

.news .prevnews a {
	background: url(../images/common/bg_linktype01.jpg) no-repeat left 0.5em;
	padding: 0 0 0 20px;
}