@charset "utf-8";
/* CSS Document */


/* container
------------------------------------------------------------*/

#gallery #contents h1 {
	background: url(../img/title.jpg) no-repeat left top;
}

#gallery #contents table.t_gallery {
	width: 520px;
}

#gallery #contents table.t_gallery th {
	background-color: #70192D;
	color: #FFFFFF;
	width: 100px;
	padding: 10px 5px;
	font-weight: normal;
	border-right: 5px solid #FFFFFF;
}

#gallery #contents table.t_gallery .t_top {
	font-weight: normal;
	border-top: 1px dotted #70192D;
}

#gallery #contents table.t_gallery td {
	padding: 7px 5px 7px 15px;
	border-bottom: 1px dotted #70192D;
}

#gallery #contents table.t_gallery .text_red {
	color: #70192D;
	width: 50px;
	padding-right: 30px;
}

#gallery #contents table.g_schedule {
	width: auto;
}

#gallery #contents table.g_schedule td {
	padding: 2px 30px 0 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#gallery #contents table.g_schedule td.gs_right {
	padding-right:  5px;
}
