@charset "utf-8";

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

	ArtMeter / ENTRY styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2009/09/09
	modified : 2009/09/24

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

@import url("/css/common.css");

/* CONTENTS
---------------------------------------------- */

#contBody{
	background:url("/img/screensaver/bg_main.jpg") repeat-y;
	color:#8B5C29;
	margin-bottom:20px !important;
}
#contBody_w{
	padding:0 42px;
}


#contents #contHead{
	margin-bottom:0 !important;
}

#contBody #ssMain{
	margin:0 0 30px 0;
	padding-top:20px;
	font-size:100%;
}


#contBody a{
	text-decoration:none;
	border:none;
	background:none;
}


#c_nav ul{
	padding:0;
}

#c_nav li{
	float:left;
	margin-right:16px;
}

#c_nav li a{
	position:relative;
}

#c_nav li a:link .pop,
#c_nav li a:visited .pop{
	display:none;
}

#c_nav li a:hover .pop{
	display:block;
	position:absolute;
	top:-100px;
	left:-90px;
}

#c_nav li a:hover .btn{
	/*margin:-7px 0 0 -7px;*/
}

#c_nav li.lastChild{
	margin:0;
}












#leftSS{
	width:442px;
	float:left;

}

#leftSS #btn{
	text-align:center;
	margin:10px 0 20px;
}

#leftSS #btn_txt{
	padding-top:10px;
	font-size:90%;
	text-align:center;
	display:block;
}

#leftSS dd{
	font-size:95% !important;
}


#rightSS{
	width:403px;
	float:right;

}


#contBody #rightSS h3{
	margin-bottom:25px;
}

#rightSS #eff dd{
	padding-left:10px;
	background: #fff;
	height:27px;
	line-height:27px;
	color:#ED0000;
	font-size:100%;
	margin-bottom:10px;
}

.txt_p{
	margin-bottom:25px;

}

#rightSS #dir dd{
	font-size:100%;
	margin-bottom:30px;
}


#other{
	background:url("/img/screensaver/bg_other.jpg") repeat-y;
	height:146px;
	margin-bottom:20px;
}

#other ul{
	padding:10px 0 0 30px;
}

#other li{
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}

#other li a{
	position:relative;
	display:block;
}

#other li a:link .pop{
	display:none;
}

#other li a:visited .pop{
	display:none;
}

#other li a:hover .pop{
	display:block;
	position:absolute;
	top:-80px;
	left:-110px;
}

#other li a:hover .btn{
	/*margin:-7px 0 0 -7px;*/
}

#expSS{
	width:876px;
	background:#FFF;
}

#expSS_w{
	padding:35px;
}

#expSS #expLeftSS{
	float:left;
	width:528px;
	font-size:90%;
}

#expSS #expLeftSS dd{
	padding:0 33px;
	margin-bottom:20px;
}

#expSS #expLeftSS dd.lastChild{
	margin-bottom:0;
}



#contFoot{
	background:url("/img/screensaver/bg_footer.jpg") top no-repeat;
	height:57px;
}















.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.group {
    display: inline-block;
}
/* Hides from IE-mac \*/

* html .group {
    height: 1%;
}

.group {
    display: block;
}
/* End hide from IE-mac */
