@charset "UTF-8";

html,body{
	margin:				0;
	padding:			0;
}
img{
	border:				none;
}
a{
	text-decoration:	none;
}

/***************/

body{
	background:			url("img/owabi/bg.jpg") center top no-repeat;
	background-color:	#000;
}

#content{
	margin:				auto;
	width:				708px;
/*
	position:			relative;
*/
}
#conentBox{
	margin-top:			20px;
	padding-top:		10px;
	padding-bottom:		10px;
	line-height:		1.5em;
	font-size:			12px;
	background-color:	#fff;
}
#textBox{
	padding:			0 40px 0 40px;
}

#btnDetail{
	position:			absolute;
	left:				280px;
	top:				470px;
}
#btnHP{
/*
	position:			absolute;
	right:				0;
	top:				465px;
	*/
	text-align:center;
	padding:			20px;
}
.column{
	margin:				0;
	background-color:	#eee;
	border:				solid 1px #ccc;
	padding:			20px;
/*
	position:			relative;
*/
}


