﻿@charset "UTF-8";

/****************************************/
/*************** contact ******************/
/****************************************/

.contTable {
	width:675px;
	margin:0;
	/*font-size: 0.95em;*/
	text-align: left;
	border: solid 1px #05acd1;
	border-collapse: collapse;
}

.contTable th {
	width: 25%;
	padding: 5px;
	text-align: left;
	border-bottom: solid 1px #05acd1;
	border-right: solid 1px #05acd1;
	background:#cdebf1;
	white-space: nowrap;
}

.contTable td {
	width: 75%;
	padding: 5px;
	border-bottom: solid 1px #05acd1;
	background:#fbfbfb;
}

.inputbtm {
	width: 75px;
	text-align:center
}

.txtright {
	text-align:right;
}

/****************************************/
/************** sitemap *****************/
/****************************************/
ul.sitemap {
	margin-bottom:15px;
	margin-left:14px;
}

ul.sitemap li {
	width:335px;
	float:left;
	margin-bottom:5px;
}
ul.sitemap li a {
	background:url(../images/link_icon.gif) no-repeat;
	background-position:0 50%;
	padding-left:20px;
}

/****************************************/
/************** privacy *****************/
/****************************************/
.prvList {
	text-align: left;
	list-style-type: disc;
	padding-left:20px;
}

.prvList2 {
	text-align: left;
	list-style-type: decimal;
	padding-left:25px;
}

.prvPdf {
	text-align: right;
}

/****************************************/
/************** mane ********************/
/****************************************/
.companyDec {
	border-top:solid 1px #ccc;
	width: 685px;
	margin-bottom: 10px;
}

.companyDec th {
	border-bottom:solid 1px #ccc;
	background-color:#fff9e7;
	text-align:left;
	font-weight:normal;
	padding:8px 16px;
}

.companyDec td {
	border-bottom:solid 1px #ccc;
	background-color:#fff;
	padding:8px 16px;
}
.faccess td, th {
	text-align:left;
}

/****************************************/
/************** info ********************/
/****************************************/
.infoTyuui {
	border:solid 1px #FF6600;
	margin-bottom:20px;
	padding:10px;
	background:#FFFFCC;
}
.infoTyuui b {
	color:#CC0000;
	margin-bottom:5px;
}

