@charset "utf-8";

.ml1em { margin-left: 1em; }

.m2-10 { margin: 2px 10px; }

.pb0_5e{padding-bottom: 0.5em;}

.pl0_5e{padding-left: 0.5em;}

.bg-gray { background-color: #f8f6fd; }

.calendar {
  margin: 15px auto;
  width: 160px;
}

h2 {
  position: relative;
  width: 540px;
}

h2 a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 25px;
}

.border-dashed {
  clear: both;
  margin-bottom: 0.8em;
  border-bottom: 1px dashed #ccc;
}

.search-wrapper {
  float: right;
  width: 200px;
  text-align: right;
}

#banner { margin-left: 20px; }

div.mainjump {
	position: absolute;
	top:5px;
	left:50px;
}
div.mainjump a { text-decoration: underline; }

#head{
	position:relative;
}

.display-none {
	display:none;
}

.line-height {
	line-height:1.4em !important;
}

.pageup {
	clear: both;
	text-align: right;
	background-image: url(../img/pageup.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

.txtBlack01 {
	color:#000000;
}

.text-break {
	word-break:break-all;
}