@charset "utf-8";

/* NEW_LIFESTYLE ABOUT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.ABOUT_CONT02
*	02.ABOUT_CONT03
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#aboutWrapp
{
	width: 530px;
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 20px;
}

div#aboutWrapp h2
{
	margin: 0 0 30px 0;
}

div#aboutWrapp div.aboutBox
{
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
}	

div#aboutWrapp div.aboutBox h3
{
	margin: 0 0 20px 0;
}

div.aboutPicBox
{
	width: 530px;
}

div.aboutPicBox dl
{
	width: 250px;
}

div.aboutPicBox dd
{
	font-size: 77%;
}

div.aboutPicBox dl.left
{
	float: left;
}

div.aboutPicBox dl.right
{
	float: right;
}

p.back2top
{
	height: 40px;
	text-align: right;
}

/**-------------------------------------
	01.ABOUT_CONT02
---------------------------------------**/

table#desc01
{
	margin: 0 0 40px 0;
}

table.desc
{
	width: 530px;
	background: url(../images/about_desc_devider.gif) no-repeat;
}

table.desc th
{
	width: 110px;
}

table.desc td,
table.desc th
{
	padding: 10px;
	background: url(../images/about_desc_devider.gif) no-repeat left bottom;
}

table.desc td.group ul li
{
	margin: 0 0 3px 0;
}

table.desc td.group p
{
	margin: 0 0 20px 0;
}

table.desc td.group dl dt
{
	font-weight: bold;
}


/*util*/

.mB10
{
	margin-bottom: 10px !important;
}

.mB20
{
	margin-bottom: 20px !important;
}


/**-------------------------------------
	02.ABOUT_CONT03
---------------------------------------**/

ul#aboutActivity li
{
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../images/about_activity_ico.gif) no-repeat 5px 7px;
}

table#history
{
	width: 530px;
	border: 1px solid #DBDCC0;
	font-size: 92%;
}

table#history th,
table#history td
{
	padding: 10px;
	border: 1px solid #DBDCC0;
}

table#history th
{
	background: #FEFCF6;
	text-align: center;
}

table#history th.left
{
	width: 60px;
}

table#history td.historyYear
{
	width: 4.5em;
}


/*---------------------------------------
	MO_01.CLEARFIX
---------------------------------------**/

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

div.aboutPicBox
{
	display:inline-block;
}

/* \*/
* html div.aboutPicBox
{ 
	height:1%;
}
/* */








