/***********************************************/
/* 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: #006699;
	text-decoration: none;
}

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

h2, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:12px;
	color:#aaaaaa;
	text-align:left;
	width:100%;
	padding:0px;
	margin:0;
	background-color: #333333;
}
h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size:13px;
	margin: 5px;
	padding: 5px;
	color:#333333;
}
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;
}
				

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

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

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

#content{
 /* float:left;*/
/*	width: 70%;*/
	margin: 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
}

#CategoryLinks a:link{
	padding: 5px 20px 5px 20px;
	border: 1px solid #ddddff;
	background-color: #eeeeff;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}
#CategoryLinks a:visited{
	border: 1px solid #cccccc;
	padding: 5px 20px 5px 20px;
}

#CategoryLinks a:hover{
	border: 1px solid #ddddff;
	background-color: #ddddff;
	padding: 5px 20px 5px 20px;
	text-decoration:none
}

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

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


/*************** #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;
	background-color: #ffffff;
}
#breadCrumb_sub{
	font-size: 80%;
	padding: 5px 10px 5px 0px;
	background-color: #ffffff;
	text-align:right
}

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

.feature{
	padding: 0px 0px 5px 5px;
	font-size: 80%;
}

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

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


/************* #displacementInfo styles ***************/

#displacementInfo{
	clear: both;
	border: none;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align: center;
}

#displacementInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: center;
}
/************* #siteInfo styles ***************/

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


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

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

#sectionLinks a:link{
	padding: 4px 3px 2px 3px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 4px 3px 2px 3px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddddff;
	padding: 4px 3px 2px 3px;
}


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

#table_title{
	font-size: 80%;
}
#nenshiki_japanese{
	font-size: 80%;
}
#table_syayu{
	font-size: 80%;
}
#siteName2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
 text-align:center;
 margin: 0px;
 padding: 5px;
 font-weight: bold;
}


/************* #sortInfo styles ***************/
                      /* add miyashita*/
#sortInfo{
	clear: both;
	border: none;
	font-size: 60%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align: center;
}

#sortInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: center;
}


#footermenu {
	text-align:center;
	font-size: 12px;
	color:#334d55;
}
#footermenu a:link {
	font-size: 12px;
	color:#33FFFF;
	background-color:transparent;
	text-decoration:none;
}

#footermenu a:visited {
	font-size: 12px;
	color:#CC99FF;
	background-color:transparent;
	text-decoration:none;
}

#footermenu a:hover, #footermenu a:active {
	font-size: 12px;
	color:#ff9999;
	background-color:transparent;
	text-decoration:none;
}
.side {
	text-align:center;
	color:#333333;
	font-size:14px;
	background-color:#FFFFFF;
	background-image: url(../img_parts/n24.jpg);
	padding:1px 2px;
	margin-top:5px;
	width: 95%;
	font-weight: bold;
}
.style1 {
color: #CC0000
}
ul {
	list-style:square outside url(../img_parts/arrow_r_s.gif);
	text-align: left;
}
ul li {
	margin-left:3px;
	margin-bottom:3px;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	color: #FF6600;
	font-size: 12px;
}
.style4 {
	color: #FF6600;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 5px;
	width: 100px;
	border: 1px solid #FF0000;
}
.style5 {
	color: #666666;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 5px;
	width: 90%;
	border: 1px solid #FF0000;
}
.style6 {font-size: 12px}
/************t[eBO****************/
.flo_left {
	float:left;
}
.flo_right {
	float:right;
}
.cle_left {
	clear:left;
}
.cle_right {
	clear:right;
}
.cle_both {
	clear:both;
}

/****************************/
p.goTop {
	text-align:center;
	margin:10px;
	clear:both;
}

div#footerArea address {
	font-style:normal;
	text-align:center;
	margin:10px;
}
.centerimg {
	position: relative;
	left: 20px;
	top: 0px;
	bottom: 0px;
}
.fontbold {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.bluesbox1{
  margin: 0px;
  padding: 0px;
  border: solid 1px #CCCCCC;
  width: 98%;
  height: 270px;
  font-size:12px;
  text-align:left;
  overflow: auto;
  }
.box {
	display: block;
	padding: 10px;
	height: auto;
	width: 540px;
	border: 1px solid;
	overflow: auto;
	border-color: #FFCC66;
	margin-bottom: 5px;
}
.box1 {
	display: block;
	padding: 1px;
	height: 800px;
	width: 130px;
	border: 1px solid;
	overflow: auto;
	border-color: #FFCC66;
	margin-bottom: 5px;
}
.box01{
	border: 1px dotted #CCCCCC;
	overflow: auto;
	width: auto;
	padding: 2px;
	margin: 3px;
  }
.box001{
	font-size: 12px;
	margin: 2px;
	overflow: auto;
	height: 160px;
  }
.moji {
	font-size: 14px;
	line-height: 18px;
}
.syouhyou_cyuui{
  	margin-top:0;
	margin-bottom:0;
	color:#FFFFFF;
	font-size: 10px;
}
#dairiten a:link {
	font-size: 12px;
	color:#006699;
	background-color:transparent;
	text-decoration:none;
}

#dairiten a:visited {
	font-size: 12px;
	color:#006699;
	background-color:transparent;
	text-decoration:none;
}

#dairiten a:hover{
	font-size: 12px;
	color:#006699;
	background-color:transparent;
	text-decoration: underline;
}
#dairiten a:active {
	font-size: 12px;
	color:#006699;
	background-color:transparent;
	text-decoration:none;
}
#dairiten h3 {
	font-size:14px;
	color:#333333;
	text-align:center;
	width:98%;
	padding:0px;
	margin-bottom:5px;
	margin-top:0;
	background-color: #FFFFFF;
	line-height: 16px;
}
#dairiten {
	font-size:10px;
	margin-bottom:10px;
	line-height: 14px;
}
#torituke_rei h3 {
	font-size:14px;
	color:#333333;
	text-align:center;
	width:98%;
	padding:0px;
	margin-bottom:5px;
	margin-top:0;
	background-color: #FFFFFF;
	line-height: 16px;
}

