@charset "utf-8";
body  {
	margin: 0; /* 愛上尾it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 100%;
	background-color: #F2F2F2;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	background-position: center;
}
.adotosshome #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium dotted #FF80C0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.companylogo {
	height: 33px;
	width: 115px;
	vertical-align: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.companylogotable {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.companynametext {
	text-align: right;
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	line-height: 20px;
	color: #000;
}
.companybannertable {
	width: 772px;
}
.bannerimage {
	width: 772px;
	height: 100px;
}

.adotosshome #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FCFCFC;
} 
.adotosshome #header h1 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
}
.adotosshome #contentheader {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.adotosshome #contentheadertop {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #00B500;
	font-weight: bold;
	font-style: italic;
}
.adotosshome #contentheaderflash {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.flashimage {
	height: 150px;
	width: 550px;
}

.adotosshome #contentfooter {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 16px;
}
.contentfooterstyle {
	text-align: center;
	background-color: #D7D7FF;
	color: #F0F;
	width: 100%;
}

.adotosshome #mainmenu {
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
}
.adotosshome #innersidemenu {
	width: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.innersidemenuheader {
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.innersidemenucontentstyle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.adotosshome #maincontent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
} 
.adotosshome #maincontentdetail {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
} 
.adotosshome #footer {
	padding: 0;
	background-color: #6A6AFF;
	text-align: right;
	color: #FFF;
	font-size: 13px;
} 
.adotosshome #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidelink{
	display:block;
	width:140px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color:#222;
	background-color: #eee;
	background-image: url(../images/gradient1.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #ddd;
}
.contentfootertable {
	font-size: 13px;
	font-weight: lighter;
}


.sidelink:hover,.menuheader{
	color:#FFF;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #fff;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
}
.currentmenuheader{
	display:block;
	width:140px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	color:#00B500;
	background-color: #eee;
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #ddd;
}
.currentmenuheader:hover,.menuheader{
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;

}
.pointviewimgstyle {
	height: 10px;
	width: 10px;
}

.hide{
display:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.headingstyle{
	color:#004080;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #eee;
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	width: 50%;
	font-weight: bold;
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
}
.headingstyle1 {
	color:#FFF;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #000;
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	width: 50%;
	font-weight: bold;
	background-image: none;
}

.breadcrumbheadingstyle{
	color:#408080;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
	background-color: #eee;
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 10px;
	font-weight: bold;
	width: 50%;
}
.maincontentheadingstyle{
	color:#004080;
	text-decoration:none;
	background-color: #eee;
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	font-weight: bold;
	width: 50%;
	border: 0px none #FFF;
}
.contentfootertable {
	width: 25%;
}
.contenttable {
	width: 50%;
}
.contentstyle {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
.contentdetailstyle {
	font-size: 13px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.maincontenttable {
	width: 100%;
}
.maincontenttable1 {
	width: 100%;
	background-color: #333;
}

.maincontentdetailtable {
	width: 596px;
}
.langflagstyle {
	height: 12px;
	width: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.breadcrumbpath {
	width: 596px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.languagestyle {
	font-size: 12px;
	height: 28px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.consulttablestyle1 {
	color: #00F;
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.consulttablestyle2 {
	color: #0000BF;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
.consulttableimagesize {
	width: 100%;
	height: 15%;
}
.contentrightside {
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}
.underconstruct {
	font-size: 18px;
	color: #F00;
}
.errormsg {
	font-size: 12px;
	color: #F00;
}
.successmsg {
	color: #007300;
}
.linkstyle {
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maincontentheadingstyle1 {
	color:#004080;
	text-decoration:none;
	background-color: #E1E1E1;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	border: 0px none #FFF;
}
.textcenter {
	vertical-align: top;
}
.tableblock {
	color:#222;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	vertical-align: top;
}

