
/* Panel */
#PanelArticleArticle
{
	float				:	left;
	width				:	700px;
}
#PanelArticleArchive
{
	float				:	right;
	width				:	240px;
}

/* Article */
div.PanelArticleBody, div.PanelArticleBodyEnd
{
	margin			:	0em 0em 2em 0em;
}
div.PanelArticleBody
{
	padding			:	0px 0px 20px 0px;
	background-image	:	url(./image/Line/Dot.png);
	background-size	:	980px 15px;
	background-position	:	left bottom;
	background-repeat	:	repeat-x;
}
div.PanelArticleHeader
{
	background-color		:	#eeeeee;
	border-radius		:	5px;
	padding			:	8px 20px;
	margin			:	0px 0px 30px 0px;
}
div.PanelArticleIcon
{
	float				:	left;
	margin-right			:	10px;
	display			:	none;
}
div.PanelArticleTitle
{
	float				:	left;
}
div.PanelArticleTitle h2
{
	color				:	#8bc356;
	font-size			:	18px;
	line-height			:	24px;
	margin			:	0px;
}
div.PanelArticleTime
{
	text-align			:	right;
}
div.PanelArticleComment
{
	margin			:	1em 0em;
}
div.PanelArticleBody div.PanelButtonPageTop
{
	text-align			:	center !important;
}

/* Archive */
div.PanelArticleArchiveBox
{
}
div.PanelArticleArchiveBox h2
{
	background-color		:	#eeeeee;
	color				:	#8bc356;
	padding			:	8px 20px;
	border-radius		:	5px;
	font-size			:	18px;
}
#PanelArticleArchiveByDate
{
}
#PanelArticleArchiveByMonth
{
}
#PanelArticleArchiveByCategory
{

}
#PanelArticleArchiveByCategory li.ListArticleCategoryLarge
{
	list-style-type		:	none;
	margin-left			:	0px;
}
#PanelArticleArchiveByCategory li.ListArticleCategoryMiddle
{

}
#PanelArticleArchiveByCategory li.ListArticleCategorySmall
{

}
div.PanelArticleArchiveBox a.LinkSelected
{
	color				:	#cc0000;
	text-decoration		:	none;
}

/* Button */
div.PanelArticlePageButton
{
	background-color	:	#eeeeee;
	padding			:	10px 20px;
	margin			:	0px 0px 30px 0px;
	border-radius		:	5px;
}
div.LabelArticlePageButton, div.LabelArticlePageButtonSelected
{
	display			:	inline-block;
	padding			:	10px 15px;
	margin			:	0px 5px 0px 0px;
	border-radius		:	3px;
	font-size			:	18px;
	line-height		:	1em;
}
div.LabelArticlePageButton
{
	border			:	solid 1px #999999;
	background-color	:	#ffffff;
	color				:	#8bc356;
}
div.LabelArticlePageButtonSelected
{
	color				:	#ffffff;
	background-color	:	#8bc356;
	border			:	solid 1px #8bc356;
}
a:hover div.LabelArticlePageButton
{
	color				:	#ffffff;
	background-color	:	#8bc356;
	border			:	solid 1px #8bc356;
}
div.PanelArticleButtonTop
{
	margin-top		:	2em;
	text-align			:	right;
}
