@charset "utf-8";
/* CSS Document */
* {	padding: 0px; margin: 0px auto; }

body {
	background-color: #FFCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}

a:link {
	color: #D90000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D90000;
}
a:hover {
	text-decoration: none;
	color: #D90000;
}
a:active {
	text-decoration: underline;
	color: #FF8C8C;
}
#wrapper{	width:800px;}
h1 {
	font-size:20px;
	background-color: #FF9900;
	padding: 10px;
	color: #FFFFFF;
	margin-top:30px;
}
h2 {
	font-weight: bold;
	background-color: #CAEAFF;
	padding: 5px 10px 5px 20px;
	margin: 30px 0px 10px;
	font-size: 16px;
}
h3 {
	font-weight: bold;
	background-color: #D90000;
	padding: 5px 10px 5px 20px;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	color: #FFFFFF;
}
#contents {
	padding: 40px;
	background-color:#FFFFFF;
	line-height: 190%;
	list-style-position: inside;
	list-style-type: disc;
}
#about {
	list-style-position: inside;
	list-style-type: none;
}
#words-list {
	margin-bottom:30px;
	width: 100%;
	list-style-position: inside;
	list-style-type: disc;
}
#words-list ul li{
	list-style-type: disc;
	list-style-position: inside;
}
#words-list table { background-color:#FF9933; width:100%;}
#words-list th { background-color:#FFCC99;}
#words-list td {padding-left:7px; background-color:#FFFFFF;}
#contents .list4{	margin-left:30px;}
.txt-red {
	color: #FF0000;
	font-weight: bold;
}
