@charset "UTF-8";
/* CSS for No Sidemenu Pages */
/* List/Link/Sitemap Page */

/*=================content=================*/
#content{
	width:775px;
	background: #FFFFFF;
	padding: 12px;
	border: 1px solid #999999;
}
#content h2,#content h3,#content h4,
#content p{
	margin-bottom:10px;
}

#content strong{
	font-weight:bold;
}

/*===main===*/	
#main{
	width:750px;
	float:none;
	margin:0 10px; 
}

/*===link btn===*/	
#main p#category{
	word-spacing: 3px;
}

/*===table common===*/	
#main table{
	font-size:90%;
	margin-bottom:10px;
	width:745px;
	border-style:solid;
	border-width: 1px 0 0 1px;
}
#main table th{
	font-weight:bold;
	text-align:center;
	border-style:solid;
	border-width: 0 1px 1px 0;
}
#main table td{
	padding:4px;
	border-width: 0 1px 1px 0;
	border-style:solid;	
}

/*===Red text===*/	
#main table td em{
	color:#EE0000;
}

/*===Hospital Table===*/
#main table#hsp_tb{
	border-color:#00BB00;
}
#main table#hsp_tb th{
	border-color:#00BB00;
	background-color:#BBEEBB;
	color:#006600;
}
#main table#hsp_tb td{
	border-color:#00BB00;
}

/*===Healthcare Table===*/
#main table#hlt_tb{
	border-color:#0000BB;
}
#main table#hlt_tb th{
	border-color:#0000BB;
	background-color:#BBBBEE;
	color:#000066;
}
#main table#hlt_tb td{
	border-color:#0000BB;
}

/*===Welfare Table===*/
#main table.wlf_tb{
	border-color:#BB0000;
}

#main table.wlf_tb th{
	border-color:#BB0000;
	background-color:#EEBBBB;
	color:#660000;
}

#main table.wlf_tb td{
	border-color:#BB0000;
}


/*===Stripetable/Mouseober===*/	
table.stripe tr.over td {
	background:#F7EDCC;
}

/*====Stripetable/EvenTr=====*/	

/* Health/Green */	
table#hsp_tb.stripe tr.even {
	background:#EDFFDA;
}
/* Healthcare/Blue */	
table#hlt_tb.stripe tr.even {
	background:#DCE5FF;
}
/* Welfare/Pink */	
table.wlf_tb.stripe tr.even {
	background:#FFEAF5;
}
table.stripe td.reset{
	background:#FFFFFF;
}

/*=================Link Page=================*/
div#link{
 background:url(../img/link_bg.jpg) no-repeat bottom right;
	}
div#link h3{
	margin:20px 0;
	}
div#link ul li{
	line-height:1.8;
	}	
	
div#linkpage{
	margin:20px;
	}
div#linkpage p,div#linkpage h3{
	margin-bottom:15px;
	}	

/*========== sitemap page ==========*/

#main div.sitemap{
	width:235px;
	float:left;
	margin-right:20px;
	font-size:80%;
}

#main div.sitemapR{
	width:235px;
	float:left;
	font-size:80%;
}

#main div.sitemap h3,
#main div.sitemapR h3{
	border-left:#ff8e1c solid 5px;
	padding-left:20px;
	font-weight:bold;
}
#main div.sitemap h3 a,
#main div.sitemapR h3 a{
	font-weight:bold;
}

#main div.sitemap ul,
#main div.sitemapR ul{
	border-bottom:#ff8e1c dotted 2px;
	width:235px;
	margin-bottom:15px;
}

#main div.sitemap ul li,
#main div.sitemapR ul li{
	background:url(../img/sitemap_img_01.gif) no-repeat;
	padding-left:30px;
	margin-bottom:3px;
}

#main div.sitemap ul li ul,
#main div.sitemapR ul li ul{
	border-bottom:none;
	margin:0 0 0 -30px;

}

#main div.sitemap ul li ul li,
#main div.sitemapR ul li ul li{
	background:url(../img/sitemap_img_02.gif) no-repeat;
	padding:5px 0 0 50px;
}
p.red{
	color:#FF3333;
	}

/*========== chiken page ==========*/
#content h5.chiken{
	color:#0066ff;
	font-weight:bold;
	font-size:110%;
}

#content em{
	color:#FF0000;
}

#content div.chiken{
	background:#cedeff;
	border:#6666ff solid 1px;
	padding:5px;
	margin-bottom:15px;
}

#content table.chiken{
	width:770px;
}

#content table.chiken td.haba{
	width:360px;
	padding:5px;
	vertical-align:top;

}

#content table.chiken h5{
	color:#ffff80;
	background:#44ACBA;
	padding:3px;
	font-size:110%;
	margin-bottom:10px;
}

#content table.chiken table.jokyo{
	background:#6666ff;
}

#content table.chiken table.jokyo th{
	padding:3px;
	background:#cedeff;
}

#content table.chiken table.jokyo td{
	padding:3px;
	background:#ffffff;
}

