@charset "UTF-8";


/* page title
----------------------------------------------- */
#pagetitle {
	width: 535px;
	height: 80px;
	text-indent: -9999px;
	background: url(../maintenance/images/pagetitle.gif) no-repeat left top;
}


/* title
----------------------------------------------- */
#title {
	margin: 30px 0 0 40px;
	width: 455px;
	background: url(../maintenance/images/image.gif) no-repeat right top;
}
#title p {
	margin: 15px 140px 0 0;
}
#doc01 h2 { background: url(../maintenance/images/h2_01.gif) no-repeat left top; }
#doc02 h2 { background: url(../maintenance/images/h2_02.gif) no-repeat left top; }
#doc03 h2 { background: url(../maintenance/images/h2_03.gif) no-repeat left top; }


/* headline
----------------------------------------------- */
h1 {
	width: 259px;
	height: 58px;
	text-indent: -9999px;
	background: url(../maintenance/images/h1.gif) no-repeat left top;
}
h2 {
	margin: 40px 0 0 40px;
	width: 455px;
	height: 60px;
	text-indent: -9999px;
}
* html body h3 {
	font-size: x-small;
}
h3 {
	margin: 20px 0 0;
	padding: 0 0 0 5px;
	color: #ff7878;
	font-size: small;
	line-height: 1.2em;
	border-left: 25px solid #ff7878;
}


/* cms
----------------------------------------------- */
.cms {
	margin: 20px 0 0 40px;
	padding: 0 0 10px;
	width: 455px;
	background: #f0f0f0;
}
.cms p {
	padding: 15px 15px 0;
}


/* cms
----------------------------------------------- */
.column {
	margin: 20px 0 0 40px;
	width: 455px;
}
.column .left {
	float: left;
	width: 270px;
}
.column .right {
	float: right;
	width: 170px;
}
.column img {
	border: 1px solid #c8c8c8;
}
.column a:hover img {
	border: 1px solid #ffb464;
}
.column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
