@charset "utf-8";
@import url("table.css");
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

img{
	vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
}

body{
	background-color:#e6e6e6;
	background-image: url(../images/global/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 83%;
	color: #444444;
}

#container{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

/*---------------------------*/

#header{
	margin-top: 10px;
	margin-bottom: 10px;
}

#header h1 {
	float: left;
}
#header h1 a {
	background-image: url(../images/global/logo.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 222px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;

}

#header .inq {
	right: 0px;
	top: 0px;
	float: right;
}
/*--------------------------*/


#sidebar{
	width: 235px;
	float: left;
}

#main {
	clear: both;
}

/*--------------------------*/
#topicsPath {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 78%;
	color: #666666;
	background-image: url(../images/global/icon/icn_arrow_othernavi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#topicsPath a {
	color: #666666;
}
/*--------------------------*/

#contents{
	float: right;
	line-height: 1.3em;
	width: 520px;
}
#topicsPath a:hover {
	text-decoration: underline;
}

#contents h2 {
	background-color: #5498dc;
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(../images/global/icon/icn_file_header.gif);
	height: 26px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 45px;
	margin-bottom: 20px;
}
#contents h3 {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #0066cc;
	border-left-color: #0066cc;
	font-size: 100%;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	line-height: 1.3em;
	margin-bottom: 15px;
	clear: both;
}
#contents h4 {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	font-size: 100%;
	background-image: url(../images/global/icon/icn_arrow_blue02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contents h5 {
	font-weight: normal;
	background-image: url(../images/global/icon/icn_arrow_simple.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 100%;
}
#contents h6 {
	padding-bottom: 3px;
	font-size: 100%;
	background-image: url(../images/global/icon/icn_arrow_blue02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 5px;
	font-weight: normal;
}

/*--------------------------*/



#contents p {
	padding-top: 8px;
	padding-bottom: 8px;
}


#contents ol,
#contents ul {
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 12px 8px;
	margin-top: 15px;
	margin-left: 25px
}

#contents ol{
	margin-left: 40px
}

#contents ul li {
	background-image: url(../images/global/icon/list1.gif);
	margin-bottom: 6px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}


div.specialPanel {
	background-image: url(../images/global/special_bg.gif);
	padding-bottom: 4px;
	padding-left: 1px;
	margin-bottom: 3px;
}


.specialPanel h2 {
	color: #FFFFFF;
	background-image: url(../images/global/icon/icn_arrow_special.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
	font-size: 100%;
	height: 19px;
	vertical-align: middle;
	padding-top: 5px;
}

.specialPanel li {
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	list-style-type: none;
}
#sideMenu {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	clear: both;
}

#sideMenu h2{
	font-size:100%;
}

#sideMenu li {
	list-style-type: none;
}

#sideMenu a,
#sideMenu h2{
/*	background-color: #d5d5d5;*/
	display: block;
	height: 18px;
	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: #ccccca;
	border-right-color: #afafae;
	border-bottom-color: #afafae;
	border-left-color: #ccccca;
	color: #3E3E3E;
	text-decoration: none;
	padding-top: 5px;
	background-image: url(../images/global/icon/icn_arrow_sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 1px;
}


#sideMenu ul a {
	background-color: #FFFFFF;
	background-image: url(../images/global/icon/icn_arrow_sidemenu_02.gif);
	background-position: 9px;
	padding-left: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sideMenu a:hover {
	background-color: #E6E6E6;
}
#sideMenu ul li {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}

#sideMenu ul a:hover {
	background-color: #F9F9F9;
}



#sideMenu ul a.active {
	background-color: #FBE7B7;
	margin-top: 0px!important;
}
/* -----simuration menu----- */
#sideMenu .backcolor{
	background-color: #d5d5d5;
}

#sideMenu #simuration_menu{
	background-image:url("../images/global/h2back2.gif");
}
#sideMenu #simuration_menu a{
	color:#ffffff;
}
#simuration_menu a{
	background-image:url("../images/global/icn_arrow_sidemenu_simulati.gif");
}
#simuration_menu a:hover {
	background-color: #c00;
}
/* ------------------------ */

#footer{
	clear: both;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	margin-top: 10px;
	height: 80px;
}

#footer .copyrights {
	float: right;
}

#footer .othernavi li{
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}

.othernavi a {
	background-image: url(../images/global/icon/icn_arrow_othernavi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #333333;
	font-size: 79%;
}



/*-------------------------------------*/

.margin0{
	margin:0px!important;
}
.othernavi a:hover {
	text-decoration: underline;
}


.borderNone{
	border:none!important;
}


/* --------------------- clearfix -------------------*/

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.txtright {
	text-align: right;
}


/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}
.btnspc img {
	margin-right: 3px;
	margin-left: 3px;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
/* ---------------------------------------------------*/





#sidebar .privacy {
	margin-top: 10px;
	font-size: 75%;
	height:80px;
	color: #999999;
	background-image: url(../images/global/privacy_seal2.gif);
	background-repeat: no-repeat;
	padding-left: 90px;
	vertical-align: bottom;
	padding-top: 15px;
}
#sidebar .privacy img {
	float: left;
	margin-right: 4px;
}

