@charset "UTF-8";

@import "/lib/cmn_css/component.css";
@import "/company/css/company_comp.css";

#contents div.mv {
 background:url(/utility/images/p_link_mv.jpg) top left no-repeat;
	margin-bottom:10px;
	height:60px;
 width:780px;
}

#contents div.mv span {
 display:block;
 overflow:hidden;
 text-indent:-9999px;
}

#mainContents h2 {
 background:url(/utility/images/h_link_index.gif) top left no-repeat;
	margin-bottom:10px;
	height:25px;
}

#mainContents h2 span {
 display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#mainContents h3.linklist {
 background:url(/utility/images/h_link_list.gif) top left no-repeat;
	margin-bottom:20px;
	height:21px;
}

#mainContents h3.linksite {
 background:url(/utility/images/h_link_site.gif) top left no-repeat;
	margin-bottom:20px;
	height:21px;
}

#mainContents h4.linktxt {
 background:url(/utility/images/h_link_txt.gif) top left no-repeat;
	margin-bottom:10px;
	height:17px;
}

#mainContents h4.linkbanner {
 background:url(/utility/images/h_link_banner.gif) top left no-repeat;
	margin-bottom:10px;
	height:18px;
}

#mainContents h3.linklist span,
#mainContents h3.linksite span,
#mainContents h4.linktxt span,
#mainContents h4.linkbanner span {
 display:block;
	overflow:hidden;
	text-indent:-9999px;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

.imgVt {
 vertical-align:text-top;
}