/* まるふ研究所のホームページ：標準スタイルシート定義 */

/* ページタイトル */
	h1{
		font-size	:300%;
		text-align	:center;
		margin		: 0em;
	}
/* 項目 */
	h2{
		font-size	:150%;
		line-height	:0%;
	}
/* 横線 */
	hr{
		color				: #3366ff;
	}


/* 前置き */
	div.introduction{
		text-align	:center;
		line-height	:200%;
	}
	p.introduction{
		text-align	:center;
		line-height	:200%;
	}
/* 本文 */
	div.text{
		padding-left	: 5%;
		line-height		: 150%;
	}
	p{
		padding-left	: 5%;
		line-height		: 150%;	
	}

/* 挿入更新日付 */
	span.update_date{
		font-size	:75%;
	}

/* ナビゲバー？ */
	div.navi{
		text-align	:center;
		line-height	:200%;
	}
/* ボディー */
	body {
		color 				: #0000ff;
		background-color	: #ffffff;
		margin				: 3%;
		font-family			: "ＭＳ ゴシック",monospace;
	}
/* リンクタグ */
	/* 未訪問 */	a:link				{color	: #ff0000;	text-decoration	: underline;	}
	/* 訪問済 */	a:visited,a:active	{color	: #0000ff;	text-decoration	: underline;	}
	/* ホバー */	a:hover				{color	: #ff0000;	text-decoration	: underline;	background-color	: #ccffff;	}

/* データリスト */
	dt {
		margin-left		: 0em;
		padding-top	: 0.5em;
		padding-left	: 5%;
	}
	dd {
		margin-left		: 0em;
		padding-left	: 8%;
	}
	ul{
		margin-left		: 0em;
		padding-left	: 8%;
	}


