/*基本となる文字色、背景色、行の高さ、画面左右の余白*/

BODY		{
		color:#000000;
	/*	background-color:#FFFFFF;*/
		line-height:140%;
		margin-left:5%;
		margin-right:5%;
		}

/*画面上部のバー*/

.headder	{
		padding:3px;
		font-size: 1em;
		color: #FFFFFF;
		background: #990000;
		margin-bottom:0px;
		margin-top:0px;
		font-weight:bold;
		}

/*画面上部の各コンテンツへのナビゲーション部分*/

.headnavi	{
		padding:3px;
		border-bottom:2px solid #990000;
		margin-bottom:0px;
		margin-top:0px;
		font-size:0.8em;
		text-align:right;
		}

a.foot	{color:#FFFFFF;}


/*画面下部のバー*/

.footer		{
		padding:3px;
		font-size: 1em;
		color:#FFFFFF;
		background:#990000;
		margin-bottom:0px;
		margin-top:4px;
		font-weight:bold;
		}

/*パンくずリスト*/

.navi		{
		font-size:0.8em;
		padding:3px;
		margin-top:0px;
		margin-bottom:20px;
		}

/*ページトップへのリンク*/

.totop		{
		padding:3px;
		margin-top:8px;
		font-size:0.8em;
		}

/*小さめのフォントで表示*/

.smaller	{font-size:60%;}

/*画面上部の見出し*/

.headline	{
		font-size:1.5em;
		margin-bottom:15px;
		line-height:120%;
		font-weight:bold;
		}

/*行見出しなど*/

.m1		{
		font-size: 1em;
		font-weight:bold;
		}
		
.m2		{
		font-size: 1em;
		font-weight:bold;
		}


/*内容*/

.cont1		{
		padding:5px;
		border-bottom:1px solid #990000;
		margin-bottom:4px;
		font-size: 1em;
		line-height:160%;
		}
		
/*注釈など*/
.note	{font-size: 90%;
		}
		
/*定義リスト*/

dt		{
		font-weight:bold;
		}

/*横線*/
HR		{color:#990000;
		}
		
/*強調*/
strong	{color:#FF0000;
		}
		
em		{color:#990000;
		}
/*画像右寄せ*/
.image_r	{float:right;
		text-align:top;
		}
