@charset "utf-8";
@import url("/common/css/base.css");

/*
 * company this css
 * Date: 2009.07.17
 * Author: Creative Team
 */


/* company
------------------------------------------------------------------------*/

ul#globalMenu li.gmenu06 a{
	color:#091732;
	text-decoration:none;
	background:url(/common/images/gmenu_bg03.gif) no-repeat right top;
	}

ul#globalMenu li.gmenu06 a,
ul#globalMenu li.gmenu06 a:visited{
	color:#091732;
	}

div#inner{
	display:inline-block;
	}

/* title */
h2{ background:url(images/faq_ttl01.gif) no-repeat 5px 15px; }

/* leftmenu */

div#leftmenu{
	float:left;
	width:160px;
	margin:17px 0 0 22px;
	_margin:17px 0 0 11px;
	background:#e6e6e6 url(images/leftmenu_bg01.gif) no-repeat left bottom;
	}

div#leftmenu dl{
	magrin:0;
	padding:0 0 10px 0;
	width:160px;
	}

div#leftmenu dl dt{
	width:160px;
	height:25px;
	text-indent:-9999px;
	margin-bottom:5px;
	}

div#leftmenu dl dt.aboutgTLD{ background:url(images/leftmenu_ttl01.gif) no-repeat left top; }
div#leftmenu dl dt.glossary01 { background:url(images/leftmenu_ttl02.gif) no-repeat left top; margin-top:5px; }
div#leftmenu dl dt.glossary02 { background:url(images/leftmenu_ttl03.gif) no-repeat left top; margin-top:5px; }
div#leftmenu dl dt.glossary03 { background:url(images/leftmenu_ttl04.gif) no-repeat left top; margin-top:5px; }
div#leftmenu dl dt.glossary04 { background:url(images/leftmenu_ttl05.gif) no-repeat left top; margin-top:5px; }

div#leftmenu dl dd{
	margin-left:20px;
	padding:3px 0 5px 15px;
	line-height:150%;
	font-size:10px;
	background:url(images/leftmenu_img01.gif) no-repeat left 6px;
	}

div#leftmenu dl dd a{
	font-size:10px:
	}


/* mainContents */

div#mainContents{
	float:right;
	width:540px;
	margin:18px 20px 0 0;
	_margin:18px 10px 0 0;
	}

div#mainContents h3{
	width:540px;
	height:16px;
	text-indent:-9999px;
	}

/* tld */

div.tld h3{ background:url(images/faq_ttl02.gif) no-repeat left top; }
div.glossary01 h3{ background:url(images/faq_ttl04.gif) no-repeat left top; }
div.glossary02 h3{ background:url(images/faq_ttl05.gif) no-repeat left top; }
div.glossary03 h3{ background:url(images/faq_ttl06.gif) no-repeat left top; }
div.glossary04 h3{ background:url(images/faq_ttl07.gif) no-repeat left top; }

div.tld dl{
	margin:17px 0 0 20px;
	}

div.tld dl dt{
	padding:0 0 5px 18px;
	font-weight:bold;
	line-height:150%;
	background:url(images/faq_icon01.gif) no-repeat left 2px;
	}

div.tld dl dd{
	padding:0 0 20px 18px;
	background:url(images/faq_icon02.gif) no-repeat left top;
	}

div.tld dl dd ol li{
	margin-left:17px;
	list-style-type:decimal;
	}

/* glossary */

div.glossary01,
div.glossary02,
div.glossary03,
div.glossary04{
	}

div.glossary h3{ background:url(images/faq_ttl03.gif) no-repeat left top; }

div.glossary01 dl,
div.glossary02 dl,
div.glossary03 dl,
div.glossary04 dl{
	margin:15px 0 30px 20px;
	}

div.glossary01 dl dt,
div.glossary02 dl dt,
div.glossary03 dl dt,
div.glossary04 dl dt{
	padding-left:12px;
	font-weight:bold;
	background:url(/common/images/list_img05.gif) no-repeat left 4px;
	}

div.glossary01 dl dd,
div.glossary02 dl dd,
div.glossary03 dl dd,
div.glossary04 dl dd{
	margin:3px 0 20px 15px;
	}

div.glossary04 dl dd ul{
	padding:3px 0;
	}

div.glossary04 dl dd ul li{
	padding:0 0 0 15px;
	background:url(/common/images/list_img06.gif) no-repeat left 6px;
	}
/* clearfix
-------------------------------------------------------------------*/
div.inner:after,
div.trend:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}