/* CSS Document */

body{
	font-size:1em;
	
}
a{
color:#FF9900;　（リンクの文字色）
}

h1{
	font-size:2em;
	color:green;
	font-weight: bold;
}
h2{
	font-size:1.2em;
	font-weight: bold;
}
h3{
	font-size:2em;
	font-weight:bold;
}


p{
	font-size:1em;
}
p.str{
	font-size:0.9em;
	color:red;
	font-weight:normal;
}
str{
	color:red;
	font-weight:bold;}
p.sm{
	font-size:0.8em;
}
