@charset "utf-8";

* {
	margin:0;
	padding:0;
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
}
*/----BODY 3年ｃ組　--------/*
body {

font-size:8px;
color:#00000;}
td {
font-size:8px;
color:#555555;
}

/* 見出し文字 */
h1{
font-size:10pt;
}
h2{
font-size:10pt;
}
h3{
font-size:10pt;
}
h4{
font-size:10pt;
}

/*------ HTML   ---/*
html {
	overflow-y:scroll;
	scrollbar-base-color: #FFCCFF; 
}

p {
	margin:0 0 5;
}
li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:5;
}
hr.example3 { 
border-style: dotted none none none; 
border-top-width: 2px; 
border-top-color: #ff0000; 
height: 2px; 
} 

