@charset "UTF-8";
/* =======================================================
1：rayout setting
────────────────────────────
	1：contents setting
	2：footer setting
2：tooltip setting
────────────────────────────
	1：contents setting
	2：footer setting
======================================================= */
body {
	background: #EDE5DB;
}
html, body, #wrapper { 
	height: 100%;
}

#wrapper{
    position:relative;
    min-height: 100%;
	z-index: 1;
	width: 950px;
	margin: 0 auto;
	
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
div#container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 210px;
	position: relative;
	
}
#flash{
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/* =======================================================
1：rayout setting
────────────────────────────
	2：footer setting
======================================================= */
#footer {
	background: url(../images/bg_footer.gif);
	height: 180px;
	margin-top: -180px;
	position: relative;
	z-index: 2;
}
#footer .inner {
	height: 125px;
	max-width: 900px;
	margin: 0 auto;
}
.f-links {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/footer_line.gif) center bottom no-repeat;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	float: left;
}
#footer #bloglinks {
	float: left;
	width: 220px;
}
#footer #bloglinks ul {
	padding-top: 20px;
}
#footer #bloglinks ul li {
	width: 50px;
}
#footer #bloglinks ul li a {
	width: 45px; 
	height: 50px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
}
#footer #bloglinks ul li a img {
	display: none;
}
#footer #bloglinks ul li a:hover {
	background-position: center bottom;
}

#footer #bloglinks ul li#b_links1 a {
	background-image: url(../images/blog_icon1_on.gif);
}
#footer #bloglinks ul li#b_links2 a {
	background-image: url(../images/blog_icon2_on.gif);
}
#footer #bloglinks ul li#b_links3 a {
	background-image: url(../images/blog_icon3_on.gif);
}
#footer #bloglinks ul li#b_links4 a {
	background-image: url(../images/blog_icon4_on.gif);
}
#footer #bloglinks h2 {
	position: absolute;
	top: -20px;
}
#footer #links {
	float: right;
	width: 220px;
}
#footer #links ul {
	padding-top: 30px;
	float: right;
}
#footer p#copyright {
	text-align: center;
	font-size: 10px;
	width: 100%;
	color: #666;
}
/* =======================================================
2：tooltip setting
======================================================= */
div.qrtip {
	z-index: 500;
	display:none; 
}
div.tooltip {
    display:none; 
    width:161px;
	height: 44px;
	padding-top: 15px;
    color:#FFF; 
    text-align:center; 
	background: url(../images/bg_tooltip.png) no-repeat;
	z-index: 500;
}