/* exzone */
#frame {
	width: 800px;
	background-image: url(../img/layout/frame2.gif);
}

#frame_title {
	float: left;
}
#frame_title2 {
	float: right;
}

#program_area {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}


/* exzone name */
#exzone_name_area {
	margin-bottom: 20px;
	width: 740px;
}

#exzone_name_bg1 {
	height: 10px;
	width: 740px;
	background-image: url(../img/layout/title_bg1_c07.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#exzone_name_bg2 {
	height: 10px;
	width: 740px;
	background-image: url(../img/layout/title_bg2_c07.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#exzone_name_bg3 {
	width: 740px;
	background-color: #0098D4;
}

#exzone_name_logo {
	float: left;
	width: 180px;
	padding-left: 10px;
}
#exzone_name {
	float: left;
	width: 530px;
	padding-right: 10px;
	padding-left: 10px;
}
#exzone_name_title {
	font-size: 160%;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 390px;
}
#exzone_name img {
	float: left;
}
#exzone_name_text {
	font-size: 80%;
	line-height: 1.3em;
	color: #FFFFFF;
	padding-top: 5px;
}
#exzone_name_text a {
	text-decoration: underline;
	color: #FFFFFF;
}
#exzone_name_text a:hover {
	color: #CCCCCC;
}


.p_entry {
	margin-bottom: 20px;
}

#exzone_btn1 {
	width: 150px;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
}
#exzone_btn1 a {
	height: 100%;
	width: 100%;
	background-image: url(../img/layout/kyoutei_btn1.gif);
	display: block;
	text-indent: -1000em;
}
#exzone_btn1 a:hover {
	background-position: 0px -30px;
}

#exzone_btn2 {
	width: 150px;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
}
#exzone_btn2 a {
	height: 100%;
	width: 100%;
	background-image: url(../img/layout/kyoutei_btn2.gif);
	display: block;
	text-indent: -1000em;
}
#exzone_btn2 a:hover {
	background-position: 0px -30px;
}

.exzone_table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.exzone_table th {
	padding: 5px;
	background-color: #0098D4;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #1A1D26;
}
.exzone_table td {
	border: 1px solid #1A1D26;
	color: #555555;
	font-size: 70%;
	text-align: center;
	padding: 2px;
}
.exzone_tdcolor {
	background-color: #eeeeee;
}





.exzone_backbtn {
	font-size: 80%;
	height: 20px;
	line-height: 20px;
	float: right;
	background-image: url(../img/layout/back_c07.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.exzone_backbtn a {
	color: #0098D4;
	text-decoration: underline;

}


#banner {
	padding-top: 10px;
}
