@charset "utf-8";
/* CSS Document */

body{
	/*background:url(../img/bg_l.gif) repeat-y center;*/
}

#bookmark{
	margin-top:100px;
}

#bookmark div {
	margin:0 auto 100px;
	width:640px;
	position:relative;
}
#bookmark img {
	width:640px;
	height:480px;
	border:1px solid #ddd;
}
#bookmark a{
}

#bookmark span{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#FFF;
	overflow:hidden;
}

#bookmark span.text{
	display:none;
}

#bookmark span.title{
	display:block;
	width:200px;
	padding:20px 20px 5px 20px;
	font-size:20px;
}

#bookmark span.url{
	display:block;
	padding:0 20px 20px 20px;
	font-size:10px;
}

#bookmark a:hover span.text{
	display:block;
	width:320px;
	height:150px;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/link_l.gif) no-repeat;
}