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

body {
	background-color: #000000;
	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: #D90000;
	padding: 10px;
	color: #FFFFFF;
	margin-top:30px;
}
h2 {
	font-weight: bold;
	background-color: #666666;
	padding: 5px 10px 5px 20px;
	margin: 30px 0px 10px;
	font-size: 16px;
	color: #FFFFFF;
}
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 {
	width: 100%;
	list-style-position: inside;
	list-style-type: disc;
}
#words-list p{
line-height:250%;
}
#words-list ul li{
	list-style-type: disc;
	list-style-position: inside;
}
/*　#words-list table { background-color:#333333; width:100%;}
#words-list th { background-color:#CCCCCC;}
#words-list td {padding-left:7px; background-color:#FFFFFF;}　*/
#contents .list4{
	margin-left:30px;
}

.txt-red {
	color: #FF0000;
	font-weight: bold;
}
