/*全体の設定*/
BODY {font-size:small;
	color: #663333;
	background-color: #EECC99;
	margin:10px 50px;				/* マージン：上下・左右 */
	}

/*リンクの設定*/
A:link { color: #990000;}
A:visited { color: #993333;}
A:hover {color: #EE9966;}

/*タイトル部の設定*/
H1 {font-size : x-large ;color : #663300 ;}
H2 {
	font-size : medium ;color : #663300 ;
	background-color:#EECC99;		/* 背景色： */
	padding:2px 5px;				/* パディング一括指定 */
	}
H3 {
	font-size : small ;color : #663300 ;
	background-color:#FFEECC;		/* 背景色： */
	}

/*段落の設定*/
DIV {
	font-size:small;
	line-height:200%;			/* 行幅 */
	}
/*文字装飾の設定*/
P {font-size:x-small;}
SPAN {font-size:xx-small;}
BIG {
	font-size:medium;color : #CC9966 ;
	font-style:bold;			/* フォントスタイル */
	}
/*テーブルの設定*/
TABLE {
	font-size:small;
	background-color:#FFFFFF;		/* 背景色： */
	background-repeat: no-repeat;
	}
TD{
	}