﻿@charset "utf-8";

#title_related {
	display: block;
	width: 430px;
	height: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 430px;
	background-repeat: no-repeat;
	background-image: url(/jp/convention/other/images/calendar.jpg);
}


#subtitles {
	color: #788A00;
	font-size:12px;
	background-color: #F2F2F2;
	margin:5px 0px 5px 0px;
	padding-left: 8px;
	border-bottom: #AAAAAA solid 2px;
}

#main_con {
	padding:0px 10px 10px 10px;
}

#main_con p{
	color: #666;
}

#main_con th{
	white-space: nowrap;
	background-color: #CCCCCC;
	padding: 2px 5px 2px 5px;
	color: #666;
}

#main_con td{
	background-color: #F3F3F3;
	padding: 2px 5px 2px 5px;
	line-height: 130%;
	color: #666;
}

