@import url(http://fonts.googleapis.com/css?family=Istok+Web&v2);

body{
	font-family: 'Istok Web', sans-serif;
	}
	
	
a:link{
	color:#333;
	text-decoration:none;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

a:visited{
	color:#000;
	text-decoration:none;
}
h3{
	margin:0;
}
.mt50{
	margin-top:50px;
}

.detail00{
	background:#f3f3f3;
	padding:10px;
}

.detail0{
		padding:9px 0 0 0;
	font-size:78%;
	color:#666;
}
.detail{
	padding:9px 0 0 0;
	font-size:78%;
	color:#666;
}

.detail2{
	padding:0 0 10px 0;
	margin:5px 0 0 0;
}

.dg55 {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	
}


/*-- --*/
/*-- Next,PREV --*/
div#nextprevbtn{
	position:relative;

}

.prevnext li{
	position:absolute;
	list-style:none;
	bottom:0;

}
.prevnext li a{
	display:block;
	background:#000000;
	height:21px;bottom:0;
}
.prevnext li.prev{

}
.prevnext li.next{

}
