
body
{
	background-color: #ffffff;
	color			: #000000;
/*	line-height		: 2em;	*/
}

/********************************************************************/
/* メニュー用														*/
/********************************************************************/
/* メニュー文字		*/
.navlink {
	font-size	: 14px;
	color		: #ffffff;
	text-decoration: none
}

/* メニュー文字（カーソルを合わせた時）	*/
.navlink:hover {
	font-size	: 14px;
	color		: #ffff00;
	text-decoration: none
}


/********************************************************************/
/* ヘッダー															*/
/********************************************************************/
/* ページタイトル		*/
.header1
{
	font-size   : 1.2em;
	font-weight : bold;
	background-color: #3333ff; 
	color: #ffffff;
}

/********************************************************************/
/* 見出し															*/
/********************************************************************/
/* 見出し１		*/
.midasi1
{
	font-size   : 1em;
	font-weight : bold;
	color: #3366ff;
}


/********************************************************************/
/* etc																*/
/********************************************************************/
/* 行間隔設定	*/
.l-h
{
	line-height		: 1.5em;
}


