/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
/*	font-family: Arial, sans-serif; */
	font: 12px Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(/gtb/images/bg_blue.jpg?1279877455) fixed;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 24px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 18px Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 12px Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 12px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 62px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	padding: 0px 10px 0px 20px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-image: url(/gtb/images/bg_logo.gif?1240897934);
}

#pageName h2{
	color: #000000;
	margin:0px;
	padding: 0px;
}

#userinfo {
	  color: blue;
	  font-weight: bold;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 30px;
color: #ffffff;
padding: 0px;
margin: 0px;
background-image: url(/gtb/images/glbnav_background.gif?1240897934);

}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 20px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 600px;
}


a.glink, a.glink:visited{
  	color: #000000;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
        background-image: url(/gtb/images/glblnav_selected.gif?1240897934);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 600px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
/*	font-size: 80%; */
/*	font-weight: bold; */
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/*************** iframe styles ******************/

.iframe {
	padding: 10px 0px 0px 10px;
}

.iframe h2{
	color: #405057;
	padding: 5px 0px 5px 0px;
        background-image: url(/gtb/images/bg_koushin.gif?1240897934);
	height: 19px;

}

.iframe p {
	padding: 0px 0px 0px 0px;
	border: 1px solid #909da3;
}

.iframe a{
	color: #005FA9;
	padding-bottom: 5px;
}

.iframe a:hover{
	text-decoration: underline;
}


/************** get styles *****************/

.get{
	padding: 2px 0px 2px 10px;
}

.get h2{
	color: #ee6400;
	padding: 5px 0px 5px 0px;
        background-image: url(/gtb/images/bg_get.gif?1240897934);
	height: 19px;

}

.get h3{
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.style1 {
	color: #CC0000;
}

.get img{
	float: left;
	padding: 0px 10px 0px 10px;
}

/*************** gets styles ******************/

.gets {
	padding: 1px 0px 2px 2px;
}

.gets h3{
	color: #ef7000;
}

.gets p {
	padding: 5px 5px 10px 5px;
	border: 1px s2olid #ef7000;
	height: 100px;
}

.style1 {
	color: #CC0000;
}

.gets img{
	margin-right: 5px;
}

.gets a.capsule{
	color: #ef7000;
	display:block;
	padding-bottom: 2px;
}

.gets a.capsule:hover{
	text-decoration: underline;
}

td.getsLeft{
	padding-right: 12px;
}

.gets a.text{
	color: #ef7000;
	display: block; 
        background-image: url(/gtb/images/mark_get.gif?1240897934);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 10px;
	margin: 2px;
	line-height:15px;

}

/************** try styles *****************/

.try{
	padding: 2px 0px 2px 10px;
}

.try h2{
	color: #284406;
	padding: 5px 0px 5px 0px;
        background-image: url(/gtb/images/bg_try.gif?1240897934);
	height: 19px;

}

.try img{
	float: left;
	padding: 0px 10px 10px 0px;
}

/*************** tbox styles ******************/

.tbox {
        padding: 0px 0px 0px 0px;
}

.tbox h3{
	color: #284406;
}

.tbox p {
	padding: 5px 5px 10px 10px;
	border: 1px solid #284406;
	height: 100%;
        weight: 100%;
}

.tbox img{
	margin-right: 5px;
}

.tbox a.capsule{
	color: #284406;
	display:block;
	padding-bottom: 2px;
}

.tbox a.capsule:hover{
	text-decoration: underline;
}

.tbox a.text{
	color: #284406;
	display: block; 
        background-image: url(/gtb/images/mark_try.gif?1240897934);
	background-repeat: no-repeat;
	background-position:left;
	padding:0 0 0 10px;
	margin: 2px;
	line-height:15px;
}

td.tboxspace{
	padding-right: 12px;
}
/************** buy styles *****************/

.buy{
	padding: 2px 0px 2px 0px;
}

.buy h2{
	color: #d62954;
	padding: 0px 0px 5px 0px;
        background-image: url(/gtb/images/bg_buy.gif?1240897934);
	height: 19px;

}

.buy img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** buys styles ******************/

.buys {
	padding: 0px 0px 0px 0px;
}

.buys h3{
	color: #000000;
}

.buys p {
	padding: 5px 5px 10px 10px;
	border: 1px solid #d62954;
	height: 100%;
        weight: 100%;
}

.buys img{
	margin-right: 5px;
}

.buys a.capsule{
	color: #d62954;
	display:block;
	padding-bottom: 2px;
}

.buys a.capsule:hover{
	text-decoration: underline;
}

.buys a.text{
	color: #d62954;
	display: block; 
        background-image: url(/gtb/images/mark_buy.gif?1240897934);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 10px;
	margin: 2px;
	line-height:15px;
}
td.buyspace{
	padding-right: 12px;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: bottom;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-weight: bold;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
        background-image: url(/gtb/images/bg_nav.jpg?1240897934);
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
        background-image: url(/gtb/images/topicmarker.gif?1240897934);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 10px;
	margin: 2px;
	line-height:15px;

}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** brand detail styles *****************/
.service{
   	padding: 10px 0px 0px 30px;
}

.even{
    margin: 10px;
}

.specific_title{
    padding: 20px 0px 0px 50px;
}
/**************** all styles *****************/
.entry_form{
    padding: 20px 0px 0px 50px;
}

/**************** faq styles *****************/

#pagebody{
    float:left;
    margin:10px;
    width:740px;
}

#headline_top{
    width: 491px;
}

