
/* Layout */
*
{
	margin: 0;
	padding: 0;
	/*border:1px solid #000000;*/
}
#wrap
{
	width: 975px;
	margin: 0 auto;
}
#header
{
	width: 100%;
	height: 110px;
	position: relative;
}
#container
{
	width: 100%;
}

#sub_left
{
	width: 213px;
	float: left;
	margin:0 20px 0 0;
}
#visual
{
	width: 741px;
	height: 120px;
	float: left;
}

#left_banner
{
	width: 100%;
	height:150px;
	float: left;
	margin:30px 0 20px 0;
}
#sub_content
{
	width: 630px;
	height:auto;
	float: left;
	margin-right:15px;
	vertical-align:top;
}
#board_search
{
	width: 621px;
	height:50px;
	float: left;
	text-align:center;
	background:url("http://webwatch.cafe24.com/imgs/board_search_bg.gif") no-repeat;
}
#board_title
{
	width: 621px;
	margin:0 0 9px 0;
}
#quick
{
	width: 90px;
	float: left;
	margin:0;
}
#footer
{
	margin-top:60px;
	width: 100%;
}
#base_banner
{
	width: 100%;
	height:47px;
	text-align:center;
	margin:0 0 19px 0;
	border-top:1px solid #e4e4dc;
	border-bottom:1px solid #e4e4dc;
}
#copyright
{
	width:100%;
	float:left;
	height:100px;
	border-top:1px solid #d1d1d1;
	background-color:#e5e5e5;
}
.clear
{
	display: block;
	float: none;
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.sknavi
{
	position:absolute;
	top:-500px;
}

.sknavi:focus, .sknavi:active
{
	top:1px;
	display:block;

	width:200px;
	height:18px;
	padding:3px;
	margin-left:5px;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	background-color:#eee;
	border: 1px solid #135;
	text-decoration:none;
}
