@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a {overflow:hidden;
outline:none;
}

#top_bg { width:960px; height:700px; display:block; position:absolute; background-image:url(../img/dc_btn_blog.jpg); top:50%; left:50%; margin-left:-480px; margin-top:-350px;}


#btn_blog {
	width:102px;
	height:36px;
	display:block;
	position:absolute;
	background-image:url(../img/dc_btn_blog.jpg);
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:88px;
	text-indent:-9999px;
}

#btn_store {
	width:102px;
	height:36px;
	display:block;
	position:absolute;
	background-image:url(../img/dc_btn_store.jpg);
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:138px;
	text-indent:-9999px;
}

#btn_blog:hover {
	width:102px;
	height:36px;
	display:block;
	position:absolute;
	background-image:url(../img/dc_btn_blog.jpg);
	background-position:0 -36px;
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:88px;
	text-indent:-9999px;
}

#btn_store:hover {
	width:102px;
	height:36px;
	display:block;
	position:absolute;
	background-image:url(../img/dc_btn_store.jpg);
		background-position:0 -36px;
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:138px;
	text-indent:-9999px;
}

