﻿/* DEFAULT SETTING */
body{
	margin:0;
	padding:4px 0 0 0; 
	background:url(img/bg_body.gif) repeat-x #fff;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#3F75B1;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:720px;
	text-align:left;
	margin:auto;
	padding:0;
}

/* HOMEbtn */
#home{
	float:left;
}
#home a{
	display:block;
	margin:2px 0;
	padding:0 8px;
	text-decoration:none;
	color:#fff;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
}
#logo{
	position:absolute;
	top:35px;
	left:0;
	background:url(img/bg_logo.jpg) no-repeat;
	width:320px;
	height:60px;
	margin:0;
}
#logo a{
	display:block;
	width:320px;
	height:60px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}


/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0 10px;
	background:url(img/bg_mainmenu.gif) no-repeat;
	height:50px;
	vertical-align:bottom;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	float:left;
	margin:0 0 0 20px;
	padding-left:20px;
	font-size:14px;
	line-height:1.0;
	list-style-type:none;
	background:url(http://img01.ecgo.jp/usr/nishitan/img/080731145519.gif) no-repeat left center;
}
#mainmenu li.mm_3 {
	background-image:none;
	padding-left:0;
}
#mainmenu li span{
	display:block;
	margin:3px 0;
	padding:0;
	font-size:10px;
	color:#C0D1DA;
	font-weight:normal;
}
#mainmenu a{
	display:block;
	margin:0;
	padding:11px 0;
	color:#fff;
	text-decoration:none;
}
#mainmenu a:hover{
	color:#000;
}
#mainmenu .active{
	background:url(img/bg_mainmenu_active.gif) no-repeat;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0 10px 0 0;
	font-size:1.0em;
	line-height:1.0;
	background:url(img/bg_submenu.gif) no-repeat right;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu li a{
	display:block;
	margin:2px 0;
	padding:0 8px;
	text-decoration:none;
	color:#fff;
	border-left:1px solid #666;
}
#submenu a:hover{
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:5px 24px 8px 24px;
	line-height:1.0;
	font-size:0.8em;
	background:url(img/bg_childmenu.gif) bottom #4F7486;
}
#childmenu ul{
	margin:0;
	padding:0;
}
#childmenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	white-space: nowrap;
}
#childmenu a{
	display:block;
	padding:0px 10px;
	text-decoration:none;
	color:#666;
	border-right:1px solid #999;
}
#childmenu a:hover{
	color:#333;
	text-decoration:underline;
}
#childmenu .active{
}

/* CHILDMENU2 */
#childmenu2{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}

#childmenu2 ul{
	margin:0 0 0 10px;
	padding:0;
	font-size:1.0em;
	color:#7AA0AB;
	list-style-type:square;
}
#childmenu2 li{
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}
#childmenu2 a{
	color:#666;
	text-decoration:none;
}

#childmenu2 .active{
	color:#333;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	font-size:0.8em;
	border-bottom:1px dotted #ccc;
}


/* CONTENTS */
#contents{
	margin:20px 0 0 0;
	padding:0;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:500px;
	padding:0;
}
h3{
	font-size:1em;
	color:#333;
	margin:0 0 10px 0;
	padding:6px 0 10px 20px;
	background:url(img/bg_h3.gif) no-repeat;
	clear:both;
}

h4{
	font-size:1.2em;
	color:#333;
	margin:0 0 10px 0;
	padding:6px 0 10px 0;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:500px;
	margin:0 0 30px 0;
}

/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle.jpg) no-repeat;
	width:180px;
	height:80px;
	margin:0 0 20px 0;
	padding:0;
	color:#333;
}
#side h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#999;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:5px 0 5px 10px;
	color:#fff;
	font-weight:bold;
	background:url(img/bg_sidetitle.gif) no-repeat;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:1.0em;
	color:#7AA0AB;
	list-style-type:square;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}
.sidebox01 a,.sidebox02 a{
	text-decoration:none;
	color:#666;
}



/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:0;
	font-weight:bold;
}


/* FOOTER */
#footer{
	height:140px;
	position:relative;
	font-size:0.8em;
	margin:0;
	padding:0;
	color:#fff;
	background:url(img/bg_footer.gif) bottom #666;
}
#footermenu{
	padding:10px 0;
	position:absolute;
	right:10px;
	top:30px;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
	color:#ccc;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:498px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0;
	padding:8px 0 15px 20px;
	background:url(img/bg_blogtitle.gif) no-repeat;
	font-weight:normal;
	color:#333;
	border:none;
}
.blog_cnt{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.blog_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#666;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:480px;
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border:1px solid #ccc;
	border-top:1px dotted #ccc;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0;
	padding:8px 0 15px 20px;
	background:url(img/bg_bbstitle.gif) no-repeat;
	font-weight:normal;
	color:#333;
	border:none;
}
.bbs_cnt{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
	border:1px solid #ccc;
	border-top:1px dotted #ccc;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}


/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:2px 5px;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	text-align:right;
	font-size:0.8em;
}


