@charset "utf-8";
/* CSS Document */


body {
	
	background-color: ##fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : Arial, Helvetica, sans-serif;
}


body#body2 {
	
	background-color: #fff;
	margin:0px;
	padding:0px;
 text-align:center;

}

body#body3 {
	
	background-color: #f1f6f9;
	margin:0px;
	padding:0px;
 text-align:center;

}


body,h1,h2,h3,h4,h5,h6,ul,ol,menu,li,dl,dt,dd,p,form,input,em {
	padding :0px 0px 0px 0px;
	margin :0px 0px 0px 0px;
	font-style : normal;
}

/*\*/
* html body {
	font-family : Arial,Helvetica,sans-serif;
}
/**/

*+html body {
	font-family : Arial,Helvetica,sans-serif;
}

h1 {
	height : 46px;
	padding : 9px 0px 0px 28px;
	line-height : 22px;
	color : #ffffff;
	font-size : 20px;
	text-shadow : 3px 3px 4px #333333;
	background : url(../images/h1_base.gif) no-repeat left top;
	margin : 0px 0px 0px 195px;
	display:block;
	width:760px;
}
h1 em {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	}

h2 {
	margin:30px 20px;
	font-size:15px;
	color: #90b609;
}
h2 em {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	}

h2.form {
	margin:0px 0px;
	font-size:15px;
	padding : 0px 0px 0px 12px;
	
}

/* basic font setting */
/*/////////////////////////////////////////////////*/

/* text size */

.small,.small th,.small td {
	font-size : 10px;
}

.medium,.medium th,.medium td {
	font-size : 12px;
}

.large,.large th,.large td {
	font-size : 14px;
}

body,body th,body td, /*body p,*/ h4 {
	color : #333333;
	line-height : 1.5;
	font-size : 12px;
	
}

/*link*/

a {
	margin:0px 0px 0px 0px;
	text-decoration:none;
	color:#0066cc;
	}
a:hover {
	text-decoration:underline;
	color:#0066cc;
	}


/*base*/

body #base { 
/*	background-image: url(../images/base_body_bg.gif);*/
	background-repeat:repeat-y;
	width:96%;
	margin-left:0px;
	margin-right:auto;
	text-align:left;
}

body#body2 #base2 {
	
	/*background-image: url(../images/base_body_bg2.gif);*/
	background-repeat:repeat-y;
	width:96%;
	margin-left:0px;
	margin-right:auto;
	text-align:left;
}


body#body3 #base3 {
	
/*	background-image: url(../images/base_body_bg_tab.gif);*/
	background-repeat:repeat-y;
	width:96%;
	margin-left:0px;
	margin-right:auto;
	text-align:left;
}


/*header*/

.header {
	margin:0px;
	padding:5px 0px 0px 5px;
	display:block;
	width: 980px;
	background-color: #fff;
	background-image:none;
	}


.logo {
	margin: 0px 130px 0px 0px;
	padding : 0px;
	float : left;
	display:block;
	width : 285px;
}
.logo img {
	 float:left;
	 margin-right:12px;
	display:block;
	 }
.logo p {
	padding : 0px 30px 8px 0px;
	margin:0px 0px 0px 0px;
	display:block;
	}
.logo p span {
	margin:6px 0px 0px 0px;
	padding : 6px 0px 0px 0px;
	color : #838383;
	font-size : 18px;
	text-shadow : 3px 3px 4px #e5e5e5;
	font-weight:bold;
	font-style:normal;
	display:block;
}

.subnavi {
	width: 550px;
	margin : 0px;
	padding : 10px 0px 0px 0px;
	float : left;
	text-align:right;
	font-size:12px;
	color:#666;
	display:block;
	line-height:1.5;
	height:40px;
}
.subnavi a#defaultTabLink{
	color: blue;
	margin-left: 10px;
	text-decoration: underline;
}
.subnavi .p {
	margin:0px;
	padding:0px;
	text-align:right;
	font-size:12px;
	color:#666;
}

	.subnavi a {
		text-decoration: underline;
		font-size:12px;
		color:#666;
	}
	
	.subnavi a.contact {
		background:url(../images/icon_mail.gif) no-repeat left center;
		padding : 6px 13px 6px 24px;
	
	}
	.subnavi a.home {
		background:url(../images/icon_gs.gif) no-repeat left center;
		padding : 6px 13px 6px 24px;
	
	}
	.subnavi a.logout {
		background:url(../images/icon_logout.gif) no-repeat left center;
		padding : 6px 13px 6px 24px;
	}
	
	.subnavi .normal {
		font-size:12px;
		color:#999999;
		font-weight:bold;
		padding : 6px 0px 6px 1.5em;	
		font-family: arial;	
	}

	.subnavi a.link {
		text-decoration:underline;
		font-size:12px;
		color:#0000ff;
		padding : 6px 0px 6px 1.5em;	
	}
	
	.subnavi a.link:visited {
		color:#663399;
		text-decoration:underline;
	}

	.subnavi img {
		border:none;
		margin-right:5px;
		vertical-align:text-top;
		}

	.subnavi a.support-link {
		background: url(../images/icon-question-mark.jpg) no-repeat left center;
		text-decoration:underline;
		font-size:12px;
		color:#0000ff;
		padding : 6px 0px 6px 1.5em;	
	}
	
	.subnavi a.support-link:visited {
		background: url(../images/icon-question-mark.jpg) no-repeat left center;
		color:#663399;
		text-decoration:underline;
	}
	
	.subnavi a.contact-link {
		background: url(../images/icon-speech-bubbles.jpg) no-repeat left center;
		text-decoration:underline;
		font-size:12px;
		color:#0000ff;
		padding : 6px 0px 6px 1.5em;	
	}
	
	.subnavi a.contact-link:visited {
		background: url(../images/icon-speech-bubbles.jpg) no-repeat left center;
		color:#663399;
		text-decoration:underline;
	}

