@charset "utf-8";
/******************************************************************************
privacy
******************************************************************************/

#all{
	background:url(../img/news/main.jpg) 30px bottom no-repeat;
}

body.index #logo a{
	background:url(../img/cmn/contents/logo.png) left top no-repeat;
}


#contents h1,
#contents h2,
#contents p{
	float:right;
}

#contents h2{
	padding:50px 0 0 40px;
}

/* news-list
-----------------------------------------------------------------------------*/

#contents .jScrollPaneContainer{
	outline:0 !important;
}

#contents #pager{
	position:absolute;
	right:3px;
	bottom:0;
	z-index:10;
}

#contents #pager .last{
	padding:18px 0 0 0;
}


/* local
-----------------------------------------------------------------------------*/
#contents #local{
	float:right;
	padding:50px 120px 0 0;
	width:200px;
}

#contents #local ul{
	margin:0 0 80px 0;
	background:url(../img/news/bg-local.png);
	padding:30px 0 20px15px;
}

#contents #local li{
	float:right;
	margin:0 23px 0 0;
}

#contents #local li.first{
	margin:0;
}

/* entry-body
-----------------------------------------------------------------------------*/

#contents #privacy{
	float:right;
	width:480px;
	padding:65px 0 0 0;
	margin:0 0 30px 0;
	position:relative;
	font-size:1.2em;
	line-height:1.5;
}

#contents #privacy *{
	float:none;
}

#contents #privacy .entry-body{
	width:455px;
}

#contents #privacy h3{
	margin:15px 0 0 0;
	padding:0 0 5px 0;
	font-weight:bold;
	background:url(../img/news/dot_line_s.gif) left bottom repeat-x #fff;
}

#contents #privacy .entry-body p{
	margin:15px 0 0 0;
}

