@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;
}
dl.nyukai dt {
	margin-bottom: 3px;
}
dl.nyukai dd {
	margin: 0 0 10px 15px;
}
.box {
	padding: 15px;
	border: #7f2c23 1px solid;
	margin: 1.5em 0;
}
ul.pdf li.right {
	margin: 0 0 10px 0;
	text-align: right;
}
