@charset "utf-8";
/* CSS Document */

h1{
	display:block;
	height:165px;
	background:url(../images/main_img_sub.jpg) center top no-repeat;
	margin:10px 0 5px 0;
}
h1 span{ display:none;}

/* second h2 */
/*===========================================================*/
h2{
	display:block;
	height:46px;
	background-repeat:no-repeat;
	background-position:10px;
	background-color:#333333;
	margin-bottom:10px;
}
h2 span{ display:none;}

		/* h2_image */
		h2#h2_event			{ background-image:url(../images/h2_event.jpg);}
		h2#h2_exhibition	{ background-image:url(../images/h2_exhibition.jpg);}
		h2#h2_seminar		{ background-image:url(../images/h2_seminar.jpg);}
		h2#h2_cast			{ background-image:url(../images/h2_cast.jpg);}
		h2#h2_press			{ background-image:url(../images/h2_press.jpg);}
		h2#h2_access		{ background-image:url(../images/h2_access.jpg);}
		h2#h2_privacy		{ background-image:url(../images/h2_privacy.jpg);}
		h2#h2_sitemap		{ background-image:url(../images/h2_sitemap.jpg);}
		h2#h2_seminar_offer	{ background-image:url(../images/h2_seminar_offer.jpg);}
		h2#h2_cast_offer	{ background-image:url(../images/h2_cast_offer.jpg);}
		/*----------*/

/* second hx */
/*===========================================================*/
h3{
	margin:40px 0 10px 0;
}
h4{
	margin:20px 0 5px 0;
}
/*============================================================*/
p.std_p{
	padding:10px 20px;
	color:#cccccc;
}

/* ul */
/*================================*/
ul.pagelink{
	margin-left:40px;
}
ul.pagelink li{
	line-height:1.6;
	list-style-position:inside;
	list-style-type:decimal;
	color:#F20016;
}
ul.pagelink li a{
	text-decoration:none;
}

/* dl */
/*================================*/

dl.std_dl{
	margin:10px 0;
}

dl.std_dl dt{
	float:left;
	margin-right:10px;
}

dl.std_dl span.dd_h{
	display:block;
	color:#F20016;
}
dl.std_dl span.dd_day{
	display:block;
		font-weight:bold;
}
dl.std_dl span.dd_txt{
	display:block;
	padding-top:10px;
}

/* table */
/*========================================*/
table.std_tb{
	width:480px;
	margin:10px 0 15px 20px;
}
table.std_tb .tb_head{
	padding:5px;
	background:#191919;
}
table.std_tb th{
	width:130px;
	background:#373737;
	padding:5px;
	color:#CCCCCC;
}
table.std_tb td{
	background:#525252;
}

table.std_tb td p{
	line-height:1.6;
	padding:10px;
}

table.std_tb td dl{
	margin:10px;
	color:#CCCCCC;
}

table.std_tb td ul{
	margin:10px;
	color:#CCCCCC;
}

.conts_btn{
	margin:10px;
}

.btn_goto_pagetop{
	text-align:right;
	margin:10px 20px;
}
.btn_goto_pagetop a{
	display:block; float:right;
	width:120px; height:20px;
	background:url(../images/btn_goto_pagetop.jpg) left top no-repeat;
}
.btn_goto_pagetop a:hover{
	background:url(../images/btn_goto_pagetop_a.jpg) left top no-repeat;
}
.btn_goto_pagetop a span{ display:none;}

/*============================================================*/
/*============================================================*/

/* EVENT */
/*===============================================================*/
.map{
	text-align:center;
	margin:20px 0;
}

/* SITEMAP */
/*============================================================*/
#sitemap p.home{
	width:240px; height:30px;
	background:url(../images/btn_sitemap_bgi.jpg) left top no-repeat;
	margin:20px 10px 15px 10px; padding:0;
}
#sitemap p.home a:link,#sitemap p.home a:visited{
	display:block;
	width:240px; height:30px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px; text-indent:40px;
}
#sitemap p.home a:hover{
	color:#F20016;
	background:url(../images/btn_sitemap_bgi_a.jpg) left top no-repeat;
}

#sitemap ul{
	width:505px; margin-left:5px;
}

#sitemap li{
	float:left;
	width:240px; height:30px;
	background:url(../images/btn_sitemap_bgi.jpg) left top no-repeat;
	margin:15px 5px;
}

#sitemap li a:link,#sitemap li a:visited{
	display:block;
	width:240px; height:30px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px; text-indent:40px;
}
#sitemap li a:hover{
	color:#F20016;
	background:url(../images/btn_sitemap_bgi_a.jpg) left top no-repeat;
}

/* SEMINAR */
/*==================================================================*/
p.seminar_name{
	padding:0px 10px 10px 10px !important;
	text-align:right;
	font-weight:bold;
	font-size:10px;
}

/* CAST */
/*==================================================================*/
#cast_listtb th, #cast_listtb td{
	text-align:center;
	padding:3px;
	line-height:1.4;
	width:160px;
}

#cast_listtb a:link, #cast_listtb a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#cast_listtb a:hover{
	color:#ff9999;
}

.cast_tb th a:link,.cast_tb th a:visited{
	color:#cccccc !important;
	text-decoration:none;
}
.cast_tb th a:hover{
	color:#ff9999 !important;
}