﻿body {
	color: black; background: url(img/bg025.gif); margin-left: 2em; margin-right: 2em;
}
table.class_1 {
 	table-layout: ;
  	width: 750px;
}
table.class_2 {
 	table-layout: ;
  	width: 395px;
}
h1 {
	background: ; color: blue; font-size: 28px; font-style: italic;
}
h2 {
	color: white; 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: blue;
}
a:visited { color: purple;
}
a:hover {color: red;
		background-color: #ffcccc; /* 背景の色 */
}
