@charset	"UTF-8";

/* ---------------------------------------------------------------------------------------------- */
/* 基本設定                                                                                       */
/* ---------------------------------------------------------------------------------------------- */

body
	{
	font-size:	12pt;
	color:		#000000;
	background:	#ffffff;
	}

a
	{
	text-decoration:	underline;
	color:			#000000;
	}

	a[href]:after
		{
		content:	"["attr(href)"]";
		}

img
	{
	border:	none;
	}

