@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size:12px;
}
li {
	list-style-type: none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
form {
	margin:0px;
	padding:0px;
}



#search_main {
 background-image:url(../images/voice_bg_area.jpg) ;
 background-repeat: no-repeat;
 background-position:-25px 245px;
}
.search_area {
 position:relative;
 width:170px;
 height:160px;
 float:left;
 margin:5px 0 0 20px;
}

.area_photo {
 position:absolute;
 left:0;
 top:0;
}

.area_chk {
 position:absolute;
 top:120px;
}

.area_name {
 position:absolute;
 font-size:13px;
 font-weight:bold;
 width:100px;
 top:126px;
 left:35px;
}

.search_area a{
 color:#ef32c4;
}

.voice_result {
 float:left;
 padding:10px 0 0 10px;
 color:#ef32c4;
 font-size:14px;
 font-weight:bold;
 text-decoration:underline;
}

.voice_area {
 position:relative;
 width:360px;
 height:180px;
 float:left;
 padding:0 5px 0 0;
}

.voice_area a{
 color:#ef32c4;
}

div.voice_area .photo {
 position:absolute;
 width:130px;
 top:0px;
 left:0px;
 text-align:center;
}

div.voice_area .name {
 position:absolute;
 width:180px;
 top:0px;
 left:145px;
}

div.voice_area .title {
 position:absolute;
 width:170px;
 font-size:14px;
 top:30px;
 left:145px;
}

div.voice_area .ch_area {
 position:absolute;
 width:210px;
 top:100px;
 left:145px;
 line-height:150%;
}

#paging {
 position:relative;
 width:771px;
 text-align:right;
 font-size:14px;
 font-weight:bold;
 color:#ffffff;
}

#paging a{
 color:#ffffff;
}

#paging .left {
 position:absolute;
 background-image:url(../images/voice_stick_l.jpg) ;
 background-repeat: no-repeat;
 width:65px;
 height:40px;
 right:135px;
 text-align:left;
}

#paging .right {
 position:absolute;
 background-image:url(../images/voice_stick_r.jpg) ;
 background-repeat: no-repeat;
 width:65px;
 height:40px;
 right:0px;
}

#paging .middle {
 z-index:99;
 position:absolute;
 background-image:url(../images/voice_stick_m.jpg) ;
 background-repeat: repeat-x;
 height:40px;
 width:70px;
 right:65px;
}


