@charset "utf-8";
/* ===================================================================
CSS information

 file name  : info.css
 style info : info
=================================================================== */

/*----------------------------------------------------
	info
----------------------------------------------------*/
#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#stitle {
	font-weight: bold;
	margin-top: 15px;
	padding: 0px;
}
#main #plan {
	width: 610px;
	height: 100%;
	margin: 10px 0 0 0;
	clear: both;
}
#main #plan img {
	float: left;
	margin-right: 15px;
}
#main #plan p {
	padding-top: 5em;
}
#main #display_item {
	width: 610px;
	height: 100%;
	margin: 30px 0 0 0;
	clear: both;
}
#main #display_item_left {
	width: 279px;
	height: 100%;
	float: left;
}
#main #display_item_left h3 {
	width: 254px;
	height: 26px;
	background: url(./images/title_item.gif) no-repeat left top;
	font-weight: bold;
	padding: 8px 0 0 25px;
}
#main #display_item_left ul {
	margin: 5px 0 0 10px
}
#main #display_item_left ul li {
}
#main #display_item_right {
	width: 279px;
	height: 100%;
	float: right;
}
#main #display_item_right h3 {
	width: 254px;
	height: 26px;
	background: url(./images/title_item.gif) no-repeat left top;
	font-weight: bold;
	padding: 8px 0 0 25px;
}
#main #display_item_right ul {
	margin: 5px 0 0 10px
}
#main #display_item_right ul li {
}
#main #plan_image {
	width: 552px;
	height: 352px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
#main #hall_image {
	width: 592px;
	height: 302px;
	margin: 0 auto;
	margin-top: 15px;
	clear: both;
}
#main p#hall {
	width: 350px;
	margin: 20px 0 0 138px;
}
#main dl#merit {
	margin: 20px 0 50px 138px;
}
#main table.info_table {
	width: 100%;
	margin-top: 35px;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
#main table.info_table caption {
	caption-side: bottom;
}
#main table.info_table th {
	border: 1px #ccc solid;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #5a5a5a;
	color: #fff;
}
#main table.info_table td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 5px;
	background: #fff;
	color: #555;
}
#main p#info_table_caption {
	margin-top: 5px;
}
#main #panel {
	width: 590px;
	height: 100%;
	margin: 30px 0 0 20px;
	clear: both;
}
#main #panel #panel_inner {
	float: left;
}
#main #panel #panel_inner p {
	clear: both;
	text-align: center;
	padding: 0;
	padding-top: 10px;
}
#main #panel #panel_inner img {
	float: left;
	margin-right: 15px;
}
#main #panel p {
	padding-top: 2em;
}
