@charset "UTF-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#wrapper{
	margin:0 auto;
	width:690px;
	text-align:left;
}

#head{
}

#foot{
}

#contents{
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	padding:20px 20px;
	margin-bottom:10px;
}

#contents div.detail p.title{
	font-size:14px;
	font-weight:bold;
}

#contents div.note p{
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-bottom:20px;
}

#contents div.btn{
	text-align:right;
}


