@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}
.blogEntry h4 {
	font-weight: bold;
	color: #6b0e05;
	background: url("images/h4Point.gif") no-repeat 0 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
table.form {
	width: 100%;
}
table.form td,table.form th {
	padding: 7px 10px;
	vertical-align: top;
}
table.form td {
	border-bottom: #dddddd 1px solid;
}
table.form th {
	border-bottom: #999 1px solid;
}
ul.list {
	margin-left: 15px;
}
ul.list li {
	background: url(images/point.gif) no-repeat 0 6px;
	padding-left: 20px;
	font-size: 116%;
}
.date {
	padding-right: 10px;
}
