/* トップの画像をセンター位置に指定 (各ページで使用)*/
div#about_photo	{
	margin: 20px 100px;
}

div#about_photo img	{
	margin-right: 15px;
}

/* 画像の回り込みを指定（各ページで使用） */
div#top_photo	{
	margin: 20px 40px;
}

div#top_photo img	{
	float: left;
	margin-right: 15px;
}
.clear{
	clear:left;
}

/* インフォメーション(テーブル) */
table#information	{
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	width: 90%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 0.75em;
	color: #666666;
	letter-spacing: 0.1em;
}

table#information td	{
	border: 1px solid #cc3333;
	height: 18px;
	line-height: 1.2em;
	padding: 5px;
}

table#information td.date	{
	width: 20%;
	padding: 5px;
	text-align: center;
}

table#information td.info	{
	width: 80%;
	padding: 5px;
}


/* 本日の１枚 */
#today	{
	position: relative;
	top: 5px;
	left: 30px;
}

div#today p	{
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 50px
}


/* 過去の出展履歴 */
table#event_pass	{
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 90%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 0.75em;
}

table#event_pass th,td	{
	border: 1px solid #cc3333;
	height: 18px;
	padding: 5px;
}

table#event_pass th.date_yy	{
	width: 13%;
}

table#event_pass th.date_mm	{
	width: 12%;
}

table#event_pass th.event_name	{
	width: 75%;
}

table#event_pass td	{
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 18px;
}

table#event_pass td.date_yy	{
	text-align: center;
	vertical-align: top;
}

table#event_pass td.date_mm	{
	text-align: right;
}

table#event_pass td	a	{
	text-decoration: none;
}







