@charset "windows-1251";

html, body, div, form,tr, td, p, a, img, ul, li {margin:0; padding:0; border:none;}


.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

/* ================================================================================*/

body, div, td, input, select, textarea, p, a, li {
	font-family: Times New Roman;
	font-size: 16px;
	color: #000000;
}

body{
	background-color: #99C1B9;
}

.main_tbl{
	width: 1057px;
	height: 100%;
	margin: 0 auto;
	
}

/* navi */
.navi{
	height: 48px;
	padding: 20px 50px 0px 0px;
   background-image: url(/images/line_red.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: right;
}

.navi a{
	color: #FFFFFD;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	font-family: Georgia;
	font-size: 11px;
}

.navi a img{
	margin: 0px 7px 0px 24px;
}

.navi a:hover{
	text-decoration: none;
}

span.nav{
	float: right;
}

span.slog{
	float: left;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
	font-family: Georgia;
	font-size: 24px;
	margin: 0px;
	position: relative;
	top: -5px;
}

/* //navi */


/* header */

.header{
  padding: 0px 0px 0px 0px;
  background-image: url(/images/header_bottom.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  height: 235px;	
}

.header_2{
	height: 85px;
	background-image: url(/images/header_bottom_2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.header_2 p{
	padding: 11px 0px 0px 20px;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 24px;
	line-height: 30px;
}

.logo{
	padding: 17px 41px 0px 36px;
	width: 280px;
}

.slogan{
	padding: 32px 0px 0px 0px;
}

.slogan p{
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFEFF;
	padding: 0px 0px 10px 0px;
}

.slogan p span{
	color: #000002;
}
/* //header */

/* left_cell */

.left_cell{
	width: 204px;
}

.left_cell ul{
	padding: 0px;
	margin: 0px;
}

.left_cell ul li{
	padding: 4px 0px 4px 7px;
	list-style: none;
	background-color: #6CA197;
 	border-bottom: 1px solid #99C1B9;
}

.left_cell ul li.lev_1{
	padding: 1px 0px 4px 28px;
	background-position: left top;
	background-repeat: repeat-x;
    background-image: url(/images/li.gif);
	background-color: #99C1B9;
}

.left_cell ul li.lev_1_none{
    padding: 1px 0px 4px 28px;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: none;
    background-color: #99C1B9;
}

.left_cell ul li.lev_2, .left_cell ul li.lev_2_cur{
	padding: 2px 0px 5px 40px;
	background-color: #99C1B9;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.left_cell ul li.lev_3, .left_cell ul li.lev_3_cur{
    padding: 2px 0px 5px 40px;
    background-color: #99C1B9;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.left_cell ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFD;
	font-size: 12px;
	font-family: Georgia;
    line-height: 16px;
}

.left_cell ul li.lev_1 a, .left_cell ul li.lev_1_none a{
	text-decoration: none;
	text-transform: none;
	color: #293332;
	font-size: 12px;
	letter-spacing: -1px;
	font-family: Georgia;
	font-weight: bold;
}

.left_cell ul li.lev_2 a{
	text-decoration: underline;
	text-transform: none;
	color: #293332;
	font-size: 12px;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	padding: 0px 0px 0px 10px;
	background-image: none;
    /*
	background-position: left 7px;
	background-repeat: no-repeat;
    */
}

.left_cell ul li.lev_2_cur a{
    text-decoration: none;
    text-transform: none;
    color: #D62E45;    
    font-size: 12px;
    font-family: Georgia;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    padding: 0px 0px 0px 10px;
    background-image: url(/images/link2.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}

.left_cell ul li.lev_3 a{
    text-decoration: underline;
    text-transform: none;
    color: #293332;
    font-size: 12px;
    font-family: Georgia;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    padding: 0px 0px 0px 30px;
    background-image: url(/images/link.gif);
    background-position: 22px 7px;
    background-repeat: no-repeat;
}

.left_cell ul li.lev_3_cur a{
    text-decoration: none;
    text-transform: none;
    color: #D62E45;    
    font-size: 12px;
    font-family: Georgia;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    padding: 0px 0px 0px 30px;
    background-image: url(/images/link.gif);
    background-position: 22px 7px;
    background-repeat: no-repeat;
}


.left_cell ul li.lev_2 a:hover{
   text-decoration: none;
	color: #D62E45;	
}

.left_cell ul li a:hover{
	text-decoration: underline;
}

.adress_tbl{
	width: 100%;
}

.adress_tbl td{
	padding: 20px 0px 0px 0px;
	color: #010000;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.adress_tbl td a{
	text-decoration: underline;
	color: #010000;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.adress_tbl td a:hover{
	text-decoration: none;
}

.banner_tbl{
	width: 100%;
}

.banner_tbl td{
	padding: 18px 0px 0px 0px;
	text-align: center;
}

/* //left_cell */

/* content */

.total_content{
	padding: 0px 0px 24px 0px;
}

.content{ 
  border-left: 6px solid #99C1B9;
  background-color: #D8ECEA;	
  padding: 0px 12px 0px 12px;
}

.content_tbl{
	width: 100%;
	height: 100%;
}

.content_tbl .content_cell{
	background-color: #D8ECEA;	
	padding: 16px 0px 20px 0px;
}

.content_tbl .content_cell p{
	padding: 0px 25px 18px 0px;
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 18px;
	color: #000002;
	text-indent: 20px;
}

.content_tbl .news_cell{
	width: 203px;
	border-left: 6px solid #99C1B9;
	background-color: #D8ECEA; 
	padding: 4px 0px 20px 0px;	
}

.content_tbl .news_cell .news_inner{
	padding: 11px 4px 10px 4px;
	font-size: 14px;
	line-height: 14px;
	color: #000002;
	background-image: url(/images/news.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.content_tbl .news_cell .news_all{
	padding: 5px 4px 15px 4px;
	font-size: 14px;
	line-height: 14px;
	color: #000002;
}

.content_tbl .news_cell .news_all a{
   color: #D9223E;
	text-decoration: underline;
	font-size: 14px;
	line-height: 14px;	
}

.content_tbl .news_cell .news_all a:hover{
	text-decoration: none;
}

.content_tbl .news_cell .news_inner a{
	color: #D9223E;
	text-decoration: underline;
	font-size: 14px;
	line-height: 14px;
}

.content_tbl .news_cell .news_inner a:hover{
	text-decoration: none;
}

.content_tbl .news_cell .banner_tbl{
	margin: 45px 0px 0px 0px;
}

/* content_2_tbl */

.content_2_tbl{
	width: 100%
}

.content_2_tbl .content_2_cell{
	padding: 10px 100px 20px 7px;
}

h1{
	padding: 5px 0px 6px 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 30px;		
	font-weight: normal;
	color: #000000;
}

span.pathway{
	float: right;
	font-family: Times New Roman;
	font-size: 18px;
	display: block;
	padding: 15px 4px 0px 0px;
	color: #000000;
}

span.arhive{
	float: left;
	display: block;
	padding: 15px 0px 0px 0px;
}

span.arhive a{
	color: #DA223C;
	text-decoration: underline;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

span.arhive a:hover{
	text-decoration: none;
}

span.pathway span.nomber{
	color: #171516;
	padding: 0px 3px 0px 5px;
}

div.sep{
	background-image: url(/images/news.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
	height: 3px;
}

span.pathway a{
	padding: 0px 3px 0px 2px;	
	font-family: Times New Roman;
	font-size: 18px;
   color: #DA2341;	
	text-decoration: underline;
}

span.pathway a.next{
	padding: 0px 14px 0px 2px;	
	font-family: Times New Roman;
	font-size: 18px;
   color: #DA2341;	
	text-decoration: underline;
	background-image: url(/images/next.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
}

span.pathway a:hover{
	text-decoration: none;
}

.news_inner_tbl{
	width: 100%;
}

.news_inner_tbl .news_inner{
	padding: 16px 0px 22px 0px;
	background-image: url(/images/news.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.news_inner_tbl .news_inner span{
	font-size: 14px;
	font-family: Times New Roman;
	color: #000000;
}

.news_inner_tbl .news_inner a{
	padding: 5px 0px 0px 0px;
	color: #DA223C;
	text-decoration: underline;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	display: block;
}

.news_inner_tbl .news_inner p{
	padding: 0px 0px 0px 0px;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: normal;
   color: #000000;
	line-height: 18px;
}

.news_inner_tbl .news_inner a:hover{
	text-decoration: none;
}

/* //content */

/* footer */

.footer{
	height: 33px;
	border-top: 2px solid #000000;
	color: #000000;
	font-size: 16px;
	text-align: right;
	padding: 5px 0px 0px 0px; 
}

/* //footer */

.pathway a.pagination_current{
    color: #000000;
    text-decoration: none;
}


/* pathway */

.path_way{
    padding: 0px 0px 3px 219px;
    color: #000000;
    font-family: Georgia;
    font-size: 12px;
    height: 25px;
}

.path_way a{
    padding: 3px 20px 3px 10px;
    display: block;
    float: left;
    text-decoration: underline;
    color: #FCFFFF;
    font-family: Georgia;
    font-size: 12px;
    background-image: url(/images/pathway_bg.gif);
    background-position: right 8px;
    background-repeat: no-repeat;
}

.path_way a:hover{
    text-decoration: none;
}

.path_way span{
    padding: 4px 10px 3px 10px;
    display: block;
    float: left;
    color: #000000;
    font-family: Georgia;
    font-size: 12px;    
    white-space: nowrap;
}

/* //pathway */


/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}