@charset "UTF-8";

/* LAYOUT 
--------------------------------------------------------------*/
#container{
	position:relative;
	width:100%;
	text-align:center;
	min-height:100%;
	height:auto;
}
* html body #container{
	height:99.9%;
}

/* FOOTER */
#footer{
	position:absolute;
	bottom:0;
	left:0;
	height:38px;
	overflow:hidden;
	zoom:1;
	width:100%;
	background:#f8f8f8 url(/stv/common/images/footer/bg.gif) repeat-x;
	text-align:center;
}
#footer .fPad{
	width:970px;
	margin:0 auto;
}
#footer ul{
	height:38px;
	float:left;
	padding-left:10px;
}
#footer ul li{
	display:inline;
	margin-right:5px;
}
#footer ul li.link1 .haribotekit,
#footer ul li.link1 .haribotekit .panel{
	width:79px;
	height:38px;
}
#footer ul li.link1 .haribotekit .panel{
	background:url(/stv/common/images/footer/btn_inquiry.gif) no-repeat;
}
#footer ul li.link2 .haribotekit,
#footer ul li.link2 .haribotekit .panel{
	width:89px;
	height:38px;
}
#footer ul li.link2 .haribotekit .panel{
	background:url(/stv/common/images/footer/btn_howtouse.gif) no-repeat;
}
#footer ul li.link3 .haribotekit,
#footer ul li.link3 .haribotekit .panel{
	width:112px;
	height:38px;
}
#footer ul li.link3 .haribotekit .panel{
	background:url(/stv/common/images/footer/btn_privacy.gif) no-repeat;
}

#footer p.copyright{
	float:right;
	padding:10px;
	font-size:8px;
}
#footer p.copyright .haribotekit,
#footer p.copyright .haribotekit .panel{
	width:326px;
	height:38px;
}
#footer p.copyright .haribotekit .panel{
	background:url(/stv/common/images/footer/copyright.gif) no-repeat;
}
.btmPageUp{display:none;}


/* HEADER*/
#header{
	width:950px;
	margin:0 auto;
	text-align:left;
	height:304px;
	background:url(/stv/common/images/header/bg_main.jpg) no-repeat 0 0;
	position:relative;
}
#header p.toOfficial{
	position:absolute;
	top:0;
	right:0;
}
#header p.toOfficial .haribotekit,
#header p.toOfficial .haribotekit .panel{
	width:170px;
	height:33px;
}
#header p.toOfficial .haribotekit .panel{
	background:url(/stv/common/images/header/btn_to_official.gif) no-repeat;
}

#header p.blogName,
#header h1{
	padding:0;
	margin:0;
}
#header p.blogName .haribotekit,
#header p.blogName .haribotekit .panel,
#header h1 .haribotekit,
#header h1 .haribotekit .panel{
	width:440px;
	height:150px;
}
#header p.blogName .haribotekit .panel,
#header h1 .haribotekit .panel{
	background:url(/stv/common/images/header/blogname.gif) no-repeat;
}

#header p.search{
	display:none;
}



#contentsArea{
	width:970px;
	margin:0 auto;
	padding-bottom:58px;
	text-align:left;
}
#contentsArea #mainArea{
	width:700px;
	float:left;
	*display:inline;
	margin-left:10px;
}



/* RIGHT AREA */
#contentsArea #rightArea{
	width:210px;
	float:right;
	*display:inline;
	margin-right:10px;
}

/* SNS AREA */
.social-btn {
	overflow:hidden;
}
.social-btn .tw-btn {
	float:left;
  	margin: 0 5px 10px 0;
}
.social-btn .tw-btn iframe {
	width:102px!important;
}
.social-btn .fb-btn {
	float:left;
  	margin: 0 5px 10px 0;
  	height: 20px;
  	width:110px!important;
}
.social-btn .ln-btn {
	float:left;
  	margin: 0 0 10px 0;
  	height: 20px;
}
