@charset "UTF-8";

/* ## Go To Top ## */
.goto-top { /* ".goto-top" remain for backward compatiblity */
  text-align: right;
  display: block;
  clear: left;
  width: 755px; /* width depend */
  margin: 5px 0px;
}

.pGotoTop { 
  text-align: right;
  display: block;
  clear: left;
  margin: 5px 10px 5px 0px;
}

.goto-top img, .pGotoTop img { 
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
}

/* ## Clickable image ## */
.pClickable a img  { 
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
}

/* ## Sub Column (3 columns) ## */
.pSubColumn3Left {
  float: left;
  width: 180px !important; 
}

.pSubColumn3Middle { 
  float: left;
  width: 180px !important;
  margin-left: 20px !important;
  padding-left: 5px; /* commonparts.cssƂ̃obeBO */
}

.pSubColumn3Right { 
  float: right;
  width: 180px !important;
}

/* ## Sub Column (2 columns) ## */
.pSubColumn2Left {
  float: left;
  width: 280px  !important; 
}

.pSubColumn2Right { 
  float: right;
  width: 280px !important;
}

.pSubColumn2Reset, .pSubColumn3Reset, .pClearBoth {
  clear: both;
}

/* ## Title ## */
.pPageTitle {
  font-size: 135%;
  line-height:135%;
  font-weight: bold;
  padding: 0px 0px 0px 4px;
  margin: 0px 0px 3px 0px;
  border-color: gray;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
}

.pPageTitle * {
  font-weight: bold;
  margin: 0px;
}

.pSubContentsTitle, .pSectionTitle {
  font-weight: bold;
  font-size: 120%;
  padding: 0px 0px 0px 4px;
  margin: 0px 0px 3px 0px;
  border-color: gray;
  border-style: solid;
  border-width: 0px 0px 1px 3px;
}

.pSubContentsTitle *, .pSectionTitle * {
  font-weight: bold;
  margin: 0px;
}

.pSubSectionTitle {
  font-size: 100%;
  font-weight: bold;
  padding: 0px 0px 0px 4px;
  margin: 0px 0px 3px 0px;
  border-color: #C0C0C0; /* silver */
  border-style: solid;
  border-width: 0px 0px 1px 3px;
}

.pSubSectionTitle * {
  font-size: 100%;
  font-weight: bold;
  margin: 0px;
}

/* ## more ## */
.pMore {
  text-align: right;
  display: block;
  clear: left;
  margin: -10px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-color: #C0C0C0; /* silver */
  border-style: solid;
  border-width: 0px 0px 0px 3px;
}

/* ## List With Link Mark ## */
.pListWithLinkMark {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  
  border-color: #C0C0C0; /* silver */
  border-style: solid;
  border-width: 0px 0px 0px 3px;
}

.pListWithLinkMark li {
  margin: 0px 0px 8px 5px;
  padding: 0px 0px 0px 8px;

  background: url(../images/mark_tri_top_align_gray.gif) no-repeat top left; /* V3 */
}

.pListWithLinkMark a img {
  width: 160px;

  border-right: 2px solid gray;
  border-bottom: 2px solid gray;

  text-decoration: none;
/*  border: 0px; */
}

/* ## List Without Link Mark ## */
.pListWithoutLinkMark {
  margin: 0px 0px 1px 0px;
  padding: 0px;
  list-style: none;
  
  border-color: #C0C0C0; /* silver */
  border-style: solid;
  border-width: 0px 0px 0px 3px;
}

.pListWithoutLinkMark li {
  margin: 0px 0px 8px 5px;
  padding: 0px 0px 0px 0px;

}

.pListWithoutLinkMark a img {
  width: 175px;
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  text-decoration: none;
}

/* ## List Without HyperLink ## */
.pListWithoutLink { /* for <ul> or <ol> */
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  
  border-color: #C0C0C0; /* silver */
  border-style: solid;
  border-width: 0px 0px 0px 3px;
}

.pListWithoutLink li {
  margin: 0px 0px 8px 5px;
  padding: 0px 0px 0px 8px;

  background: url(../images/mark_tri_top_align_gray.gif) no-repeat top left;
}

.pListWithLinkMark .pWithoutLink { /* for <li> */
  background: url(../images/mark_tri_top_align_gray.gif) no-repeat top left;
}

/* ## Link Mark / Without Link Mark ## */
.pWithLinkMark {
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 0px 5px;
  list-style: none;
  background: url(../images/mark_tri_top_align_gray.gif) no-repeat top left; /* V3 */
}