/***** leftnavi *****/

.leftnavi {
 width:175px;
 height:100%;
 float:left;
 position:relative;
 z-index:2;
 margin-right:-195px;
	}

.leftnavi_manage {
 	width:185px;
/*	background-image: url(../images/base_body_bg_tab.gif);*/
	background-repeat:repeat;


}


.leftnavi dl {
	 margin:0px 0px 0px 0px;
}
.leftnavi a.home {
	margin:0px;
/*	background: url(../images/leftnavi/bt_top.gif);*/
	height:36px;
	display:block;
}

.leftnavi a.none {
	margin:0px;
/*	background: url(../images/leftnavi/bt_none.gif);*/
	height:36px;
	display:block;
}

.leftnavi-menu {
	 margin:0px 0px 12px 8px;
}
.leftnavi-menu p {
	display:block;
	margin:0px 15px 0px 0px;
	padding:0px 15px 0px 3px;
}
.leftnavi-menu ul { 
	margin-top:8px;
	padding-top:0px;
}
.leftnavi-menu li { 
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 24px;
	list-style-image:url(../images/link_icon.gif);
	font-size:12px;
	text-indent:0.5em;
}
.leftnavi-menu li a {
	margin:0px 0px 0px -0.6em;
	text-decoration:none;
	color:#0066cc;
	}
.leftnavi-menu li a:hover {
	text-decoration:underline;
	color:#0066cc;
	}



/***** leftnavi-tab *****/

.leftnavi-tab {
	width:170px;
	height:100%;
	margin-left:8px;
	margin-top:12px;
	/*padding-top:6px;*/
	padding-bottom:12px;
	background-color:#c2ddf1;
}

.leftnavi-tab ul {
	 margin-top:0px;
	 padding-top:0px;
}

