/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
        margin: 0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
}

HTML {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color:#F5F5F5;
	scrollbar-face-color: #eeeeee;
	scrollbar-arrow-color:#aaaaaa;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background:url(/burner/bg.gif) repeat; */
	/*background:url(/burner/chek051204-01.gif) repeat;*/
	background:url(/burner/bg04.gif) repeat;
}

a:link, a:visited, a:hover {
	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: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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;
}

.red{
	color:#FF0000;
}
.big{
	font-weight:bolder;
	font-size:large;
}
				
.big{
	font-weight:inherit;
	font-size:+2;
}
.fwb{
	 font-weight:bolder;
}

.bookmark{
	margin-left:10px;
	border:none;

}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 15px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height:120px;
	background-color:#FFFFFF;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom: 1px solid #ccc;
	/*background:url(/burner/up02.jpg) no-repeat;*/
	background:url(/burner/up06.png) no-repeat;
}

#menu{
	margin: 0px auto 0px auto;
	padding:0px;
	width:1000px;
	background-color:#FFFFFF;
	height:32px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom: 1px solid #ccc;
}


#main{
	position:static;
	margin: 0px auto 0px auto;
	width:1002px;
	padding:0px;
}



#navBar{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	/*background-color:*/
	border-right: 1px solid #ccc;
	border-left:1px solid #cccccc;
	/*border-top:1px solid #cccccc;*/
	/*border-bottom: 1px solid #ccc;*/
	width:250px;
	float:left;
	height:1000px;
}


#content{
	position: relative;
	border-right:1px solid #cccccc;
	background-color:#FFFFFF;
  	float:right;
	width: 739px;
	margin: 0;
	padding: 0 3px 0 7px;
	height:1000px;
}

#content P{
	margin: 3px 0 5px 15px ;
	padding: 0 3px 5px 7px;
}
#content_body{
	float:left;
	padding:0px;
	margin:0px;
	width:70%;	
}
#content_right{
	float:right;
	padding:0px;
	margin:0px;
	width:23%;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height:37px;
	z-index:100;
	font-size:32px;
	width:170px;
	background-color:transparent;
	text-align:center;
	font-family:Chiller;
	font-weight:bolder;
	vertical-align:middle;
}

#siteName img{
	margin: 0px;
	padding: 0px;
	z-index:100;
	bottom:0px;
	left:0px;
}

.subname{
	border-left:15px solid #FFCC00;
	border-bottom:1px solid #FFCC33;
	padding-left:12px;
	margin:10px 0px 10px 10px;
	width:450px;
	font:"ＭＳ Ｐゴシック", Osaka;
	height:inherit;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	border-bottom:1px solid #cccccc;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	width:500px;;
	float:left;
	padding: 10px 0px 25px 10px;
	font-size: 80%;
	margin:0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	font-size: 100%;
}

.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;
	margin:0px 0px 10px 10px;
	width:480px;
	font-size:90%;
}

.story_bq{
	margin:0px 0px 0px 20px;
}

.story p{
	padding: 0px 0px 0px 35px;
}

.tablemenu {
	border-bottom: 1px solid #FFCC33;
	font-weight:bolder;
	margin:0px 0px 30px 10px;
	padding:0;
	font:"ＭＳ Ｐゴシック", Osaka;
	font-size:120%;
	text-align:left;
	width:100%;
	
}

#rireki{
	background-color:#FFFFFF;
	font-size:small;
}

.count {
	color: #FF6600;

}

.years {
	color: #FF0000;

}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	margin:0 auto 0 auto;
	width:1000px;
	text-align:center;
	background-color:#FFFFFF;
}
/* 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: 25px 10px 25px 50px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
	margin: 10px 20px 20px 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

.hyouji{
	color:#0000FF;
	font-size:medium;

}

#kensaku{


}


/*********** #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{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom:1px solid #cccccc;*/
	font-size: 90%;
}

#sectionLinks li{
	border-top:1px solid #cccccc;
}

#sectionLinks h3{
	padding: 10px 0px 7px 15px;
	font-weight:bolder;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/***********  counter  **********************/

#count{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

#count h3{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-weight:bolder;
	padding:0;
	margin:10px 0 0 0;
}

#webclap input{
	height:27px;
	border:2px groove #999999;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	margin:0 0 0 37px;;
	padding:0;
}

.google{
	margin:0px;
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 10px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;

}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks table ,td tr {
	margin: 0px;
	font-size: 90%;
	text-align:center;
}

/***********************************************/

.ring{
	position:relative;
	text-align:center;
	margin:0px;
	font-size: 80%;
	vertical-align:middle;
}

.ring table{
	text-align:center;
	vertical-align:middle;
}
.ring img{
	border: 0px;
}

/*************** Link ************************/

.link img{
	border:0;
	vertical-align:middle;

}




/************** .newsheadLinks **************/

#newsheadLinks {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #cccccc;
	font-size: 80%;
	border-top:1px solid #cccccc;
	
}

#newsheadLinks  h3{
	padding: 10px 0px 2px 10px;
	font-weight:bolder;
}

#newsheadLinks a:link{
	padding: 2px 0px 2px 5px;
	width: 100%;
	width: auto;
}

#newsheadLinks li{
	border-top: 1px solid #cccccc;
	width: 100%;
}

#newsheadLinks  a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 5px;
	color:#FF9900;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


#headadvert{
	float:right;
	padding: 0px ;
	margin: 0px 0px 10px 0px;
}

#advertRight{
	position:relative;
	float:right;
	padding: 0px;
	margin:15px 5px 10px 10px;
	height:600px;
	width:160px;
}

#advertLeft{
	position:relative;
	padding: 5px 5px 5px 15px;;
	border-bottom:1px solid #cccccc;
}

.advertLeftB{
	position:relative;
	text-align:center;
	padding:50px 0 25px 0;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#webclap{
	padding:20px 10px 10px 32px;
	clear: both;
	
}


/***********************************************/
/*              #chromemenu                    */
/***********************************************/

#chromemenu{
width: 100%;
margin:0px auto 0px auto;
padding:0px;
height:32px;
/*float:both;*/
clear: both; 
/*background:url(/burner/mbg5.png) bottom repeat-x;*/
}


#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
margin:0px;
padding:0px;
}

#chromemenu ul{
border-top:1px solid #cccccc;
/*border-bottom:1px solid #cccccc;*/
width: 100%;
/*background: url(./chromebg2.gif) center center repeat-x; /*Theme Change here*/
margin: 0px;
font: normal 19px "Bauhaus 93";
padding:0px;
/*float:left;*/
bottom:0px;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align:center;
/*background: url(./divider2.gif) center right no-repeat; /*Theme Change here*/
vertical-align: middle;
width:142px;
margin:0px;
background:url(/burner/mg1.jpg)  center repeat-x;
height:32px;
}

#chromemenu ul li a:hover{
color: #66CCFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #CCCCCC; /*Theme Change here*/
font:normal 13px "ＭＳ ゴシック", "Osaka−等幅";
line-height:18px;
z-index:100;
background-color: white;
width: 141px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #cccccc; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EBF7FF;
}

