@charset "utf-8";
/* ****************************************************
Since : 2008-09-08
Last Modified: 2008-09-08
***************************************************** */

/* Header
=========================================*/
#header h1 {
	margin:0;
	padding:5px 0px 0px 12px;
	float: left;
}

#header h1 span #logo02 {
	margin:0 0 0 15px;
}

/* map
=========================================*/
div#map {
	clear:both;
	margin:0 auto;
	width: 960px;
	text-align:center;
}
/* Contents
=========================================*/
div#contents {
	clear:both;
	margin:0 auto;
	text-align:left;
	background: url(../images/com_bg002.gif) repeat-y center top;
	padding:5px 24px 0;
}
*html div#contents {
	background: url(../images/com_bg002.gif) repeat-y 5px top;
	zoom:1;
}
#contents-foot {
	background: url(../images/com_bg003.gif) no-repeat center bottom;
	padding:0 0 24px;
	clear:both;
	margin:0 auto;
	text-align:left;
}
*html #contents-foot {
	background: url(../images/com_bg003.gif) no-repeat 5px bottom;
	zoom:1;
}
div#contents div.col-type01 {
	background: url(../../images/index_bg001.gif) repeat-y left top;
	margin:0 auto 15px;
	width:923px;
}
div#contents div.col-type01 div {
	background: url(../../images/index_bg002.gif) no-repeat left bottom;
	zoom:1;
}
div#contents div.col-type01 div dl {
	padding:4px;
}
div#contents div.col-type01 div dl dt {
	background: url(../../images/index_tx001.gif) no-repeat center center;
	display:block;
	width:151px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 4px 0 0;
	min-height:56px;
	padding:8px 0;
}
*html div#contents div.col-type01 div dl dt {
	height:71px;
}
div#contents div.col-type01 div dl dd {
	width:736px;
	float:left;
	padding:8px 12px;
}
div#contents div.col-type01 div dl dd address {
	float:left;
}
div#contents div.col-type01 div dl dd address.address-name,
div#contents div.col-type01 div dl dd address.address-address {
	width:100%;
}
div#contents div.col-type01 div dl dd address.address-tel,
div#contents div.col-type01 div dl dd address.address-fax {
	margin-right:15px;
}
h2 {
	margin-bottom:15px;
	text-align:left;
}
h3 {
	margin-bottom:10px;
	text-align:left;
}
div#contents div.col3 {
	width:936px;
	text-align:left;
}
div#contents div.col3 .section {
	float:left;
	width:310px;
}
div#contents table.table-type01 {
	border-collapse:collapse;
	width:300px;
	border:1px solid #d6d6d6;

}
div#contents table.table-type01 col.col-country {
	background:#f9f9f9;
	width:115px;
}
div#contents table.table-type01 col.col-language {
	width:181px;
}
div#contents table.table-type01 th {
	font-weight:bold;
	background:#e3edff;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:6px;
	line-height:1.2;
	vertical-align:top;
	height:1em;
}
div#contents table.table-type01 td {
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:6px;
	line-height:1.2;
		vertical-align:top;
		height:1em;
}
div#contents table.table-type01 td.dot-line {
	border-bottom:1px dotted #d6d6d6;
}
div#contents table.table-type01 td.empty {
	height:auto;
}

.caption {
	font-size:83%;
}
/*99: extra
=========================================*/
div#contents div.col-type01 div dl:after,
div#contents div.col3:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
div#contents div.col-type01 div dl,
div#contents div.col3 {
	min-height: 1px;
}
/* for IE6 */
* html div#contents div.col-type01 div dl,
* html div#contents div.col3 {
	height: 1px;
}
/* for IE7 */
*:first-child+html div#contents div.col-type01 div dl,
*:first-child+html div#contents div.col3 {
	zoom: 1;
}