#main h2{
    margin:0;
    padding: 0.4em 0em 0.4em 1em;
    color: #ffffff;
}
/********************* end **********************/

table.campaign-list {
    width:95%; 
}

table.psnl {
    border-collapse: collapse;
    border: #666666 solid 1px;
    width: 100%;
}

td.psnl {
    padding: 2px 5px;
    border: #666666 solid 1px;
    font-size: 12px;
    width: 200px;
}
td.psnl-desc {
    padding: 2px 5px;
    border: #666666 solid 1px;
    font-size: 12px;
}

th.psnl {
    padding: 2px 5px;
    font-size: 12px;
    width: 180px;

    border: #666666 solid 1px;
    background-color: #ddeeff;
}

span.req {
   font-weight: normal;
   color: red;
   font-size: 10px;
}

span.green {
   font-weight: normal;
   color: green;
   font-size: 10px;
}

table.psnl-confirm {
    border-collapse: collapse;
    border: #666666 solid 1px;
    width: 90%;
}

img.campaign-list-product-image {
    padding: 10px;
    border: 0px;
}


td.psnl-confirm {
    padding: 2px 5px;
    border: #666666 solid 1px;
    font-size: 12px;
}
th.psnl-confirm {
    padding: 2px 5px;
    font-size: 12px;
    width: 180px;
    text-align: left;
    border: #666666 solid 1px;
    background-color: #ddeeff;
}



td.campaign-list {
    border: #ee6400 solid 1px;
    width: 45%;
}

td.campaign-data {
      font-size: 12px;
}


td.campaign-info {
    border: solid 1px;    
}

table.cp-confirm {
    border-collapse: collapse;
    border: 1px #2b2b2b solid;    
}

th.cp-confirm {
    background-color: #f0f0ff;
    border: 1px #2b2b2b solid;    
    
}
td.cp-confirm {
    border: 1px #2b2b2b solid;    
}

h3.campaign-title {
 font: bold 24px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/* --- 以下、エラー表示用 ---- */

.fieldWithErrors {
/*
  padding:3px;
  border:2px solid;
  background-color: #0cc;
*/
}

#errorExplanation {
  width: 600px;
/*  border: 2px solid red; */
  border: 2px solid #0cc;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #0cc;
/*  background-color: #c00; */
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
	padding: 3px 10px 3px 10px;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

