@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */
table.outline {
	width: 80%;
}
table.outline td,table.outline th {
	padding: 7px 10px;
	vertical-align: top;
	border-bottom: #d9d9d9 1px solid;
}
table.outline th {
	border-bottom: #434343 2px solid;
	width: 80px;
}
.section {
	margin-bottom: 2em;
}
h4.subTi {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
}
#gaikan {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.tablePos {
	position: relative;
}
