@charset "utf-8";

.none {
	display: none;
}
.topicPath {
	padding: 20px 10px 10px;
	margin-top: 0px;
	font-size: 85%;
}

/* lay-out */

#cont_list {
	width: 745px;
	background: #a9c3da;
	float: left;
}

#white_box {
	background: url(../image/event/contentBox-image.jpg) repeat-x top #ffffff;
	width: 723px;
	overflow: hidden;
	margin: 0px 11px;
}



.cp_footer {
	background: url(../image/event/footer-image.jpg) repeat-x;
	height: 70px;
	clear: both;
	text-align: center;
}

address {
	font-style: normal;
	margin: 15px 0px;
}

/* globalnavi */

ul.cp_gnavi {
	background: url(../image/event/bg_cpmenu.gif) repeat-x;
	text-align: center;
	margin: 0px 11px;
	padding: 0px;
}

ul.cp_gnavi li {
	list-style: none;
	color: #ffffff;
	display:inline;
	line-height: 30px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

ul.cp_gnavi li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* title */

.bg_title {
	background: url(../image/event/bg_charhead.jpg) no-repeat;
	height: 94px;
	margin: 0px 11px;
	width: 723px;
}

.cp_eventbg {
	background: url(../image/event/bgt_event.gif) repeat-x;
	margin: 0px 20px;
}

.cp_eventtitle {
	background: url(../image/event/title_event.gif) no-repeat;
	width: 181px;
	height: 47px;
	margin: 0px 0px 10px;
}

/* table */


table.cp_search {
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	width: 683px;
	margin: 0px 20px 20px;
	padding-top: 20px;
	font-size: 80%;
	background-color: #f1f1f1;
}

table.cp_search th {
	padding: 6px;
	text-align: left;
	font-weight: normal;
}

table.cp_search td {
	padding: 4px;
}

table.cp_result {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	width: 683px;
	margin: 0px 20px 20px;
	padding-top: 20px;
	font-size: 80%;
}

table.cp_result th {
	border: solid #ffffff;
	border-width: 1px 1px 3px;
	border-collapse: collapse;
	padding: 6px;
	background-color: #66CCFF;
}

table.cp_result td {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	padding: 4px;
}

table.cp_result tr.color1 {
	background-color: #e5f8ff;
}

table.cp_result tr.color2 {
	background-color: #f5f5f5;
}

