/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
}

a:link, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h2 {
	font-family: Arial,Sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,Sans-serif;
 font-size: 160%;
 color: #FF3300;
 margin-top:10px;
  font-weight: bold;
  #0000CC
}

h2{
 font-weight: bold;
 font-size: 114%;
 margin-bottom:10px;
 margin-top:3em;
border-left: solid 0.8em #6633FF;
padding-left: 0.5em;
}

h3{
 font-weight: bold;
 font-size: 105%;
 margin-bottom:10px;
 margin-top:2em;
border-left: solid 0.8em #66FF00;
padding-left: 0.5em;
}

h4{
 font-weight: bold;
 font-size: 114%;
 margin-bottom:10px;
 margin-top:20px;
border-left: solid 0.8em #6633FF;
padding-left: 0.5em;
}

h5{
 font-size: 120%;
 margin-bottom:0px;
 margin-top:5em;
 padding-top:5px;
  padding-bottom:5px;
border-bottom: solid 5px #0000FF;
border-top: solid 5px #0000FF;

}




h7{
 font-size: 100%;
 color: #FF00CC;
}




ul{
 list-style-type: disc;
}


label{
 font: bold 100% Arial,Sans-serif;
 color: #334d55;
}


/***********************************************/
/* Table                              */
/***********************************************/
		 

.table1 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  
}	
	
.table1 TD, th { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
vertical-align: top; 
padding: 0px 5px 0px 5px; 

} 

.table2 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  

}	
	
.table2 TD { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
table-layout : fixed ;
} 

.table3 { 
margin:10px;
}	

.table3 td, th { border: 1px #666666 solid; 
padding: 0px 10px 15px 10px; 
cellspacing:10px;
}

	
.table4 TD, th {  
vertical-align: top; 
padding: 0px 5px 0px 5px; 

} 


.table5 { 
border-collapse : collapse;
border: 1px #666666 solid; /* テーブル全体の枠線(太さ・色・スタイル) */  
}	
	
.table5 TD, th  { 
border: 1px #666666 solid; /* セルの枠線(太さ・色・スタイル) */ 
vertical-align: top; 
padding: 0px 5px 0px 5px; 
 margin-left: auto;
 margin-right: auto;
text-align:center;
} 


.table6 td, th { border: 1px #666666 solid; 
padding: 10px 10px 10px 10px; 
}

.table6 td, tr { 
width: 200;
}

.table6 { 
width: 600;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#masthead a{
	text-decoration: none;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#content{
    float:right;
	width: 72%;
	margin: 0;
	padding: 0 3% 0 0;
}

#footer {
clear: both;
font-size:60%;
border-top: 1px solid #999999;
margin-top:20px;
text-align:right;
padding: 10px 0px 10px 10px
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
color: #000000;
background-color:#FFFFFF;
padding: 0px 0px 0px 0px;
white-space: nowrap;
border-bottom: 1px solid #999999;

}
/* '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: 85%;
	color: #000000;
	padding: 0px 0px 0px 0px; 
}

#globalNav a:hover {
	color: #0000CC;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}

/************** .number styles ***************/
.number{
	font-size: 80%;
	text-align:right;
	font-weight: bold;
	margin-bottom:40px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}


.feature img{
	float: right;
	padding: 0px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
}
/* 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 img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;}



/*********** #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{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #999999;
	width: 100%;
	width: auto;
	text-decoration: none;
	color:#0000CC;

}

#sectionLinks a:visited{
	border-top: 1px solid #999999;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color:#0000CC;

}

#sectionLinks a:hover{
	border-top: 1px solid #999999;
	background-color: #9999FF;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color:#0000CC;

}




/*********** .relatedLinks styles ***********/


.relatedLink{
font-size: 80%;
padding: 5px 5px 5px 8px;
border-left: 10px solid #0000FF;
width: auto;
text-decoration: none;
background-color: #CCCCCC;

}

.relatedLink img{
	float: center;
	margin: 10px 5px 10px 5px;}
	

	

	
<!-- End pureCssMenui.com STYLE -->
