/********************************************************************

	アニバーサリーフライヤー共通のスタイルシート

********************************************************************/

/* 全体のレイアウト */
#content {
	margin: 0px;
	width:730px;
	height:401px;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 文字・画像装飾 */
img.left {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p,h2 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style1 {
	color: #993366;
}
.style2 {
	font-weight: 900;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #993333;
	color: #993333;
	padding-left: 3px;
}
.style2a {
	font-size: 12px;
	color: #993333;
	text-decoration: line-through;
}
.style3 {
	font-size: 12px;
	color: #000066;
}
.thanks {
	font-style: italic;
	color: #FF0000;
}
table.time_table {
	font-size: 12px;
}
td.time {
	color: #FF3399;
}
.time_table em {
	font-weight: 900;
	font-style: normal;
	color: #CC6633;
	margin-right: 0.5em;
}
.time_table caption {
	font-size: 14px;
	font-weight: 900;
	text-align: left;
	color: #993333;
}
.time_table td ,.time_table caption {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCFF;
	padding-right: 0.5em;
}
.time_table img {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#content h1 {
	font-size: 24px;
	margin: 0px;
	padding-bottom: 0.6em;
}
