@charset "utf-8";

/* KU BASE_SUB.CSS  */


/*---------------------------------------
*	
*	00.PAGE_TITLE
*	01.CONTENT
*		01_00.LEFT
*		01_01.RIGHT
*
*--------------------------------------*/





/**--------------------------------------
	00.PAGE_TITLE
---------------------------------------**/

div#pageTitleWrap
{
	height: 210px;
	background: url(../images/page_title_bg.jpg) repeat-x;
	text-align: center;
}

div#pageTitleWrap h2
{
	margin: 0 auto;
	width: 840px;
}

/**--------------------------------------
	01.CONTENT
---------------------------------------**/

div#contentWrap
{
	padding-top: 3px;
}

div#content
{
	background: url(../images/content_bg.gif) repeat-y;
}

div#content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#content{ display: inline-block; }

/* \*/
* html div#content{ height: 1%; }
/* */

/*---01_00.LEFT---*/

div#left
{
	float: left;
	margin: 37px 20px 0 0;
	padding: 0 1px;
	width: 193px;
}

div#left ul.subnav
{
	padding: 1px 0 0 0;
	background: url(../../privacy/images/subnav_line.jpg) no-repeat;
}

div#left dl
{
	margin-top: 34px;
}

div#left dl dt
{
	width: 193px;
	height: 50px;
}

div#left dl dd
{
	width: 193px;
	height: 36px;
	overflow: hidden;
}

div#left dl dd a
{
	display: block;
	padding: 6px 0 0 15px;
	width: 178px;
	height: 30px;
	background: url(../../column/images/subnav_bg.jpg) no-repeat;
	color: #464646;
	font-size: 92%;
	text-decoration: none;
}

div#left dl dd a:hover
{
	background-position: bottom;
	color: #FFFFFF;
}

div#left dl#subnavWorksCate dd a
{
	display: inline;
	padding: 0;
	width: 193px;
	height: 36px;
	background: none;
}

/*---01_01.RIGHT---*/

div#right
{
	float: left;
	margin: 37px 0 0 0;
	width: 625px;
}








