@charset "utf-8";
@import "/css/set.css";


#guide {
	width:700px;
}

#guide h2{
	color:#7B4111;
	font-size:14px;
	padding-left:8px;
	margin-left:5px;
}

#guide .title{
	background-image:url(../../img/guide/title.gif);
	width:215px;
	height:31px;
	background-repeat:no-repeat;
	padding: 0 0 0 5px;
	margin-top:00px;
	margin-left:15px;
}

#word{
	margin-left:20px;
}

	#word h3{
	font-weight:normal;
	font-size:12px;
	}

	
	#w-list{
	width:650px;
	margin:20px auto;
	text-decoration: none;
}

		#w-list a{
		text-decoration: none;
		}
		
		#w-list a:link{
		color:#4D4D4D;
		}
		#w-list a:visited{
		color:#4D4D4D;
		}

		#w-list ul{
		list-style:none;
		}
		
		#w-list li{
		width:72px;
		height:33px;
		float:left;
		margin:0 25px 15px 5px;
		padding:0px 0 0 0px;
		position:relative;
		background:url(../../img/word/squere.jpg) no-repeat left top;
		}
		
		#w-list li a:hover{
		width:72px;
		height:33px;
		float:left;
		background:url(../../img/word/squere.jpg) no-repeat left bottom;
		}
		
		#w-list p{
		display:block;
		*width:72px;
		height:25px;
		margin:0;
		padding:8px 0 0 25px;
		}

		
	#subtitle{
		width:658px;
		height:27px;
		background:url(../../img/word/subtitleback.jpg) no-repeat;
		padding:6px 0 0 35px;
		margin-bottom:10px;
	}
	
	#wordlist{
	}
	
		#wordlist div.detail{
			width:638px;
			margin:0 10px 10px 15px;
		}
		
		#wordlist p{		
			width:20px;
			float:left;
			background:url(../../img/word/round.jpg) no-repeat;
			margin:0 20px 10px 0;
			padding:15px 19px;
			color:#FFFFFF;
			font-size:14px;
		}
		
		#wordlist dl{
			float:left;
			padding-top:16px;
		}
		
		#wordlist dt{
			width:100px;
			margin-bottom:5px;
			float:left;
		}
		
		#wordlist dd{
			width:400px;
			margin-bottom:5px;
			float:left;
		}
		
		.clear{
		clear:both;
		margin-top:20px;
		}
