/* CSS Document */

#container{
	display: block;
	background-image: url("../img/dictionary/dictionary_bg.jpg");
	width:800px;
	height: 500px;
	
	
}

img{
	display: inline-block;
	
	
}

#btnSet{
	position: absolute;
	top:50px;
	left:0px;
	width:50px;
}
._dicBtn{
	display: block;
	border: 0;
	background-color: #BBBBBB;
	color:#6C6C6C;
	font-size:21px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	width:40px;
	height: 25px;
	background-repeat: no-repeat;
	padding:1px 0 3px 0;
	margin-top:4px;
}
._dicBtn:hover{
	color:#3C6BA7;
	background-image: url("../img/dictionary/dic_on.png");
	background-position: right;
}
._dicBtn.on{
	color:#3C6BA7;
	background-image: url("../img/dictionary/dic_on.png");
	background-position: right;
}

#contentsDiv{
	position: relative;
	top:50px;
	left:70px;
	display: block;
	width:730px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	
	text-align: left;
}

.notitle{
	font-size:20px;
	padding:3px;
	color:#333333;
}
._list{
	display: block;
	clear: both;
	font-size:20px;
	padding:3px;
	color:#333333;
	font-weight: 600;
	word-break: keep-all;
	background-image: url("../img/dictionary/dot.png");
	background-repeat: no-repeat;
	background-position: 3px 5px;
	text-indent: 15px;
}

._contents{
	display: block;
	clear: both;
	font-size:18px;
	font-weight: 400;
	padding:3px 0 0 3px;
	color:#000;
	word-break: keep-all;
	text-indent: -0px;
	margin-left: 15px;
}