

/* Title */
h2.PanelTitle
{
	margin			:	0px 0px 40px 0px;
	text-align			:	center;
	line-height			:	0em;
}
h2.PanelTitle img
{
	height				:	32px;
}

/* Image */
#ImageMap
{
	width				:	330px;
}

/* Table */
table.List td
{
	text-align			:	center;
	padding			:	10px 20px;
	border			:	solid 1px;
	font-size			:	14px;
}
td.ListHeader
{
}
td.ListName
{
}
table.List td a
{
	font-size			:	14px;
	color				:	#645029;
}

/* Column */
div.PanelColumn3 img
{
	width				:	100px;
}

/* Detail */
div.PanelDetail
{
}
div.PanelDetailPhoto
{
	margin			:	0px 0px 15px 0px;
}
div.PanelDetailPhoto img
{
}
div.PanelDetailPhoto img.ImagePhotoLandscape
{
	width				:	100%;
}
div.PanelDetailPhoto img.ImagePhotoPortrait
{
	width				:	auto;
	height				:	280px;
}
div.PanelDetailComment
{
}
div.PanelDetailCommentTitle
{
	margin			:	0px 0px 5px 0px;
	text-align			:	center;
}
div.PanelDetailCommentTitle h4
{
	color				:	#25b7bc;
	font-size			:	18px;
	margin			:	0px 0px 5px 0px;
}
div.PanelDetailCommentBody
{
	margin			:	0px 0px 5px 0px;
	text-align			:	left;
}
div.PanelDetailCommentNotice
{
	color				:	#25b7bc;
	border-top			:	dashed 1px #25b7bc;
	border-bottom		:	dashed 1px #25b7bc;
	padding			:	10px 0px;
}