.leftnavi-tab li.active {
	width:84px;
	height:21px;
	list-style: none;
	background-image: url(../images/tab_bg1.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	float:left;
	}
.leftnavi-tab li.alink {
	padding-left:2px;
	/*margin-left:2px;*/
	width:84px;
	height:21px;
	list-style:none;
	background-color:#e7e7e7;
	background-image:url(../images/tab_bg2.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	float:left;
	}

.leftnavi-tab li.alink a {
	text-decoration:underline;
	color:#0066cc;
	}
	
.left-navi-tab-box {
	width:170px;
	margin-top:8px;
	/*margin-left:5px;*/
	z-index:2;
	margin-right:-190px;
	clear:both;
	}

.leftnavi-tab-menu {
	 margin:0px 0px 12px 2px;
}
.leftnavi-tab-menu p {
	display:block;
	margin:0px 0px 8px 0px;
}
.leftnavi-tab-menu ul { 
	margin-top:8px;
	padding-top:0px;
}
.leftnavi-tab-menu li { 
	padding:0px 0px 0px 6px;
	margin:0px 0px 0px 24px;
	list-style-image:url(../images/link_icon.gif);
	font-size:12px;
	text-indent:0.5em;
}
.leftnavi-tab-menu li a {
	margin:0px 0px 0px -0.6em;
	text-decoration:none;
	color:#0066cc;
	}
.leftnavi-tab-menu li a:hover {
	text-decoration:underline;
	color:#0066cc;
	}





/*linklist*/


/***** main *****/

.main {
	float:right;
	position:relative;
	width:100%;
	z-index:1;
	margin-bottom:36px;
}

.main-body {
	position:relative;
	z-index:1;
	width:100%;
	margin-left:195px;
	margin-top:12px;
	}

.main-body p {
 margin-left:12px;
 }
 
.login-box {
	width:520px;
	margin:30px 100px;
	border:1px #9e9e9e solid;
	background-color:#eee;
	}
.login-box dl {
	margin:0px;
	padding: 20px;
}
.login-box dd p {
	display : block;
	float:left;
	width:100px;
	padding : 0px 0px 3px 30px;
	font-size : 16px;
	font-weight : bold;
	margin:5px 5px;
}
.login-box dd p.form {
	display : block;
	width:250px;
	font-size : 12px;
	color:#999;
	font-weight:normal;
	margin:5px 5px;
	padding:0px;
}
	
.loginboxhr {
	border-bottom: 1px #aeaead solid;
	margin: 15px 10px;
	clear: both;
}

.login-bt { 
	margin:36px 36px 36px 36px;
	width:690px;
}

.login-bt span { 
 	padding-left:10px;
	list-style:none;
	font-size:12px;
	background:url(../images/link_icon.gif) no-repeat left center;
}

.install-bt { 
	margin:36px 36px 36px 36px;
	width:690px;
}

.install-bt span { 
 	padding-left:10px;
	list-style:none;
	font-size:12px;
}

.paging-bt { 
	margin:36px 36px 36px 36px;
	width:690px;
	font-size:16px;
}


/**/
.link-box {
	margin:30px 0px 30px 15px;
}
.link-box dl {
	margin:0px;
	padding: 0px;
}
.link-box dt {
	background:url(../images/linkbox_dt_bg.gif) no-repeat;
	width:686px;
	padding:3px 0px 2px 6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.link-box dd {
	width : 686px;
	padding-top:6px;
	background:url(../images/linkbox_bg.gif) no-repeat bottom;
	
}

.link-box dd p {
	display : block;
	float : left;
	width : 216px;
	height : 40px;
	padding : 0px 0px 3px 0px;
	line-height : 15px;
	text-decoration : none;
	font-size : 13px;
	font-weight : bold;
	margin:8px 5px;
}


.link-box dd img {
	float : left;
	margin : 0px 5px 0px 0px;
}
.link-box dd a {
	margin : 0px 5px 0px 0px;
	color:#7a7a7a;
}

.link-box span {
	margin-top: 2px;
	padding-top: 0px;
	}
.link-box span a { 
	float : left;
	padding-left:10px;
	margin:0px 3px 0px 3px;
	list-style:none;
	font-size:10px;
	background:url(../images/link_icon.gif) no-repeat left center;
	text-decoration:none;
	color:#0066cc;
}
.link-box span a:hover {
	text-decoration:underline;
	color:#0066cc;
	}


/**/
.link-box-sales {
	margin:30px 0px 30px 15px;
}
.link-box-sales dl {
	margin:0px;
	padding: 0px;
}
.link-box-sales dt {
	background:url(../images/linkbox_dt_bg.gif) no-repeat;
	width:686px;
	padding:3px 0px 2px 6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.link-box-sales dd {
	width : 686px;
	padding-top:6px;
	background:url(../images/linkbox_bg.gif) no-repeat bottom;
	
}

.link-box-sales dd p {
	display : block;
	float : left;
	width : 326px;
	height : 40px;
	padding : 0px 0px 3px 0px;
	line-height : 15px;
	text-decoration : none;
	font-size : 13px;
	font-weight : bold;
	margin:8px 5px;
}

.link-box-sales dd img {
	float : left;
	margin : 0px 5px 0px 0px;
}
.link-box-sales dd a {
	margin : 0px 5px 0px 0px;
	color:#7a7a7a;
}

.link-box-sales span {
	margin-top: 2px;
	padding-top: 0px;
	}
.link-box-sales span a { 
	float : left;
	padding-left:10px;
	margin:0px 3px 0px 3px;
	list-style:none;
	font-size:10px;
	background:url(../images/link_icon.gif) no-repeat left center;
	text-decoration:none;
	color:#0066cc;
}
.link-box-sales span a:hover {
	text-decoration:underline;
	color:#0066cc;
	}
.boxhr {
	border-bottom: 1px #aeaead dotted;
	margin: 0px 10px;
	clear: both;
}


/*table*/


.main-body table {
	width: 690px;
	margin:12px;
	border-top:1px #bfbfbf solid;
	border-left:1px #bfbfbf solid;
}

.main-body table th {
	padding:2px 6px;
	background-color:#f1f6f9;
	border-right:1px #bfbfbf solid;
	border-bottom:1px #bfbfbf solid;
	width:40%;	
	text-align:left;
}
.main-body table td {
	padding:2px 6px;
	border-right:1px #bfbfbf solid;
	background-color:#fff;
	border-bottom:1px #bfbfbf solid;
	vertical-align:middle;
}


.main-body table th p {
margin-left:0px;
margin-top:4px;
}
.main-body table td p {
margin-left:0px;
}
.main-body table td.price {
	color:#cc3333;
	font-size:16px;
	}




.request {
		padding : 0px 8px 6px 16px;
		display : block;
}

h2.request {
		padding : 0px 8px 6px 16px;
		margin :6px 12px;
		display : block;
}

h3.request {
		padding : 0px 8px 6px 16px;
		margin :16px 12px;
		font-size:13px;
		font-weight:bold;
		display : block;
}
  .bt-base {
  cursor:pointer;
  background-color:#0787d0;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  background:url(../images/base_bt.gif) no-repeat;
  width:220px;
  height:33px;
  border:none;
  }
  .bt-base a {
	text-decoration:none;
	color:#fff;
	}
  .bt-base a:hover {
	text-decoration:none;
	color:#fff;
	}


  .bt-base2 {
  cursor:pointer;
  background-color:#0787d0;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  background:url(../images/base2_bt.gif) no-repeat;
  width:220px;
  height:33px;
  border:none;
  }
  .bt-base2 a {
	text-decoration:none;
	color:#fff;
	}
  .bt-base2 a:hover {
	text-decoration:none;
	color:#fff;
	}


  .bt-base3 {
  cursor:pointer;
  background-color:#0787d0;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  background:url(../images/base3_bt.gif) no-repeat;
  width:136px;
  height:25px;
  border:none;
  }
  .bt-base3 a {
	text-decoration:none;
	color:#fff;
	}
  .bt-base3 a:hover {
	text-decoration:none;
	color:#fff;
	}

  .bt-base4 {
  cursor:pointer;
  background-color:#0787d0;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  background:url(../images/base_bt_gray.gif) no-repeat;
  width:220px;
  height:33px;
  border:none;
  }
 
 .bt-base5 {
  cursor:pointer;
  background-color:#0787d0;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  background:url(../images/base_bt.gif) no-repeat;
  width:220px;
  height:33px;
  border:none;
  }
  .bt-base5 a {
	text-decoration:none;
	color:#fff;
	}
  .bt-base5 a:hover {
	text-decoration:none;
	color:#fff;
	}
	
 .bt-base-login {
	background:url(../images/bt_login_base.gif);
	width:210px;
	height:33px;
	border:0px;
  }
  
.bt-base-install {
  cursor:pointer;
  background-color:#0787d0;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  background:url(../images/base_bt.gif) no-repeat;
  width:220px;
  height:33px;
  border:none;
}

.bt-base-custom-180 {
	cursor: pointer;
	background-color: #0787d0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/base_bt.gif) no-repeat;
	width:220px;
	height:33px;
	border:none;
}

/*footer*/

.footer {
	margin:0px 5px 0px 5px;
	padding:9px 0px 9px 0px;
	background: url(../images/base_bg.gif) repeat-x;
	color:#ffffff;
	font-size:10px;
	text-align:right;
	line-height:7px;
	width: 1000px;
	clear:both;
	
	
}

/*other*/

img {
	border:none;
}

.clear {
	clear : both;
	float : none;
}

.hr {
	border-bottom: 1px #aeaead dotted;
	margin: 2px 5px 5px 5px;
}

.bold-red {
	color:#cc3333;
	font-weight:bold;
 }

.notice-nomal {
	font-size:12px;
	color:#858585;
}

.notice {
	font-size:10px;
	color:#858585;
	/*_text-indent:-5px;*/
}
.notice-small {
	font-size:10px;
	/*_text-indent:-5px;*/
}

.notice-red {
	font-size:10px;
	font-weight:normal;
	color:#cc3333;
	/*text-indent:-5px;
	margin-left:5px;*/
}

.notice-conditional {
	font-size:10px;
	color:GoldenRod;
}

.notes-small ul {
	margin:0px;
	}
.notes-small li {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	color:#858585;
	background:url(../images/notice_small_icon.gif) no-repeat 0px 4px;
	list-style:none outside;

}
.notes-small-red {
	margin-left:24px;
	color:#cc3333;
	font-weight:bold;
 }
.notes-red {
	margin-left:24px;
	color:#cc3333;
 }
/*margin*/

.mtb5{
	margin:5px 0px 5px 0px;
}
.mr5{
	margin-right:5px;
}

.mb5{
	margin-bottom:5px;
}
.mb24 {
	margin-bottom:24px;
	}
.mt5{
	margin-top:5px;
}

.ml5 {
	margin-left:5px;
	}
.ml25 {
	margin-left:100px;
	}

.m36 {
	margin:36px;
	}



/*form error*/



.main-body table th.error {
	padding:2px 6px;
	background-color:#ff0000;
	background-image:none;
	border-right:1px #bfbfbf solid;
	border-bottom:1px #bfbfbf solid;
	width:40%;	
	color:#fff;
	text-align:left;
}
.main-body table td {
	padding:2px 6px;
	border-right:1px #bfbfbf solid;
	background-color:#fff;
	border-bottom:1px #bfbfbf solid;
}
/*
Added by sanberth
*/
.main-body table.tableSub {
	width:650px;
	margin:12px;
	border-top:0px;
	border-left:0px;
}
.main-body table.tableSub td {
	padding:2px 0px 3px 4px;
	border-right:0px;
	background-color:#fff;
	border-bottom:0px;
	vertical-align:middle;
}
.main-body table.tableSub td table{
	border: 0px;
	margin:0px;
	width: 650px;
}

.errormsg ul{
	margin:6px 12px;
}

.errormsg ul li {
	list-style:none;
	background:url(../images/notice_icon.gif) no-repeat left center;
	padding : 2px 8px 2px 24px;
	font-weight:bold;
	}
.errormsg ul li a {
	color:#FF0000;
	}

.errormsg ul li a:hover {
	color:#FF0000;
	}


.error {
	background:url(../images/notice_icon.gif) no-repeat left center;
	padding : 6px 8px 6px 24px;
	font-weight:bold;
	color:#ff0000;

}


.transition {
	margin:6px 2px 12px 2px;
	padding:6px 2px;
	}
.transition ul {
	margin:0px 4px;
	padding:0px 4px;
 }

.transition ul li {
	display:block;
	list-style:none;
	float:left;
	color:#a4a6a7;
	font-weight:bold;
	text-align:center;
	background:url(../images/li_transition.gif) no-repeat;
	width:169px;
	height:40px;
	margin-right:4px;
	padding-top:8px;
	}

.transition ul li.current {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:url(../images/li_transition_current.gif) no-repeat;
	width:169px;
	height:40px;
	margin-right:4px;
	padding-top:8px;
}
.transition-sub {
	display:block;
	margin:0px 28px 0px 16px;
	padding:6px 12px 8px 12px;
	background-color:#2786cd;
	border:1px #a9cfeb solid;
	width:670px;
	}
.transition-sub ol {
	margin:0px;
	padding:0px;
	}
.transition-sub ol li {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	margin:0px 5px 0px 5px;
	padding:2px 3px 2px 3px;
	}
.transition-sub ol li.current {
	display:block;
	list-style:none;
	float:left;
	color:#2786cd;
	font-weight:bold;
	background-color:#ffffff;
	background-image:none;
	margin:0px 6px 0px 0px;
	padding:2px;
	}
.transition-sub ol li.arrow {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	background:url(../images/icon_transition.gif) no-repeat 0px 4px;
	margin:0px 5px 0px 5px;
	padding:2px 3px 2px 12px;
	}

/*transition alpha*/
.transition-alpha {
	margin:6px 2px 12px 2px;
	padding:6px 2px;
	}
.transition-alpha ul {
	margin:0px 4px;
	padding:0px 4px;
 }

.transition-alpha ul li {
	display:block;
	list-style:none;
	float:left;
	color:#a4a6a7;
	font-weight:bold;
	text-align:center;
	background:url(../images/li_transition-alpha.gif) no-repeat;
	width:169px;
	height:40px;
	margin-right:4px;
	padding-top:8px;
	}

.transition-alpha ul li.current {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:url(../images/li_transition-alpha_current.gif) no-repeat;
	width:169px;
	height:40px;
	margin-right:4px;
	padding-top:8px;
}
.transition-sub-alpha {
	display:block;
	margin:0px 28px 0px 16px;
	padding:6px 12px 8px 12px;
	background-color:#10445f;
	border:1px #bcc5cb solid;
	width:650px;
	}
.transition-sub-alpha ol {
	margin:0px;
	padding:0px;
	}
.transition-sub-alpha ol li {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	margin:0px 5px 0px 5px;
	padding:2px 3px 2px 3px;
	}
.transition-sub-alpha ol li.current {
	display:block;
	list-style:none;
	float:left;
	color:#10445f;
	font-weight:bold;
	background-color:#ffffff;
	background-image:none;
	margin:0px 6px 0px 0px;
	padding:2px;
	}
.transition-sub-alpha ol li.arrow {
	display:block;
	list-style:none;
	float:left;
	color:#fff;
	font-weight:bold;
	background:url(../images/icon_transition_alpha.gif) no-repeat 0px 4px;
	margin:0px 5px 0px 5px;
	padding:2px 3px 2px 12px;
	}



.kiyaku-area {
	margin:10px 15px;
	padding-left:12px;
	width:650px;
	}
.kiyaku {
	margin:10px 30px;
	padding-left:12px;
	width:650px;
	}
.kiyak-frame {
	background-color: #f1f6f9;
	border:1px #bfbfbf solid;
	width:650px;
	height:450px;
	text-align:left;
	overflow:auto;
}
.kiyaku-box {
	width:500px;
	padding:10px 30px;
	margin:10px 30px;
	}
.kiyaku-box dl {
	margin: 12px 6px;
	font-size:14px;
	font-weight:bold;
}

.kiyaku-box p {
	margin: 6px 6px;
}
.kiyaku-box dt {
	margin-left: 9px;
	font-weight:bold;
}
.kiyaku-box dd {
	margin-left: 13px;
	list-style-position:inside;
	_text-indent: -3.5em; /* for IE */
}

.kiyaku-box ol li {
	margin-left:18px;
	_text-indent: -1.5em; /* for IE */
}



.kiyaku-box ul li {
	margin-left:40px;
	list-style-type: none;
	text-indent: -1em; 
	_text-indent: -2.5em; /* for IE */
}




.search-bt { 
	margin:0px 36px 0px 36px;
}

table.pay  {
	margin:0px 0px 0px 12px;
	padding:0px;
	border:none;
	width:400px;
}
table.pay  td {
	border-right:none;
	border-bottom:none;
	margin:1px;
	padding:1px;
}

table.pay2  {
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
	width:400px;
}
table.pay2  td {
	border-right:none;
	border-bottom:none;
	margin:1px;
	padding:1px;
}

.mtb5 .completeOrder {
	background:url(../images/bt_login.gif);
	width:210px;
	height:33px;
	border:0px;
}

.main-body table th.hbth {
	vertical-align:top;
	width:38%;
}

.registration-title {
	font-size:20px;
	font-weight:bold;
}

.registration-main {
	width:650px;
	
}

.registrationTable {
	text-align:left;
}

.registrationTable table {
	width:640px;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	
}

.registrationTable table th {
	padding-left:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width: 40%;
	background-color: #e6e6e6;
	text-align:left;
}

.registrationTable table td {
	padding-left:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;	
	background-color: #FFFFFF;
	text-align:left;
}

.registrationExplain1 {
	text-align:left;
}

.registrationDateSign {
	text-align:right;
	padding-right:40px;
}

.registration-note {
	margin-bottom: 2px;
	padding:5px;
	border-width: 1px; 
	border-style: solid;
	text-align:left;
	font-weight: 900;
}

.registration-info {
	margin-bottom: 2px;
	padding: 5px;
	border-width: 2px; 
	border-style: solid;
	text-align:left;
	font-weight: 900;
}

.registration-chosen-lva {
	margin-bottom: 2px;
	padding: 5px;
	border-width: 2px; 
	border-style: solid;
	text-align:left;
}

.registration-lva-top {
	font-weight: 900;
}

.registration-lva {
	margin-bottom: 2px;
	padding: 5px;
	border-width: 2px; 
	border-style: solid;
	text-align:left;
}

.registration-table-title {
	font-weight: 900;
	text-align:left;
}

.registration-fax {
	margin-left: 350px;
}

.registration-vietnamfax {
	margin-left: 250px;
}

.registration-corporation {
	margin-left: 50px;
	text-align: center;
}

.signedtable {
	width:450px;
}

.signedth {
	padding-left:5px;
	width: 50%;
	text-align:left;
}

.signedtd {
	padding-left:5px;
	border-bottom:1px solid #000000;	
}

.companystamp {
	text-align:center;
}

.complete-order{
	padding-left:40px;
	text-align:left;
}

.genratekey-protection{
	padding-left: 100px;
}

.menu-top{
	margin-left:5px;
	height:36px;
	width:175px;
	background: url(../images/leftnavi/bt_top.gif) no-repeat; 
}

.menu-top-label{
	text-align:left;
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 50px;
}

.menu-label-1 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds01.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-2 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds02.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-3 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds04.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-3-2 {
	text-align:right;
	height:31px;
	width:159px;
	background: url(../images/leftnavi/bt_ds03.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	font-size: 8pt;
	padding: 1px 10px 0px 0px;
}

.menu-label-4 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds04.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-5 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds05.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-6 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds06.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-7 {
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds07.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-label-8{
	text-align:right;
	height:25px;
	width:159px;
	background: url(../images/leftnavi/bt_ds01.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-admin-label {
	text-align:left;
	height:27px;
	width:151px;
	background: url(../images/leftnavi/bt_ds07.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

.menu-admin-label-2 {
	text-align:left;
	height:37px;
	width:151px;
	background: url(../images/leftnavi/bt_ds07.gif); 
	color:#FFFFFF;
	font-family:arial;
	font-weight:600;
	padding: 7px 10px 0px 0px;
}

/* Look and Feel Menu 01.05.2013 */
.lookandfeel-navi{
	width: 175px;
	height: 100%;
	float: left;
	position: relative;
	z-index: 2;
	margin-right: -195px;
}
.lookandfeel-navi dl {
	margin: 0px 0px 0px 0px;
}
.lookandfeel-navi a.home {
	margin: 0px;
	height: 36px;
	display: block;
}
.lookandfeel-navi a.none {
	margin: 0px;
	height: 36px;
	display: block;
}
.lookandfeel-navi-menu {
	margin: 0px 0px 12px 8px;
}
.lookandfeel-navi-menu p {
	display: block;
	margin: 0px 15px 0px 10px;
	padding: 0px 0px 0px 3px;
}
.lookandfeel-navi-menu ul {
	list-style-type: none;
	margin-top: 2px;
	padding-top: 0px;
}
.lookandfeel-navi-menu li {
	list-style-image: url(../images/link_icon.gif);
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	text-indent: 0.5em;
}
.lookandfeel-navi-menu li a {
	margin: 0px 0px 0px -0.6em;
	text-decoration: none;
	color: #0F78C1;
}
.lookandfeel-navi-menu a:hover {
	text-decoration: underline;
	color: #0F78C1;
}
.lookandfeel-navi-menu-top{
	margin-left: 5px;
	height: 36px;
	width: 175px;
}
.menu-home-label {
	margin-left: 15px;
	padding: 8px 0px 8px 0px;
	text-align: left;
	color: #0F78C1;
	font-family: arial;
}
.menu-parent-label {
	padding: 10px 0px 8px 2px;
	text-align: left;
	color: #91B70A;
	font-family: arial;
	font-weight: bold;
}
/* ------------  */
.bt-base-login-2 {
	padding-top:5px;
	cursor:pointer;
    background-color:#0787d0;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    background:url(../images/bt_login_base.gif);
    width:210px;
    height:28px;
    border:none;
    text-decoration: none;
    margin-left:0px;
  }
  
.bt-base-login-2 a:hover{
	text-decoration:none;
	color:#ffffff;
}
  
.login-bt-2 { 
	margin:36px 36px 36px 36px;
	width:300px;
	margin-left: 250px;
}

.main-body table td.b1 {
	BACKGROUND-COLOR: #e5e5e5 ;
}

.main-body table td.b0 {
	BACKGROUND-COLOR: #ffffff;
}

.main-body table td.cancel1 {
	COLOR: #c80000;
	BACKGROUND-COLOR: #e5e5e5;
}

.main-body table td.cancel0 {
	COLOR: #c80000;
	BACKGROUND-COLOR: #ffffff;
}
 
.validate-error{
	background-color: #FF7F50;
}

.confirm-font1 td { //
	font-family: 'ＭＳ ゴシック';
}
	
.commonError {
	position:relative;
	z-index:1;
	width:100%;
	margin-left:195px;
	margin-top:12px;
}

.unknownDiv {
	position:relative;
	z-index:1;
	width:100%;
	margin-left:195px;
	margin-top:12px;
}

.unknownTitle {
	font: normal normal bold 16px arial;
	color: #DD4F4D;
}

.unknownMessage {
	font: normal normal 14px arial;
}

.providerError {
	font: normal normal normal 14px ;
	color: #DD4F4D;
}

.agreeDiv {
	width:690px;
	margin:10px;
}

.head-tabmenu {
	float: left;
	height: 34px;
	width: 1000px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	background-color:#E6E6E6;
}

.head-tabmenu ul#tab {
	padding: 0px;
	/*margin: 0px;*/
	margin-top: 8px;
	width: auto;
	height: 26px;
	/*background-color: #FFFFFF;*/
}

.head-tabmenu ul#tab li {
	list-style: none;
	background: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 187px;
}

.head-tabmenu ul#tab li a {
	height: 26px;
	display: block;
}

.head-tabmenu ul#tab li a.proc {
	width: 102px;
	height: 26px;
	display: block;
}

.head-tabmenu ul#tab li a span {
	text-indent: -9999px;
	display: block;
}

#tab li a#image {
	background: url("../images/header/new_tab_blank.gif");
	text-decoration: none;
	font-size: 14px;
	color:#696969;
	font-weight: 600;
	padding-top: 3px;
	padding-right: 23px;
	text-align: center;
}

.head-tabmenu ul#tab li#oldGas           a#image {
	/* background: url("../images/header/new_tab_anf.gif"); */
	/* padding-left: 10px; */
}

.head-tabmenu ul#tab li#cert           a#image {
	/* background: url("../images/header/new_tab_cert.gif"); */
	/* padding-left: 20px; */
}

.head-tabmenu ul#tab li#sms           a#image {
	/* background: url("../images/header/new_tab_sms.gif"); */
	/* padding-left: 40px; */
}

.head-tabmenu ul#tab li#other          a#image {
	/*background: url("../images/header/tab_other.gif"); */
	/* padding-left: 30px; */
}