.pWithoutLinkMark {
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 0px 5px;
  list-style: none;
  background: url(../images/mark_tri_top_align_gray.gif) no-repeat top left;
}

/* ## Progress List ## */
.pProgressListTitle {
  font-weight: bold;
  background-color: #E6E6FA; /* lavender */
  margin: 0px 5px 0px 0px;
  padding: 3px 5px 3px 5px;
  border: 1px gray solid;
  text-align: center;
}

.pProgressList {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  list-style-type: none;
  position: relative; 
  left: 0px; 
}

.pProgressList div {
  margin: 10px 0px 10px 0px;
  padding: 3px 5px 3px 5px;
  border-width: 1px 3px 1px 3px;
  border-style: solid;
  border-color: gray #c1d1e1 gray #c1d1e1;
  text-align: center;

  display: block;
}

.pProgressList .currentItem {
  border-color: gray #FF3333 gray #FF3333; 
}

.pProgressList img {
  margin-left: 80px;
}

/* ## Tab ## */

.pTabs {
  border-left: 1px solid #777788;
  list-style-type: none;
  margin-bottom: 0pt;
  margin-left: 0pt;
  margin-top: 10px;
  padding: 0px 0pt 3px 0px;
  text-align: left;
}

.pTabs li {
  display: inline;
  margin: 0pt;
}

.pTabs:first-child {
  margin-left: 7px;
  /* rounded corner */
  border-top-left-radius: 4px; /* for CSS3 */
  -moz-border-radius-topleft: 4px; /* for Mozilla */
  -webkit-border-top-left-radius: 4px; /* for Safari */
}

.pTabs li a {
/*  background: white url(/eng/common/src/images/tabs.gif) repeat-x scroll left top; */
  border-top: 1px solid #777788;
  border-right: 1px solid #777788;
  border-bottom: 1px solid white;/* #777788; */
  margin-right: 0px; /* 3px */
  padding: 3px 7px;
  font-size: 75%;
  /* rounded corner */
  border-top-right-radius: 4px; /* for CSS3 */
  -moz-border-radius-topright: 4px; /* for Mozilla */
  -webkit-border-top-right-radius: 4px; /* for Safari */
}

.pTabs li a:visited {
}

.pTabs li a:hover {
}

.pTabs li.currentItem {
  position: relative;
  top: 2px; /* +1px for Opera */
}

.pTabs li.currentItem a {
  background-image: url(../images/tabsactive.gif);
  border-top: 2px solid gray;  /* #FF3333;  red (alternative color) */
  border-right: 2px solid gray;  /* #FF3333;  red (alternative color) */
  border-bottom-color: white;
  font-size: 125%;
  line-height: 130%;
/* current item simple patch (Do not show like a hyperLink) */
  color: black;
  text-decoration: none;
  cursor: default;
}

.pTabs li.currentItem a:hover {
}

.pTabsContents {
  border-top: 1px solid gray;
  margin-bottom: 1em;
  padding: 10px;
}

/* ## SideMenu ## */
.pSideMenuTitle {
  font-weight: bold;
  background-color: #E6E6FA; /* lavender */
  margin: 0px 5px 0px 0px;
  padding: 3px 0px 3px 0px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: center;
  width: 173px;
}

.pSideMenuTitle a {
  display: block;
}

.pSideMenu {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  list-style-type: none;
  position: relative; 
  left: 0px; 
}

.pSideMenu li, pSideSubMenu li {
  display: block;
  margin-bottom: -2px;
} 

.pSideMenu .pSideMenuItem a {
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 3px 10px;
  border-width: 0px 1px 1px 3px;
  border-style: solid;
  border-color: gray gray gray #c1d1e1;
  
  display: block;
  
  background: url(../images/mark_link_tri.gif) no-repeat center left;
/*  background: url(/eng/common/src/images/mark_link_tri_top_align.gif) no-repeat top left; */
}

.pSideMenuItem { 
  width: 173px;
}

/* SideMenuCurrentItem */
.pSideMenuCurrentItem a {
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 3px 10px;
  border-width: 0px 1px 1px 3px;
  border-style: solid;
  border-color: gray gray gray #FF3333; /* #FF3333 red (alternative color) */
/*  color: white; */
  display: block;
  
/*  background: url(/eng/common/src/images/mark_link_tri.gif) no-repeat center left;  */
/*  background: url(/eng/common/src/images/mark_link_tri_top_align.gif) no-repeat top left; */
}