/* TOPIMAGE */
#topimage{
	width:720px;
	height:200px;
	margin:0;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
#topimage a{
	display:block;
	width:720px;
	height:200px;
}


/* TOPNEWS */
#top_news{
	color:#999;
	font-size:1.3em;
	font-weight:normal;
	border:none;
	background:url(img/bg_topnews_title.gif) no-repeat;
	height:30px;
	margin:0 0 10px 0;
	padding:20px 0 0 15px;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:500px;
	margin:0 0 20px 0;
}
.topnews_date{
	width:20%;
	font-size:1.0em;
	color:#333;
	padding:3px 0 2px 6px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	font-weight:bold;
}
.topnews_body{
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
.topnews_body a{
	color:#666;
}


/* TOPPHOTO */
#top_photo{
	color:#999;
	font-size:1.3em;
	font-weight:normal;
	border:none;
	background:url(img/bg_topphoto_title.gif) no-repeat;
	height:30px;
	margin:0 0 10px 0;
	padding:20px 0 0 15px;
	clear:both;
}
.photo_contents{
	margin:0 0 20px 0;
}
.top_photo{
	font-size:1.0em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	width:180px;
	text-align:center;
	margin:0 0 20px 0;
}
#search .search{
	width:115px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	position:absolute;
	bottom:30px;
	right:10px;
	font-size:0.8em;
	text-align:center;
	color:#ccc;
}

/* MOBILE QR CODE */
#qr{
	position:absolute;
	top:30px;
	left:10px;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:120px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}

/* COPYRIGHT */
#copyright{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ccc;
}

/* RSS */
#rss{
	position:absolute;
	bottom:50px;
	right:10px;
	text-align:right;
}

/* 年間行事 */
.month{
	margin:0 0 10px 0;
	padding:6px 0 8px 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background:#00CCFF;
}

.li_gyouji {
	margin: 2px 20px 0 10px;
}
.ul_gyouji {
	float: left;
	width: 210px;
	height:365px;
	margin: 10px 10px 10px 10px;
	list-style: none;
	border: 3px solid #00CCFF;
}
.img_gyoji {
	margin: 10px 4px 10px 4px;
}
 
/* 健康スポーツ */
.curriculum{
	margin:0 0 10px 0;
	padding:6px 0 8px 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background:#00CCFF;
}

.li_curriculum {
	margin: 2px 20px 0 10px;
}
.ul_curriculum {
	float: left;
	width: 210px;
	height:267px;
	margin: 10px 10px 10px 10px;
	list-style: none;
	border: 3px solid #00CCFF;
}
.img_curriculum {
	margin: 10px 4px 10px 4px;
}

/* QandA */

.qaa {
	width: 450px;
	margin: 10px 0 30px 25px;
	background: #FFFF99 url(http://img01.ecgo.jp/usr/nishitan/img/080730100923.gif);
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
	border: 3px solid #0066CC;
}

.que {
	font-size: 18px;
	font-weight:bold;
	color:#0000FF;
	margin: 10px 0 8px 10px;	
}

.ans {
	margin: 5px 18px 10px 18px;
	line-height: 2;
	padding-bottom: 5px;
}

#movemenu { } 

/* PopBox */
.PopBoxImageSmall{
	border: none 0px #ffffff;
	cursor: url("http://www.sanjim.com/javascript/PopBox/images/magplus.cur"), pointer;
}
.PopBoxImageLarge{
	border: solid 1px #999999;
	cursor: url("http://www.sanjim.com/javascript/PopBox/images/magminus.cur"), pointer;
}
.PopBoxImageShrink{
	cursor: url("http://www.sanjim.com/javascript/PopBox/images/magminus.cur"), pointer;
}
.PopBoxImageLink{
	cursor: pointer;
}
.PopBoxImageMove{
	border: none 0px #ffffff;
	cursor: pointer;
}



/* stockTicker */

ul.stockTicker {
font-family: Verdana, Arial, Helvetica, San-serif;
font-size: x-small;
list-style-type: none;
margin: 0;
padding: 0;
position: relative;
}

