@charset "utf-8";
/* Artifact - navyblue */

/* ヘッダに対するCSS  */
#header{
	background:			#11116f;
	color:				#ffffff;
	overflow:			hidden;
	padding:			8px 10px 2px 15px;
}
#header h1{
	font-size:			20pt;
	margin-bottom:		6px;
}
#header a{
	color:				#ffffff;
	text-decoration:	none;
}
#header a:hover,
#header a:focus{
	text-decoration:	underline;
}
#page-title{
	font-size:			14pt;
	font-weight:		bold;
	margin-left:		20px;
}
#page-path{
	font-size:			8pt;
	margin-left:		20px;
}

#counter{
	color:				#ffffff;
	background:			#546ecc;
	text-align:			right;
	font-size:			8pt;
	padding:			1px 10px;
}

