@charset "utf-8";
/* ===================================================================
CSS information

 file name  : outline.css
 style info : outline
=================================================================== */

/*----------------------------------------------------
	outline
----------------------------------------------------*/
#main h2 {
	width: 590px;
	height: 31px;
	font-size: large;
	font-weight: bold;
	background: url(../common/images/title.gif) no-repeat top left;
	clear: both;
	padding: 8px 0 0 20px;
}
#main p#holding {
	margin: 30px 0 0 10px;
}
#main p#pre {
	width: 560px;
	height: 39px;
	padding: 10px;
	margin: 20px 0 0 10px;
	background: url(./images/pre_bg.gif) no-repeat left top;
	color: #fff;
}
#main #kyoto {
	width: 600px;
	height: 100%;
	margin: 20px 0 0 10px;
	clear: both;
}
#main #kyoto img {
	float: left;
	margin-right: 15px;
}
#main #kyoto p {
	padding-top: 3em;
}
#main table.outline_table {
	width: 100%;
	margin-top: 35px;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
#main table.outline_table caption {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	background: url(./images/caption_icon.gif) no-repeat left center;
}
html>/**/body #main table.outline_table {
	width: 100%;
	margin-top: 0;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
html>/**/body #main table.outline_table caption {
	font-weight: bold;
	margin-top: 35px;
	padding-bottom: 5px;
	padding-left: 12px;
	background: url(./images/caption_icon.gif) no-repeat left center;
}
#main table.outline_table th {
	width: 7em;
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #f7f7f8;
	color: #555;
}
#main table.outline_table td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 5px;
	background: #fff;
	color: #555;
}