.pSideMenuCurrentItem {
  width: 173px;
  background-color: #ffccee; /* pink */
}

/* ## Vertical Spacer ## */
.pSpacer {
  height: 50px;
}

/* ## Page Seek ## */
.pPageSeek {
  margin: 3px;
  padding: 3px;
  text-align: center;
}

.pPageSeek span.disabled {
  border: 1px solid gray;
  color: gray;
  margin-right: 2px;
  padding: 2px 5px 2px 5px;
}

.pPageSeek span.current {
  background-color: #2E6AB1;
  border: 1px solid navy;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 2px;
  padding: 2px 5px 2px 5px;
}

.pPageSeek a {
  border: 1px solid #9AAFE5;
  margin-right: 2px;
  padding: 2px 5px 2px 5px;
}

/* ## pButtonSet ## */
.pButtonSet {
  text-align: center;
}

.pButtonSet li {
  display: inline;
  margin: 20pt;
}

/* ## pButton ## */
.pButton {
  border-top: gray solid 1px;
  border-left:  gray solid 1px;
  border-right: gray solid 2px;
  border-bottom: gray solid 2px;
  text-align:center;
  padding: 4px;
  /* rounded corner */
  border-radius: 7px; /* for CSS3 */
  -moz-border-radius: 7px; /* for Mozilla */
  -webkit-border-radius: 7px; /* for Safari */
}

.pButton a {
  padding: 5px 30px 5px 30px;
}

/* ## Table ## */

table {
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: gray;
  
  empty-cells: show;
}

table thead {
  background-color: #CCCCCC;
}

table tbody .pRowHeader {
  background-color: #F2F2F2;
}

table .pRowHeader {
  background-color: #F2F2F2;
}

/* Open As New Window */
.pNewWindow, .pOpCosList a {
  padding-right: 17px;
/*  background: transparent url(/eng/common/src/images/open_as_new_window_14X12.gif) no-repeat scroll right bottom; */
  background: transparent url(../images/commonparts/icon_external.gif) no-repeat scroll right center; /* V3 */
}

/* File Type */
.pFileType {
  background: blue none repeat scroll 0%;
  color: white;
  display: inline;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 2px 0px 2px;
  padding: 3px 3px 1px 3px;
}

/* ==Other== */

/* Main Contents Area */

#bMain h2,
h2.pSectionTitle{
margin-top:20px;
}
#bMain h3{
margin-top:10px;
}
#bMain h4{
margin-top:10px;
font-weight:bold;
padding-bottom:3px;
margin-bottom:3px;
border-bottom:solid #CCC 1px;
}
#bMain p{
margin-bottom:10px;
}

.imgLeft{
margin:5px 10px 0 0;
}
.imgRight{
margin:5px 0 0 10px;
}

/* in bContentsBody */

.textLeft{
text-align:left;
}
.textRgiht{
text-align:right;
}
.textCenter{
text-align:center;
}

.red{
color:#FF0000;
}

.privacy-box {
  width: 500px;
}
.m {
	font-size: 80%;
}

.mm {
	font-size: 90%;
}

.ms {
	font-size: 80%;
	line-height: 140%;
}

.mb {
	font-size: 80%;
	font-weight: bold;
}

.s {
	font-size: 70%;
}

.ss {
	font-size: 70%;
	line-height: 140%;
}

.l {
	font-size: 110%;
}

/* Privacy box format --------------------------- */
.privacy-box {
	border: 2px solid #666666;
	padding: 6px 20px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 20px;
    width: 500px;
}
.privacy-box h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
}
.privacy-box p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.privacy-box ol,ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* SSL box format --------------------------- */
.choice-ssl {
	margin-top: 30px;
	margin-bottom: 30px;
}
.choice-ssl h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.choice-ssl p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Information box format --------------------------- */
.information-box {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
}
.information-box h2 {
	margin-top: 12px;
	margin-bottom: 5px;
}
.information-box p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.information-box ol,ul {
	margin-top: 5px;
	margin-bottom: 5px;
}


.attention {
	color: #FF3333;
	text-decoration: none;
}

.list-mark {
	list-style-image: url(../images/list-mark.gif);
}

.bg-clAB {
	background-color: #FFFFFF;
}

.bg-clBB {
	background-color: #FF3333;
}

/* ==Other END== */


/*
a[href $='.pdf'] {
   padding-right: 18px;
   background: transparent url(/common/img/icon_pdf.gif) no-repeat center right;
}
*/
