@charset "UTF-8";

/* ------------------------ */
/* header_footer_toolbar_pc */
/* ------------------------ */

div#header {
	width:100%;
	height:56px;
	background:#fff url("/template/header_2.gif") repeat-x;
	color:#fff;
	line-height:1;
}

	div#header h1 {
		width:256px;
		height:52px;
		float:left;
		background:url("/template/header_1.gif") no-repeat;
		margin:0;
		padding:0;
		color:#fff;
		font-size:0.9em;
		line-height:1;
		text-indent:-9999px;
	}

	div#header h1 a {
		display:block;
		width:256px;
		height:52px;
	}

div#header_title {
	float:left;
	margin:0;
	padding:15px 0 0 10px;
}

	h2#header_title_jp {
		color:#fff;
		font-size:1em;
		font-weight:bold;
		margin:0 0 0 0;
	}
	div#header_title_en {
		font-size:0.8em;
		font-weight:bold;
	}


div#header_navi {
	float:right;
	font-size:0.9em;
	padding:15px 10px;
	line-height:1;
}


/* ------- */
/* toolbar */
/* ------- */
div#toolbar {
	background:#9bc;
	float:left;
	width:18%;
	margin:1em 0 1em 1%;
	padding:1em 1%;
	font-size:0.9em;
	line-height:1.2;
}
	div#toolbar em {
		font-style:normal;
		font-weight:bold;
	}
	div#toolbar a:link,
	div#toolbar a:visited {
		color:#036;
	}
	div#toolbar a:hover {
		color:#fff;
	}

	div#toolbar ul {
		padding:0.5em 0 1em 0;
	}

		div#toolbar li {
			list-style:none;
			margin:0;
			padding:0.5em 0 0.5em 1em;
		}

/* ------- */
/* content */
/* ------- */
div#contentspace {
	background:#fff;
	width:76%;
	float:right;
	padding:1%;
}
	div#contentspace strong {
		color:#f00;
		font-weight:bold;
	}

	div#contentspace em {
		font-style:normal;
		font-weight:bold;
	}

	div#contentspace p {
		padding:0.5em 0;
		line-height:1.7;
	}

	div#contentspace ul,
	div#contentspace ol {
		padding:0.5em 1em 1em 1em;
		font-size:0.9em;
	}

		div#contentspace ul li,
		div#contentspace ol li {
			margin:0 0 0 1.5em;
			padding:0.25em 0 0.5em 0;
			line-height:1.5;
		}

/* コンテンツ大見出し */
	div#contentspace h3 {
		clear:both;
		margin:0.5em 0 1em 0;
		padding:0.5em 0 0.5em 0.5em;
		border-left:10px solid #fc0;
		color:#006;
		font-size:1.8em;
		font-weight:bold;
		line-height:1.3;
		text-decoration:none;
	}

/* コンテンツ中見出し */
	div#contentspace h4 {
		margin:1em 0;
		padding-bottom:0.3em;
		border-bottom:1px dotted #69f;
		color:#03c;
		font-size:1.3em;
		font-weight:bold;
		text-decoration:none;
	}

/* 引用 */
	.caption {
		margin:1em 0;
		padding:1em;
		border:1px solid #ccc; padding:4px;
		color:#666;
		font-size:0.9em;
		line-height:1.5em;
	}
		.caption em {
			color:#333;
			font-weight:bold;
			font-style:normal;
		}


	table.tabletext {
		border:1px #999 solid;
			border-top:1px #ccc solid;
			border-left:1px #ccc solid;
	}
		table.tabletext th {
			background:#9de;
			border-right:1px #999 solid;
			border-bottom:1px #999 solid;
			padding:4px;
			font-size:0.9em;
			text-align:left;
			line-height:1.3em;
		}
		table.tabletext td {
			border-right:1px #999 solid;
			border-bottom:1px #999 solid;
			font-size:0.9em;
			padding:4px;
			line-height:1.3em;
		}




div#footer {
	clear:both;
	padding:1em 1%;
	font-size:0.8em;
}