/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	width: 100%;
	
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin-left: 10px;
}

h2{
	font-size: 90%;
	color: #334d55;
	padding-left: 10px;
}

h3{
	font-size: 80%;
	color: #334d55;
	padding-left: 10px;
}

h4{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5{
 font-size: 80%;
 color: #334d55;
}

ul{
	list-style-type: square;
	font-size: 80%;
}

ul ul{
	list-style-type: circle;
	font-size: 100%;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 80% Arial,sans-serif;
 color: #334d55;
}


table.type1{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #9196A6;
}
.type1 tr{
	color:#000066;
	background-image:none;
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #9196A6;
	border-bottom-color: #9196A6;
	border-top-color: #9196A6;
	border-left-color: #9196A6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
}	
.type1 th{
	color:#000066;
	background-color:#EBF1FD;
	background-image:none;
	background-position:left top;
	padding:0.3em 1em;
	text-align:left;
	border: 1px solid #003366;
}
.type1 td{
	padding:0.3em 1em;
	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: none;
	border-left-style: none;
	border-top-color: #9196A6;
	border-right-color: #9196A6;
	border-bottom-color: #9196A6;
	border-left-color: #9196A6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
}

.type1 td img {
	display: inline;
	border: thin solid #FFFFFF;
}

table.type2{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #9196A6;
	float: right;
	margin-right: 10px;
}
.type2 th{
	text-align:center;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #9196A6;
	border-top-color: #9196A6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	background-color: #E1EEF4;
}	
.type2 td{
	
	text-align:center;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-color: #9196A6;
	border-top-style: none;
	border-left-style: none;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}	




.list{
	height:30px;
	padding:0;
	list-style-type:none;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
 }
 .list li{
	float:left;
	list-style-type:none;
	margin-right: 0px;
	font-weight: bold;
	background-color: #A5E6FE;
	left: -30px;
 }
 .list li a{
	display:block;
	padding:3px 0 0;
	color:#0033CC;
	font-size:12px;
	text-align:center;
	background-color:#eeeeff;
	width: 100px;
	margin-right:0px;
	padding-right:0px;
 }
 .list li a:link,
 .list li a:visited{
   text-decoration:none;
   height:20px;
   margin:0px 0 0 0;
 }
 .list li a:hover,
 .list li a:active{
   text-decoration:underline;
   margin:0;
 }
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mybody{
	margin: 0;
	width: 909px;
	position: relative;
}



#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
}





#navBar{
	font-size: 90%;
	padding: 0px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0px;
	width: 20%;
}

#content{
	float:right;
	width: 75%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}





/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 5px 0px 0px 10px;
	white-space: nowrap;
	float: none;
	border-bottom-style: none;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 60%;
	padding: 0px 0px 20px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.feature h3{
	padding: 0px 0px 0px 10px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	width: 909px;
	display: block;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	margin-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks h2{
	padding: 10px 0px 2px 0px;
}
	
#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.clear { clear:both; }  
.clear hr { display:none; }  

/* CSS pulldown menu */

#my_navigation{
	position:relative;
	width:909px;
	float: left;
	margin-top: 0px;
	background-image: url(../glbnav_background.gif);
	white-space: normal;
	padding-right: 0px;
	background-repeat: repeat;	
}


#pulldown-menu {
	text-decoration: none;
	background-image: url(../glbnav_background.gif);
	background-repeat: repeat;
	height: auto;
	width: auto;
}


ul#pulldown-menu a {
        color: #0066CC;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-image: url(../glbnav_background.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;	
	}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #A9D0F8;
	
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 0;
	width: 9em;
	font-weight: normal;
	list-style: none;
	line-height: 2em;
	background-color: #BBFFFF;
	font-size: 12px;
	left: -40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#pulldown-menu li a {
	display: block;
	height: 2em;
	text-align: center;
	vertical-align: middle;
}

ul#pulldown-menu li a:hover{
	background-color: #D2FFFF;
	color: #000000;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
	width: 15em;
	color:  #BBFFFF;
	font-size: 11px;
	
}

ul#pulldown-menu li ul li a {
	text-align: left;
	padding-left: 1em;
	vertical-align: middle;
}


/* 下層のメニューを不可視に */
ul#pulldown-menu li ul,
ul#pulldown-menu li ul li ul {
        display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
	width: 100px;
}

* html ul#pulldown-menu li:hover ul {
        vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
}

ul#pulldown-menu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
ul#pulldown-menu li ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 15em;
	z-index: 200;
	width: auto;
}

ul#pulldown-menu li ul li a:hover{
	background-color: #BBFFFF;
}



ul#pulldown-menu li ul li ul li{
	float: none;
	margin: 0;
	font-weight: normal;
	width: 180px;
	color: #BBFFFF;
	font-size: 11px;
}

ul#pulldown-menu li ul li ul li a:hover{
	background-color: #BBFFFF;
}

/* Second Level Products*/
ul#pulldown-menu li.prodList > ul li a{
	float: none;
	font-weight: normal;
	width: 150px;
	color: #FFFFFF;
	margin-left: -40px;
}
ul#pulldown-menu li.prodList > ul li a:hover{
	background:#6CBAE3;
	
}

/* #header #primary-tmp ul li ul > li.selected > a{
	background:#fff url(images/bg-tertiaryNav.gif) no-repeat 0 -41px;
	color:#007cb8
}

#header #primary-tmp ul li.transport li:last-child a{
	background:#007cb8 url(images/bg-tertiaryNav.gif) no-repeat 0 0px;
	color:#fff;
}
#header #primary-tmp ul li.transport li:last-child a:hover{
	background:#007cb8 url(images/bg-tertiaryNav.gif) no-repeat 0 -41px;
	color:#007cb8
}
#header #primary-tmp ul li.transport li.selected:last-child a{
	background:#007cb8 url(images/bg-tertiaryNav.gif) no-repeat 0 -41px;
	color:#007cb8
}

#header #primary-tmp ul li.selected > ul li a{
	background:#007cb8 url(images/bg-ddNav.gif) no-repeat 0 0;
	padding:13px 15px 12px;	
	color:#fff;
	border-radius:0;
}

#header #primary-tmp ul li.selected > ul > li.selected a{
	background:#007cb8 url(images/bg-ddNav.gif) no-repeat 0 -41px;
	color:#007cb8
}

#header #primary-temp ul li.selected > ul > li.selected > ul > li a:hover{
	background:#007cb8 url(images/bg-ddNav.gif) no-repeat 0 -41px;
	color:#007cb8
}
*/
