@charset "utf-8";
@import url("/en/common/css/base.css");

/*
 * company this css
 * Date: 2009.07.17
 * Author: Creative Team
 */


/* privacy
------------------------------------------------------------------------*/

div#inner{
	display:inline-block;
	}

/* title */
h2{ background:url(images/privacy_ttl01.gif) no-repeat 5px 15px; }

/* leftmenu */

div#leftmenu{
	float:left;
	width:160px;
	margin:17px 0 0 22px;
	_margin:17px 0 0 11px;
	}

div#leftmenu dl{
	magrin:0;
	padding:0 0 10px 0;
	width:160px;
	}

div#leftmenu dl dt{
	width:160px;
	height:37px;
	margin-bottom:5px;
	}

div#leftmenu dl dt.category01{ background:url(images/leftmenu_btn01.gif) no-repeat left top; }
div#leftmenu dl dt.category02{ background:url(images/leftmenu_btn02.gif) no-repeat left top; }
div#leftmenu dl dt.category03{ background:url(images/leftmenu_btn03.gif) no-repeat left top; }
div#leftmenu dl dt.category04{ background:url(images/leftmenu_btn04.gif) no-repeat left top; }
div#leftmenu dl dt.category05{ background:url(images/leftmenu_btn05.gif) no-repeat left top; }
div#leftmenu dl dt.category06{ background:url(images/leftmenu_btn06.gif) no-repeat left top; }

div#leftmenu dl dt a{
	display:block;
	width:160px;
	height:37px;
	text-indent:-9999px;
	}

div#leftmenu dl dt.category01 a:hover{ background:url(images/leftmenu_btn01_on.gif) no-repeat left top; }
div#leftmenu dl dt.category02 a:hover{ background:url(images/leftmenu_btn02_on.gif) no-repeat left top; }
div#leftmenu dl dt.category03 a:hover{ background:url(images/leftmenu_btn03_on.gif) no-repeat left top; }
div#leftmenu dl dt.category04 a:hover{ background:url(images/leftmenu_btn04_on.gif) no-repeat left top; }
div#leftmenu dl dt.category05 a:hover{ background:url(images/leftmenu_btn05_on.gif) no-repeat left top; }
div#leftmenu dl dt.category06 a:hover{ background:url(images/leftmenu_btn06_on.gif) no-repeat left top; }


/* mainContents */

div#mainContents{
	float:right;
	width:540px;
	margin:18px 20px 0 0;
	_margin:18px 10px 0 0;
	}

div#mainContents h3{
	margin:20px 0 5px 0;
	font-weight:bold;
	}

div#mainContents dl dt{
	margin:20px 0 3px 0;
	}

div#mainContents dl dt{
	margin-top:20px;
	}

div#mainContents div.category01 dd{
	margin-left:0;
	padding-left:0;
	text-indent:0;
	}

div#mainContents div dd{
	margin-left:15px;
	}

div#mainContents div dd.address{
	margin-bottom:10px;
	padding-top:5px;
	}

div#mainContents div dt{
	padding-left:17px;
	text-indent:-17px;
	}

div#mainContents div dd ol li{
	padding-left:17px;
	text-indent:-17px;
	}

div#mainContents div dd ul li a{
	margin-left:5px;
	}


/* clearfix
-------------------------------------------------------------------*/
div.inner:after,
div.trend:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}