

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

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

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

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

