/*basic element
-----------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;/*-----------------change-----------------*/
}

h1,h2,h3,p {
	margin:0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #666666;
	font-style:normal;
}

a:visited {
	color: #666666;
}

a:hover,a:active {
	color: #666666;/*-----------------change-----------------*/
	font-style: normal;
	text-decoration: underline;
}

/*header
-----------------------------------------------------*/
/*header
-----------------------------------------------------*/
#header2 {
	width: 760px;
	height: 30px;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header2 ul {
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header2 li {
	float: right;
	list-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 12px;
	height: 20px;
}
#header2 li a {
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 0.5em;
	width: auto;
}

#header2 h1 {
	text-align: left;
	float: left;
}
#header2 img {
	float: left;
}
#header {
	width: 760px;
	height: 30px;
	margin: 0px;
	padding: 0;	
}
#header h1 {
	width: 170px;
	height: 30px;
	float: left;
}
#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	display: block;
	float: right;
	margin: 10px;
	list-style: none;
}

/*navi
-----------------------------------------------------*/

#navi {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	display: block;
	float: left;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	height: 22px;
	background-color: #7A7C78;/*#D2D3c9;*/
}

#navi li {
	float: left;
}

#navi li a {
	margin-left:10px;
	margin-right:10px;
	margin-top: 2px;
	padding-left: 5px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	line-height:150%; /*-----------------change-----------------*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;/*#7A7C78;*/
	border-left: 5px solid #ffffff;
}

#navi li#active a {
	color: #EBCA00;/*#ffffff;*/
	border-left: 5px solid #EBCA00;
}

#navi li a:hover {
	color: #EBCA00;
	border-left: 5px solid #EBCA00;
}

/*left navi
-----------------------------------------------------*/

#l_navi {
	width: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#l_navi ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #7A7C78;
	background: #EEF0F1;
	
}

#l_navi li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px solid #7A7C78;
	font-size: x-small;
}

#l_navi a {
	font-family: Geneva, Arial, Helvetica, sans-serif; /*-----------------change-----------------*/
	padding: 5px 8px;
	display: block;
	text-align: left;
	text-decoration: none;
	width: 144px;
	height: 12px;
	font-size: 12px;
	color: #666666;/*#ffffff;*/
}

#l_navi li.sub_manu1 a{
	text-indent: 10px; /*-----------------change-----------------*/
	font-size:11px;
}
#l_navi li.sub_manu2 a{
	text-indent: 30px; /*-----------------change-----------------*/
	font-size:11px;	
}

/* for MAC safari \*/
html:\66irst-child #l_navi li a {font-size:11px;}
/* end */ 

#l_navi li a:link {
	color: #666666;	
}

#l_navi li a:visited {
	color: #666666;
}

#l_navi li a:hover {
	color:#666666;
	background: #ffffff;	
}
#l_navi li#active a { /*-----------------change-----------------*/
/*	font-weight: bold; */
	background: #ffffff;
	
}

#get_adobe_reader {
	width: 150px;
	height: 58px;
	float: left;
	margin-top: 50px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	background-color:#FFFFFF;/* #F5F3F1; */
	color: #666666;
	
}

#get_adobe_reader p {
	font-size: small;
	text-align: center;
}

/*breadcrumbs
-----------------------------------------------------*/

#rootlist {
	font-family: Geneva, Arial, Helvetica, sans-serif; /*-----------------change-----------------*/
	clear: both;
	width: 760px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #FFFFFF;
	border-bottom: #666666 solid 1px;
	height: 12px;
	font-size: 10px;
	color: #666666;
}

#rootlist ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

#rootlist li {
	float: left;
	margin-left: 5px;
	padding: 0;
}

/*page layout
-----------------------------------------------------*/

#pagebody {
	width: 760px;
	margin: 0px;
	padding: 0;
	text-align: center;

}

#content {
	width: 760px;
	float: left;
	margin-top: 5px;
	padding: 0;
	border: 0px;
	background-color:#FFFFFF;/* #F5F3F1; */
}

#content h3 {
	margin:  0;
	padding: 0;
	padding-top: 2px;
	padding-left: 10px;
	text-align: left;
}

.contents_title {
	clear: both;
	padding: 0;
	width: auto;
	height: 20px;
	background-color: #D2D3C9;
}

.contents_title h3 { /*-----------------change-----------------*/
background:url("/en/css/images/m.gif") no-repeat; 
background-position:5px 5px;
text-indent:8px;

}

.contents_title_sanace {
	clear: both;
	margin-left: 5px;
	padding: 0;
	width: 595px;
	height: 20px;
	background-color: #EBCA00;
}

.contents_title_sanups {
	clear: both;
	margin-left: 5px;
	padding: 0;
	width: 595px;
	height: 20px;
	background-color: #B8073F;
}

.contents_title_sanmotion {
	clear: both;
	margin-left: 0px;
	padding: 0;
	width: auto;
	height: 20px;
	background-color: #3E66B0;
}

.style1 {
/*	font-size: 14px; */
	font-size:12px;
	color: #7A7C78;
}

.style2 {
	padding-left: 10px;
/*	font-family: "俵俽 俹僑僔僢僋", Osaka, "僸儔僊僲妏僑 Pro W3"; */ /*-----------------change-----------------*/
/*	font-size: 14px; */
	font-size:12px;
	font-weight: bold;
	color: #ffffff; 
}

.style3 {
	width:50px;
	height:16px;
	font-size: xx-small;
	background-color:#666666;
	color: #ffffff; 
	float: left;
}

.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
}

.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7A7C78; 
}


.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; 
}

.style7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff; 
}

.clear{
	clear: both;
}

/*footer
-----------------------------------------------------*/

#footer {
	clear: both;
	width: 760px;
	height: 30px;
	margin-top: 5px;
	padding: 0;
	display: block;
	background-color: #7A7C78;
}

#footer p{
	padding: 0px;
	color: #eeeeee;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 400px;
	float: right;
}

#footer ul {
	width: 750px;
	height: 13px;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0px 3px; /*-----------------change-----------------*/
	color: #F9F9F9; /*-----------------change-----------------*/	
}

#footer a{
	color: #F9F9F9;
	font-size: 12px;

}

#footer a:hover,a:active{
	color: #666666;
}
.mt10 {margin-top: 10px}

.mb05 {
	margin-bottom: 5px;
}
