﻿body {
	color: black; background: url(img/neko.gif); 
    background-repeat: no-repeat;            /* 背景を繰り返さない */
  	background-position: 100% 100%;            /* 背景画像の位置は画面中央 */
  	background-attachment:fixed;             /* 背景画像を固定する */
	margin-left: 2em; margin-right: 2em;
}
table.class_1 {
 	table-layout: ;
  	width: 750px;
}
table.class_2 {
 	table-layout: ;
  	width: 600px;
  	background-color: ;
  	position: relative; top: ; right: 75px; 
}
h1 {
	background: ; color: ; font-size:26px; font-style: italic;
}
h2 {
	color: ; font-size:20px; font-style: italic;
}
// h3 { color: ; font-size:18px; font-style: ; }
// h4 { color: ; font-size:12px; font-style: arial; }
// p { line-height: 1.5em; }
// em { font-style: normal; font-weight: bold; color: red; }
// table, td, th { border-width: 2px; border-style: solid; border-color: ; }
// th { background: ; }
// td { background: ; }
a:link { color: fuchsia;
}
a:visited { color: skyblue;
}
a:hover {color: red;
		background-color: #ffcccc; /* 背景の色 */
}