ul.stockTicker li {
margin: 0 10px 0; 
float:left; 
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.link014n1 a{background:url(img/link014n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n1 a:hover{background:url(img/link014n1_on.jpg);width:180px;height:60px;}
.link021n122 a{background:url(img/link021n122_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n3 a{background:url(img/link021n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n122 a:hover{background:url(img/link021n122_on.jpg);width:180px;height:60px;}
.link021n3 a:hover{background:url(img/link021n3_on.jpg);width:180px;height:60px;}
.link031n123 a{background:url(img/link031n123_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n123 a:hover{background:url(img/link031n123_on.jpg);width:180px;height:60px;}
.link051n5 a{background:url(img/link051n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n112 a{background:url(img/link051n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n105 a{background:url(img/link051n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n109 a{background:url(img/link051n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n102 a{background:url(img/link051n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n101 a{background:url(img/link051n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n117 a{background:url(img/link051n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n107 a{background:url(img/link051n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n104 a{background:url(img/link051n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n110 a{background:url(img/link051n110_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n130 a{background:url(img/link051n130_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n106 a{background:url(img/link051n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n129 a{background:url(img/link051n129_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n108 a{background:url(img/link051n108_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n126 a{background:url(img/link051n126_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n120 a{background:url(img/link051n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n116 a{background:url(img/link051n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n121 a{background:url(img/link051n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n124 a{background:url(img/link051n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n128 a{background:url(img/link051n128_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n134 a{background:url(img/link051n134_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n132 a{background:url(img/link051n132_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n131 a{background:url(img/link051n131_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n133 a{background:url(img/link051n133_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n125 a{background:url(img/link051n125_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n118 a{background:url(img/link051n118_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n127 a{background:url(img/link051n127_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n113 a{background:url(img/link051n113_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n114 a{background:url(img/link051n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n2 a{background:url(img/link051n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n115 a{background:url(img/link051n115_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n1 a{background:url(img/link051n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link052n1 a{background:url(img/link052n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link053n1 a{background:url(img/link053n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link051n5 a:hover{background:url(img/link051n5_on.jpg);width:180px;height:60px;}
.link051n112 a:hover{background:url(img/link051n112_on.jpg);width:180px;height:60px;}
.link051n105 a:hover{background:url(img/link051n105_on.jpg);width:180px;height:60px;}
.link051n109 a:hover{background:url(img/link051n109_on.jpg);width:180px;height:60px;}
.link051n102 a:hover{background:url(img/link051n102_on.jpg);width:180px;height:60px;}
.link051n101 a:hover{background:url(img/link051n101_on.jpg);width:180px;height:60px;}
.link051n117 a:hover{background:url(img/link051n117_on.jpg);width:180px;height:60px;}
.link051n107 a:hover{background:url(img/link051n107_on.jpg);width:180px;height:60px;}
.link051n104 a:hover{background:url(img/link051n104_on.jpg);width:180px;height:60px;}
.link051n110 a:hover{background:url(img/link051n110_on.jpg);width:180px;height:60px;}
.link051n130 a:hover{background:url(img/link051n130_on.jpg);width:180px;height:60px;}
.link051n106 a:hover{background:url(img/link051n106_on.jpg);width:180px;height:60px;}
.link051n129 a:hover{background:url(img/link051n129_on.jpg);width:180px;height:60px;}
.link051n108 a:hover{background:url(img/link051n108_on.jpg);width:180px;height:60px;}
.link051n126 a:hover{background:url(img/link051n126_on.jpg);width:180px;height:60px;}
.link051n120 a:hover{background:url(img/link051n120_on.jpg);width:180px;height:60px;}
.link051n116 a:hover{background:url(img/link051n116_on.jpg);width:180px;height:60px;}
.link051n121 a:hover{background:url(img/link051n121_on.jpg);width:180px;height:60px;}
.link051n124 a:hover{background:url(img/link051n124_on.jpg);width:180px;height:60px;}
.link051n128 a:hover{background:url(img/link051n128_on.jpg);width:180px;height:60px;}
.link051n134 a:hover{background:url(img/link051n134_on.jpg);width:180px;height:60px;}
.link051n132 a:hover{background:url(img/link051n132_on.jpg);width:180px;height:60px;}
.link051n131 a:hover{background:url(img/link051n131_on.jpg);width:180px;height:60px;}
.link051n133 a:hover{background:url(img/link051n133_on.jpg);width:180px;height:60px;}
.link051n125 a:hover{background:url(img/link051n125_on.jpg);width:180px;height:60px;}
.link051n118 a:hover{background:url(img/link051n118_on.jpg);width:180px;height:60px;}
.link051n127 a:hover{background:url(img/link051n127_on.jpg);width:180px;height:60px;}
.link051n113 a:hover{background:url(img/link051n113_on.jpg);width:180px;height:60px;}
.link051n114 a:hover{background:url(img/link051n114_on.jpg);width:180px;height:60px;}
.link051n2 a:hover{background:url(img/link051n2_on.jpg);width:180px;height:60px;}
.link051n115 a:hover{background:url(img/link051n115_on.jpg);width:180px;height:60px;}
.link051n1 a:hover{background:url(img/link051n1_on.jpg);width:180px;height:60px;}
.link052n1 a:hover{background:url(img/link052n1_on.jpg);width:180px;height:60px;}
.link053n1 a:hover{background:url(img/link053n1_on.jpg);width:180px;height:60px;}
.link071n135 a{background:url(img/link071n135_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link075n1 a{background:url(img/link075n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link071n135 a:hover{background:url(img/link071n135_on.jpg);width:180px;height:60px;}
.link075n1 a:hover{background:url(img/link075n1_on.jpg);width:180px;height:60px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:180px;height:80px;text-indent: -10000px;}

