@charset "utf-8";

/*-----------------------------------------------------------

	default

-----------------------------------------------------------*/

html,body {
    overflow-y: hidden;
}

html {
	height:100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #F3F2F1 url(../../img/bg.jpg) center repeat-x;
}

img {
	vertical-align: top;
	border:0;
}

a {
	outline:none;
	border:0;
}

/*-----------------------------------------------------------

	base

-----------------------------------------------------------*/

#wrap {
	width:100%;
	height:100%;
}

#flashContent {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}

#top_image {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-220px;
	text-align:center;
}


/*-----------------------------------------------------------

	footer

-----------------------------------------------------------*/

#footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 44px;
	overflow: hidden;
	font-size: 10px;
	margin:0 auto;
	z-index: 9999;
	background:url(../../img/footer_bg.jpg) top left repeat-x;
	bottom: 0;
}

* html #footer {
	bottom: -1px;
}

*:first-child+html #footer {
 	bottom: -1px;
}

#footer .shareButtons {
	position: relative;
	float: right;
	height: 20px;
	padding: 0 20px;
	margin-top: 14px;
}

#footer .shareButtons div {
	float: left;
	display: inline;
}

* html #footer #shareButtons {
	margin-top: 14px;
}

#footer #shareButtons #mixi {
	position: absolute;
}

#footer #shareButtons #facebook {
	position: absolute;
	left: 10px;
}
		
#footer #shareButtons #facebookicon {
	position: absolute;
	top:-5px;
	left: 40px;
}
		
#footer #shareButtons #facebookicon img{
	position: absolute;
	top: 2px;
}
		
#footer #shareButtons #twitter {
	position: absolute;
	left: 10px;
}
		
* html #footer #shareButtons #twitter {
	margin-top: -1px;
}

#footer .left {
	position: relative;
	float: left;
	height: 44px;
}

#footer .right {
	position: relative;
	float: right;
	height: 32px;
	right: 20px;
}

#footer .left #logo {
	float: left;
	margin-top: 12px;
	margin-left: 20px;
}

#footer .left ul {
	float: left;
	margin-top: 18px;
}

#footer .left li {
	float: left;
	padding-left: 21px;
	margin-left: 20px;
	background: url(../../img/footer_line.gif) no-repeat 0 0;
	display: inline;
}