﻿@charset "UTF-8";
/* @import "/css/screen/base.css"; */

body {
	line-height:1.5em;
	color:#000000;
	font-size:10pt;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a[target="_blank"]:after {
	content:"( "attr(href)" ) ";
	}
img {
	border:none;
	vertical-align:middle;
	}
table {
	width:100%;
	}
table caption {
	text-align:left;
	}
abbr[title]:after {
	content:"："attr(title)" ";
	}

/* header */
div#header {
	display:none;
	}

/* globalNavigation */
div#globalNavigation {
	display:none;
	}

/* contents */
div#contents {
	}

/* section */
div#section {
	}
div#section ul.pageNext {
	display:none;
	}

/* localNavigation */
div#localNavigation {
	display:none;
	}

/* footer */
div#footer {
	display:none;
	}