/* ヘッダー画像 */
#header_c{
	background:url(../img/index_swf.jpg);
}

/* 左カラムコンテンツメニュー */
.left_menu h2{
	background:url(../img/tr_tag.gif) no-repeat;
}
.left_menu li{
	background:url(../img/ad_leftmenu_arrow.gif) no-repeat 0 2px;
}
.left_menu a{
	color:#333;
	text-decoration:none;
}
.left_menu a:hover{
	color:#09c;
}

/* コンテンツ本文 */
#mainbox_wrapper{
	background:url(../img/tr_head_long.gif) no-repeat;
}
#mainbox{
	border:5px solid #09c;
}
#mainbox h3{
	color:#09c;
	background:url(../img/ad_h_arrow.gif) no-repeat 4px 55% #eee;
}

/* 専用 */
dl{
	margin:0 20px;
	padding-top:10px;
}
dt{
	color:#996;
	margin-bottom:8px;
}
dd{
	margin-left:7px;
	margin-bottom:30px;
	font-size:12px;
	text-align:justify;
}
#t_menu a, #t_schedule a, #t_enter a{
	text-decoration:none;
	padding:5px;
	padding-left:20px;
	display:block;
	width:180px;
	margin-bottom:10px;
}
#t_menu a{
	color:#f36;
	background:url(../img/ft_h_arrow.gif) no-repeat 5px 55% #fff3ff;
	border:1px solid #f05387;
}
#t_schedule a{
	color:#390;
	background:url(../img/in_h_arrow.gif) no-repeat 5px 55% #f0ffe9;
	border:1px solid #390;
}
#t_enter a{
	color:#909;
	background:url(../img/gr_h_arrow.gif) no-repeat 5px 55% #ffedfd;
	border:1px solid #909;
}
#t_menu a:hover, #t_schedule a:hover, #t_enter a:hover{
	background-color:#fff;
	font-style:italic;
}

