@charset "utf-8";
/* CSS Document */
body {
	background-color: eef3f7;
	background-image: url(images/bg_index.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#index {
	position: relative;
	background-color: #FFFFFF;
	width:1000px;
	height:800px;
	margin:0 auto;
}
#flash {
	position: absolute;
	width:900px;
	left: 50px;
}
#menu {
	position: absolute;
	width:900px;
	height:32px;
	overflow: hidden;
	top: 541px;
	left: 50px;
}
#txt {
	position: absolute;
	width:270px;
	height:180px;
	top: 590px;
	left: 50px;
	font-size: 12px;
	line-height: 22px;
	color: #6699CC;
	letter-spacing: 1px;
}
#photo {
	position: absolute;
	width:300px;
	height:180px;
	top: 590px;
	left: 320px;
}
#coffee {
	position: absolute;
	width:114px;
	height:110px;
	top: 575px;
	left: 880px;
	z-index: 20;
}
#news {
	position: absolute;
	width:330px;
	height:110px;
	top: 650px;
	left: 634px;
}

#footer {
	position: relative;
	width:1000px;
	height: 112px;
	top: 800px;
	left: 0px;
	background-color: #FFFFFF;
	margin-top: 1px;
}
#footer_logo {
	width:367px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer_data {
	width:400px;
	position: relative;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #666666;
	left: 367px;
	top: 15px;
}
#footer_welcome {
	position: absolute;
	left: 800px;
	top: 0px;
}



.c12 {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
}
.r12b {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	letter-spacing: 1px;
	font-weight: bold;
}

.n11 {
	font-size: 9px;
	line-height: 18px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
