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

* {
	margin:0px;
	padding:0px;
}
/* commented backslash hack \*/
body {
	background-image: url(../images/deko_2010_HW/bg_stil_02.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000;
	color:#FFF;
}
a {
	color:#fff;
	//text-decoration:underline;
	text-decoration:none;
}
a:hover {
	color:#F90;
}
#back_top {
	height:400px;
	width:100%;
    position:fixed;
    top:0px; left:0px; right:0px;
	z-index:0;
}
#back_bottom {
	height:400px;
	width:100%;
    position:fixed;
    bottom:0px;
	z-index:1;
}
* html #outer {
	height:100%;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}
img{
	border:0;
}
img a {
   border: none;
}
#inner {
	position:relative;
	margin: 0 auto;
	margin-top:20px;
	width:860px;
	min-height:150px;
	z-index:2;
}
#top {
	height:25px;
	width:860px;
	top:0px;
	background-image:url(../images/deko_2010/top.png);
}
#head {
	height:150px;
	width:860px;
	top:0px;
	background-image:url(../images/deko_2010/header_new_01b.png);
}
#navi {
	height:30px;
	width:860px;
	top:0px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/deko_2010/navi.png);
}
#navi a {
	height:30px;
	padding-left:8px;
	padding-right:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	float:left;
}
#navi a:hover {
	color:#FFF;
	background-image:url(../images/deko_2010/navi_a.png);
}
#center {
	/*min-height:400px;*/
	width:860px;
	top:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/deko_2010/bg.png);
}
#center_bottom {
	width:860px;
	height:150px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/deko_2010/bg.png);
}
#bottom_inter {
	width:100%;
	height:20px;
	background-image:url(../images/deko_2010/bottom.png);
}
#bottom {
	width:100%;
	height:25px;
	background-image:url(../images/deko_2010/bottom.png);
	top:0px;
}
#content {
	padding-left:40px;
	padding-right:40px;
}
#coprightInfo{
	text-align:center;
}