﻿body { color: black; background: url(img/back2.gif); background-position: center; 
	background-repeat:repeat-y; margin-left: 2em; margin-right: 2em;
}
h1 { background: ; color: white; font-size:26px; 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: fuchsia;
}
a:visited { color: skyblue;
}
a:hover {color: red;
	background-color: #ffcccc; /* 背景の色 */
}