/* CSS Document */
#LinksTitle{
	background-image:url(../images/links_main.jpg);
	width:684px;
	height:70px;
}
#WordList{
	padding:0px 10px;
		margin-top:20px;
}
.WordTitle{
	background-image:url(images/title.gif);
	width:623px;
	height:31px;
	padding-left:45px;
	color:#cc0000;
	font-size:20px;
	font-weight:bold;
	clear:both;

}
.WordIndex{
	margin:10px 15px 0px 40px;
	border-bottom:1px #CCCCCC dotted;
	height:100%;
}
.WordIndexLast{
	margin:10px 15px 20px 40px;
	height:100%;
}
.WordIndex li,
.WordIndexLast li{
	float:left;
	list-style:none;
	width:45%;
	padding-bottom:10px;
	font-size:14px;
	background-image:url(images/icon1.gif);
	background-repeat:no-repeat;
	background-position:2px 5px;
	padding-left:20px;
}
/* 個別　*/
#WordTextBox{
	padding:25px 40px 30px 40px;
}
#WordTextBox ul,
#WordTextBox ol,
#WordTextBox dl{
	padding-left:20px;
}
#WordTextBox dd{
	padding-left:15px;
	padding-bottom:10px;
}

