@charset "utf-8";
body {
	background-color:#000;
	background-image: url(img/backgound_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	color:white;
}

#all{
	width:850px;
	margin:0 auto;
}
#title_contents{
	width:850px;
	height:426px;
	margin:0 auto;
	background-image: url(img/title.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	top:0px;
}
#title_contents .link_bt{
	margin:170px 10px 10px 10px;
	width:830px;
}


#contents_recommend{
	position:absolute;
	top:446px;
	
	}


#title_contents h3 {
	font-size:18px;
	font-weight:bold;
	width:790px;
	line-height:1.5;
	margin:40px 30px 0 30px;
}
.page_link{
	font-size:12px;
	margin:5px 0 5px 5px;
	text-align:right;
	}