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

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

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

a:link, a:visited, a:hover {
	color: #334d55;
	text-decoration: none;
	
}

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

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

h1{
 font-family: Arial, sans-serif;
 font-size: 120%;
 color: #006699;
}

h2{
 font-size: 450%;
 color: #fff;
}

h3{
 font-size: 80%;
 color: #093F01;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}





ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

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




body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

#main
    {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;
	width: 875px;
    }


.title{
 font-size: 10px;
 float:left;
 text-align:center;
 background:url(../images/counseltitle.jpg);
 width:880px;
 height:120px;
} 

.title2{
margin:50px 0px 20px 40px;
}

.t1 {font-size: 80%}

.title3{
clear:left;
}
 



.title img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}		

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

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#navBar{
	margin: 0 85% 0px 0;
	padding: 10px 0px 0px 0px;
	background-color:#fff;
	margin-top:0px;
	height:400px;
}

#navBar a:link { color: #fff; background-color:#7fbd14;}
#navBar a:visited { color: #fff; background-color:#7fbd14;}
#navBar a:hover { color: #fff; background-color:#80FF00;}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin: 5px 0 5px 0;
	padding: 5px 0 0px 10px;
	height:23px;
}
#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: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


.menu {
    margin: 0px 0 5px 0px;
	color:#fff;
	background-color:#339900;
	height:25px;
	padding:3px 0 0 10px;
}

#content{
	float:right;
	width: 83%;
	margin: 0;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0;
	margin-top:5px;
}

#content a:link { color: #999999; }
#content a:visited { color: #999999; }
#content a:hover { color: #999999; }


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

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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: 90%;
	padding: 0px 4px 0px 0px; 
}


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

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



/************** .flash styles ***************/

.flash{
	font-size: 80%;
	margin:10px 0px 0px 20px;
	float:left;
	width:450px;
	line-height:1.5;
}

.flash h4{
	font-size: 150%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}


/************** .flashright styles ***************/

.flashleft{
	font-size: 120%;
	float:left;
	width:250px;
	margin:50px 0px 0px 0px;
}

.flashleft img{
	float: left;
}


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

.feature{
	font-size: 80%;
	padding-top:10px;
	margin-bottom: 10px;
	clear:both;
	line-height:1.5;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature h5{
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.feature h6{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	color:#333333;
}


.feature h4{
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}


.feature h7{
	padding: 0px 0px 0px 0px;
	color:#333333;
}






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

.feature4{
	font-size: 80%;
	padding-top:10px;
	margin-bottom: 10px;
	clear:both;
	line-height:1.5;
}

.feature4 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature4 h5{
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.feature4 h6{
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}


.feature4 h4{
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}



.feature4 img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



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

.feature5{
	font-size: 80%;
	padding-top:10px;
	margin-bottom: 10px;
	clear:both;
	line-height:1.5;
}

.feature5 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature5 h5{
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.feature5 h6{
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}


.feature5 h4{
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}



.feature5 img{
	float: left;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	line-height: 1.5;
	margin-top:30px;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}


/************** .bottommenu2 styles **************/
.bottommenu2 {
	clear: both;
	color: #999999;
	font-size: 70%;
	text-align:center;
	padding-top:0px;
	margin-bottom:10px;
}

.bottommenu2 {
	color: #999999;
	text-decoration: none;
	
}


/************** #middle styles **************/
#middle{
margin-top:0px;
clear:both;
}


/************** .link styles ***************/

.link{
	font-size: 100%;
	padding-top:20px;
}

.link h5{
	text-align: center;
	color:#333333;
	font-size: 150%;
}

.link h6{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	color:#333333;
	text-align:center;
}

.link table{
    border:1px solid #000;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.link th{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    text-align:center;
}


.link td{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
padding:0.3em 0.5em;
line-height:2
}



p.MsoNormal {
margin:0mm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";
}
div.MsoNormal {
margin:0mm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";
}

.style1 {font-size: 10pt}

div.MsoNormal {
margin:0mm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";
}
