@charset "UTF-8";
/* CSS Document */

#main h1{
	display:block;
	border-bottom:1px solid #c0c6c9;
}

#main h2{
	padding:20px 0 15px;
}

#main p{
	line-height:1.5;
}
#main .searchBox{
	width:460px;
	height:52px;
	margin-top:20px;
	background:url(/beauty/dictionary/img/dic_index_search_box_bg.jpg) 0 0 no-repeat;
	position:relative;
}
#main .searchBox .ttl{
	position:absolute;
	left:15px;
	top:16px;
}
#main .searchBox form{
}
#main .searchBox .searchText{
	position:absolute;
	left:166px;
	top:16px;
	font-size:80%;
	line-height:1.8;
	width:185px;
	height:16px;
	border: none;
	background:none;
	vertical-align:top;
	padding:2px 4px;
	margin-right:3px;
	background:url(/beauty/dictionary/img/dic_index_search_txt_bg.gif) 0 0 no-repeat ;
}

#main .searchBox .searchBtn{
	position:absolute;
	left:369px;
	top:16px;
}
#main .listNav{
	width:463px;
	height:196px;
	margin-top:20px;
	position:relative;
	left:-1px;
	top:-1px;
}
#main .listNav img{
	float:left;
}
#main .listNav img.movie{
	padding-left:8px;
}
#main .pagetop{
	margin-top:18px;
}