.head-tabmenu ul#tab li#pki          a#image {
	/* background: url("../images/header/new_tab_pki.gif"); */
	/* padding-left: 30px; */
}

.head-tabmenu ul#tab li#proceeding        a {
	background: url("../common/images/header/tab/tab_proc.gif");
}

#tab li a:hover {
	background-position: 0 -32px !important;
}
#tab li a#image:hover {
	color: #E6E6E6 !important;
}

.head-tabmenu ul#tab li.on a,.head-tabmenu ul#tab li.on a:hover {
	background-position: 0 -64px !important;
	color: #E6E6E6 !important;
}

div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.header-line {

	margin : 0px;
	padding : 0px 0px 5px 0px;
	width:1010px;
	background: #1078C1;
	height: 3px;
	position: relative;
/*	float : left;
	width:950px;
	background-color:#FFFFFF;*/
}

.maintop{
	position:relative;
	z-index:1;
	width:100%;
	margin-left:195px;
	margin-top:12px;
}

td.maintop {
	width: 720px;
	vertical-align: top;
	padding-left: 20px;
}

td.bodytop {
	width: 760px;
	height: 46px;
	padding: 0px 0px 0px 14px;
	line-height: 22px;
	color: #91B70A;
	font-weight: bold;
	font-size: 20px;
}
.topTitle{
	background: transparent url(../images/h1_base.gif) no-repeat scroll left
		top;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	height:46px;
	line-height:22px;
	padding:15px 0 0 28px;
	text-shadow:3px 3px 4px #333333;
	vertical-align: middle;
}

