/* 著作　(株)ユーディット　主任研究員　濱田英雄 hamada@udit-jp.com */
/* 要素名・配列など、このままの形で無断使用することを禁止します */
/* 著作を表示して頂ければ、設定を変えて自由に使って下さい */
/* --------------------------------------------------------------------------- */

BODY	{
	background:white url(gaido.gif) repeat-y; 
					/* バックイメージ(左１回表示) */
	background-color:#FFFFFF;	/* バックの色：白 */
	margin-top:10px;		/* 上マージン：10pxt */
	margin-left:50px;		/* 左マージン：40px */
	margin-right:50px		/* 右マージン：40px */
	}

A:link		{color:#9900FF}		/* リンク色：青 */
A:visited	{color:#000000}		/* ブリンク色：紫 */
A:alink		{color:#FF0000}		/* クリック色：赤 */
A:active	{color:red}		/* ダウン色：赤 */
a:hover	{
		color:#0066FF;		/* light blue */
		text-decoration:none 
		}		

H1	{
	font-size:150%;			/* 文字サイズ：19P囲み大見出し */
	color:#00008b;			/* 文字色：青色 */
	font-weight:bold;		/* 文字太さ：太字 */
	text-align:left;		/* 文字揃え */
	margin-left:1px;		/* 左マージン(枠の外)：1px */
	margin-right:1px;		/* 右マージン(枠の外)：1px */
	padding:5px;			/* パディング(内容と枠の間)：5px */
	background-color:#ffffff;	/* 背景色：黒色 */
	border-width:thin;		/* 傍線太さ：細い */
	border-style:solid;		/* 傍線種類：枠を線 */
	border-color:#FFFFFF		/* 傍線色：黒色 */
	}

H2	{
	font-size:110%;			/* 文字サイズ：17P囲み中見出し */
	color:#00008b;			/* 文字色： */
	font-weight:700;		/* 文字太さ：太字 */
	text-align:left;		/* 中央揃え */
	margin-left:1px;		/* 左マージン：1px */
	margin-right:1px;		/* 右マージン：1px */
	padding:5px;			/* パディング：4px */
	background-color:#F9EDE3;	/* 背景色：pink */
	border-width:1 1 1 1;		/* 傍線太さ：細い */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#D2782F		/* 傍線色：紫 */
	}

H3	{
	font-size:100%;			/* 文字サイズ：15P囲み小見出し(１) */
	color:#00008b;			/* 文字色：青 */
	font-weight:700;		/* 文字太さ：太字 */
	margin-left:1px;		/* 左マージン：1px */
	margin-right:1px;		/* 右マージン：1px */
	padding:4px;			/* パディング：4px */
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style:dotted;	
	border-color:#D2782F		/* 傍線色：青緑 */
	}

H4	{
	font-size:100%;			/* 文字サイズ：13P囲み小見出し(２) */
	color:#006699;			/* 文字色：赤 */
	font-weight:bold;		/* 文字太さ：太字 */
	margin-left:5px;		/* 左マージン：1px */
	margin-right:1px;		/* 右マージン：1px */
	padding:4px;			/* パディング：4px */
	border-width:0 0 1 2;		/* 傍線太さ：上・右・下・左 */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#D2782F		/* 傍線色： */
	}
H5	{
	font-size:100%;			/* 文字サイズ：13P囲み小見出し(２) */
	color:#006699;			/* 文字色：赤 */
	font-weight:bold;		/* 文字太さ：太字 */
	margin-left:1px;		/* 左マージン：1px */
	margin-right:1px;		/* 右マージン：1px */
	padding:4px;			/* パディング：4px */
	border-width:0 0 1 0;		/* 傍線太さ：上・右・下・左 */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#ff6600		/* 傍線色：青緑 */
	}

P
	{
	font-size:100%;			/* 文字サイズ：11P相当 本文サイズ */
	color:#000000;			/* 文字色：黒 */
	line-height:140%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：普通 */
	}

TABLE
	{
	font-size:100%;			/* 文字サイズ：11P相当 本文サイズ */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：普通 */
	}

DIV.link			/* 黒 */
	{
	font-size:100%;			/* 文字サイズ：19P相当 大見出し */
	color:#000000;			/* 文字色：黒 */
	font-weight:400;		/* 文字太さ：太字 */
	line-height:160%		/* 行間：130% */
	}


DIV.size1			/* 黒 */
	{
	font-size:25px;			/* 文字サイズ：19P相当 大見出し */
	color:#000000;			/* 文字色：黒 */
	font-weight:700;		/* 文字太さ：太字 */
	line-height:130%		/* 行間：130% */
	}

DIV.size2			/* 黒 */
	{
	font-size:23px;			/* 文字サイズ：17P相当 中見出し */
	color:#000000;			/* 文字色：黒 */
	font-weight:700;		/* 文字太さ：太字 */
	line-height:130%		/* 行間：130% */
	}

DIV.size3			/* 黒 */
	{
	font-size:20px;			/* 文字サイズ：15P相当 小見出し(１) */
	color:#000000;			/* 文字色：黒 */
	font-weight:700;		/* 文字太さ：太字 */
	line-height:130%		/* 行間：130% */
	}

DIV.size4			/* 黒 */
	{
	font-size:100%;			/* 文字サイズ：13P相当 小見出し(２) */
	color:#000000;			/* 文字色：黒 */
	font-weight:700;		/* 文字太さ：太字 */
	line-height:130%		/* 行間：130% */
	}

DIV.kakomi
	{
	font-size:100%;			/* 文字サイズ：11P 囲み記事 */
	color:#000000;			/* 文字色：黒 */
	font-weight:400;		/* 文字太さ：普通 */
	line-height:130%;		/* 行間：130% */
	margin-left:1px;		/* 左マージン：1px */
	margin-right:1px;		/* 右マージン：1px */
	padding:10px 18px;		/* パディング：上下10px 左右18px */
	border-width:1 1 1 1;		/* 傍線太さ：上・右・下・左 */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#006f00		/* 傍線色：緑 */
	}

DIV.block-180
	{
	font-size:100%;			/* 文字サイズ：11P 字下げブロック */
	color:#000000;			/* 文字色：黒 */
	font-weight:400;		/* 文字太さ：普通 */
	line-height:130%;		/* 行間：130% */
	margin-left:180px;		/* 左マージン：180px */
	margin-right:1px;		/* 右マージン：1px */
	padding:10px 18px;		/* パディング：上下10px 左右18px */
	border-width:1 1 1 1;		/* 傍線太さ：上・右・下・左 */
	border-style:solid;		/* 傍線種類：直線 */
	border-color:#000000		/* 傍線色：黒 */
	}

UL
	{
	list-style-type:disc;		/* 行頭のタイプ：小さい丸 */
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：普通 */
	}

OL	
	{
	list-style-type:decimal;	/* 行頭のタイプ：数字 */
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：普通 */
	}

DL	
	{
	list-style-type:disc;		/* 行頭のタイプ：頭無し */
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：普通 */
	}	

SPAN.size1			/* 黒 */
	{
	font-size:120%;			/* 文字サイズ：15Pポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：細字 */
	}

SPAN.size1f			/* 黒 */
	{
	font-size:120%;			/* 文字サイズ：15Pポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size1r			/* 赤 */
	{
	font-size:120%;			/* 文字サイズ：15ポイント */
	color:#FF0000;			/* 文字色：赤 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size1b			/* 青 */
	{
	font-size:120%;			/* 文字サイズ：15ポイント */
	color:#0000FF;			/* 文字色：青 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size2			/* 黒*/
	{
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：細字 */
	}

SPAN.size2f			/* 黒 */
	{
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size2r			/* 赤 */
	{
	font-size:100%;			/* 文字サイズ：11ポイント */
	color:#FF0000;			/* 文字色：赤 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size2b			/* 青 */
	{
	font-size:100%;			/* 文字サイズ：11ポイント相当 */
	color:#0000FF;			/* 文字色：青 */
	line-height:130%;		/* 行間：140% */ 
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size2g			/* 緑 */
	{
	font-size:100%;			/* 文字サイズ：11ポイント相当 */
	color:green;			/* 文字色：緑 */
	line-height:130%;		/* 行間：140% */ 
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size3
	{
	font-size:90%;			/* 文字サイズ：9ポイント */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：細字 */
	}

SPAN.size3f			
	{
	font-size:90%;			/* 文字サイズ：9ポイント */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size3r			
	{
	font-size:90%;			/* 文字サイズ：9ポイント */
	color:red;			/* 文字色：赤 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size3b			
	{
	font-size:90%;			/* 文字サイズ：9ポイント */
	color:#0000FF;			/* 文字色：青 */
	line-height:130%;		/* 行間：130% */
	font-weight:700			/* 文字太さ：太字 */
	}

SPAN.size4			
	{
	font-size:80%;			/* 文字サイズ：9ポイント */
	color:#000000;			/* 文字色：青 */
	line-height:130%;		/* 行間：130% */
	font-weight:400			/* 文字太さ：太字 */
	}

SPAN.colorbak
	{
	font-size:15px;			/* 文字サイズ：11ポイント */
	color:#000000;			/* 文字色：黒 */
	font-weight:700;			/* 文字太さ：太字 */
	background-color:#FFCCFF	/* 背景色：淡いピンク */
	}

SPAN.ruby
	{
	font-size:9px			/* 文字サイズ：7ポイント */
	}

SPAN.italic
	{
	font-style:italic		/* 文字スタイル：イタリック */
	}

SPAN.under
	{
	text-decoration:underline	/* 文字飾り：下線 */
	}

/* (株)ユーディット　2004.01.10 */