.main-body .tdBackColor{
	background-color: #F1F6F9;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
	line-height: 18px;
	white-space:normal;
	color: #333;
	padding:25px 0px 0px 0px;
}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:90px;
	line-height: 18px;
	white-space:normal;
	color: #333;
	padding:20px 0px 0px 0px;
}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left:10px;
	color: #666;
}
.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:10px;
	line-height: 18px;
	color: #333;
}

.style5 {
	font-size: 12px;
	color:#1477C1;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left:10px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

.style7 {
	font-size: 14px;
	color:#1477C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:10px;
}


.style7 {
	font-size: 142x;
	color:#1477C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:10px;
}

.style11 {
	font-size: 12px;
	color: #1477C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
.box-top {
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;	
}
.box-pc-main {
	background-image: url(../images/box-pc-main.gif);
	background-repeat: no-repeat;
}
.box-right {
	background-image: url(../images/box-right.gif);
	background-repeat: no-repeat;
}

A:link {
	color: #1477c1;
	text-decoration: none
}

A:visited {
	color: #1477c1;
	text-decoration: none
}

A:active {
	color: #1477c1;
	text-decoration: underline
}

A:hover {
	color: #1477c1;
	text-decoration: underline
}

/* LOOK AND FEEL */
.body-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.body-container table {
	border-top:none;
	border-right:none;
	border-left:none;
	width: 690px;
	margin: 12px;
	border-bottom: 1px #bfbfbf solid;
}

.body-container table th {
	text-align: center;
	border-style:none;
}

.body-container table tr {
	text-align: center;
	border-style:none;
}

.body-container table td {
	border-style:none;
	text-align: center;
}

.product-category-container {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
}

.product-category-rbtn-container {
	text-align: center;
	valign: center;
	float: left;
	padding-left: 5px;
	padding-righr: 5px;
}

.product-category-rbtn-icon {
	float: left;
	valign: middle;
	text-align: center;
	padding: 3px;
}

.product-category-title {
	font-weight: bold;
	text-align: left;
	font-size: 130%;
}

.product-category-desc {
	line-height: 15px;
	text-align: left;
	width: 500px;
}

.product-category-select-product-container {
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 90%;
	margin: 10px 0px 10px 0px;
	border: 1px solid #E6E6E6;
	background-color: #F5F5F5;
	margin: 10px 0px 10px 0px
}

.continue-button {
	cursor: pointer;
	cursor: hand;
	border: 0;
	height: 25px;
	text-align: center;
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: url(../images/top/black_btn_bg.png);
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.top-title {
	width: 760px;
	height: 46px;
	padding: 9px 0px 0px 5px;
	line-height: 22px;
	color: #91B70A;
	font-weight: bold;
	font-size: 20px;
}

/*
Add by BEN
*/

    .modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }

  .modal h2 {
    background:url(/media/img/global/info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
A:link    {color: #1477c1; text-decoration: none}
A:visited {color: #1477c1; text-decoration: none}
A:active  {color: #1477c1; text-decoration: underline}
A:hover   {color: #1477c1; text-decoration: underline}

.right {
	width : 740px;
	text-align:right;
}

li.gmTop { width:187px; padding-left:5px; }
li.gmTop a { font-weight:bold;text-decoration:none; padding-top:4px; }

.force-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
