﻿/********************************************************** DEFAULT SETTING */
body{
margin:0;
padding:0;
font-size:80%;
text-align:center;
line-height:1.4;
color:#333;
font-family:verdana,'MS UI Gothic',sans-serif;
background:url(img/bg_body.jpg) repeat-x #fff;
}
div:after{
content:"clear";
height:0px;
clear:both;
display: block;
visibility:hidden;
}
div{
zoom:1;
}


/********************************************************** FONT DECORATIONT */
a{color:#887B4A;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/********************************************************** LAYOUT */
#layout{
width:1000px;
text-align:left;
margin:auto;
padding:auto;
}

/********************************************************** HEADER */
#header{
position:relative;
margin:0;
padding:0;
height:80px;
}
#logo{
position:absolute;
bottom:0px;
left:0px;
background:url(img/bg_logo.jpg) no-repeat;
width:200px;
height:50px;
margin:0;
}
#logo a{
display:block;
width:200px;
height:50px;
text-decoration:none;
color:#333;
font-weight:bold;
}
#header h1{
position:absolute;
top:10px;
left:0px;
font-size:0.8em;
font-weight:normal;
color:#666;
margin:0;
padding:0;
}




/********************************************************** MAINMENU */
#mainmenu{
margin:7px 0 10px 0;
padding:0;
height:23px;
}
#mainmenu ul{
margin:0;
padding:0;
}
#mainmenu li{
float:left;
margin:0 3px 0 0;
padding:0;
font-size:12px;
list-style-type:none;
}
#mainmenu li span{
display:none;
}
#mainmenu a{
display:block;
padding:0 20px;
line-height:20px;
color:#333;
text-decoration:none;
text-align:center;
}
#mainmenu a:hover{
}
#mainmenu .active{
background:#7FB654;
color:#fff;
}


/********************************************************** SUBMENU */
#submenu{
position:absolute;
right:0px;
bottom:10px;
margin:0;
font-size:0.8em;
}
#submenu ul{
margin:0;
padding:0;
}
#submenu li{
margin:0;
padding:0;
float:left;
list-style-type:none;
}

#submenu a{
display:block;
margin:0 0 0 10px;
padding:0 0 0 8px;
color:#333;
text-decoration:none;
background:url(img/submenu_off.gif) no-repeat left center;
}
#submenu a:hover{
color:#999;
text-decoration:underline;
}
#submenu .active{
}


/********************************************************** CHILDMENU */
#childmenu{
margin:0 0 20px 0;
padding:0;
}
#childmenu ul{
margin:0;
padding:0;
list-style:none;
}
#childmenu li{
margin:0 0 1px 0;
padding:0px;
width:180px;
border-bottom:1px dotted #ccc;
}
#childmenu a{
display:block;
padding:0 0 0 12px;
line-height:20px;
text-decoration:none;
color:#666;
background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
color:#333;
text-decoration:underline;
}
#childmenu .active{
color:#333;
}


/********************************************************** PAGENAVI */
#navibar{
height:40px;
position:relative;
}
#pagenavi{
font-size:0.8em;
}


/********************************************************** CONTENTS */
#contents{
}
#contents2{
width:800px;
float:left;
margin:0;
padding:0;
}

/********************************************************** MAINCONTENTS */
#main{
float:right;
width:600px;
}
#main h2{
font-size:1.4em;
margin:0 0 20px 0;
padding:10px 0;
background:url(img/bg_pagetitle.jpg) no-repeat left bottom;
}
#main h2 span{
font-size:10px;
font-weight:normal;
}
h3{
font-size:1em;
font-weight:bold;
color:#333;
border:1px solid #ccc;
background:url(img/bg_contentstitle.gif) no-repeat left center;
line-height:30px;
margin:0 0 10px 0;
padding:0 0 0 25px;
clear:both;
}


/********************************************************** PAGECONTENTS */
.page_contents{
overflow:hidden;
width:600px;
margin:0 0 30px 0;
}


/********************************************************** SIDEBAR */
#side{
float:left;
width:180px;
line-height:1.2;
}
#side2{
float:right;
width:180px;
line-height:1.2;
}

#side h4{
font-size:0.8em;
margin:0 0 10px 0;
padding:0 0 0 10px;
line-height:21px;
font-weight:bold;
color:#fff;
background:url(img/bg_sidetitle.gif) no-repeat left center;
}
#side2 h4{
font-size:0.8em;
line-height:30px;
margin:0;
padding:0 0 0 25px;
color:#333;
font-weight:bold;
background:#eee;
border:1px solid #ccc;
background:url(img/bg_side2title.gif) no-repeat left center;
}

#side .sidebox,.sidebox_free{
width:180px;
margin:0 0 15px 0;
overflow:hidden;
}
#side2 .sidebox{
border:1px solid #ccc;
border-top:none;
width:170px;
margin:0 0 15px 0;
padding:8px 4px;
overflow:hidden;
}
.sidebox ul{
margin:0 0 0 20px;
padding:0;
font-size:0.8em;
list-style-image:url(img/icon_list.gif);
color:#999;
}
.sidebox li{
margin:0 0 5px 0;
}
.sidebox li a{
color:#666;
}
.sidebox li a:hover{
color:#000;
}

/********************************************************** PAGE TOP */
#pagetop{
clear:both;
text-align:right;
font-size:0.8em;
}
#pagetop a img{
border:none;
}

/********************************************************** FOOTER */
#footer{
text-align:center;
font-size:0.8em;
margin:0;
padding:10px 0 20px 0;
text-align:center;
color:#ccc;
background:#666;
border-top:5px solid #7FB654;
}
#footermenu{
padding:10px 0;
text-align:center;
}
#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;
}
.page_move a{
color:#666;
}
.page_move a:hover{
color:#000;
}

/********************************************************** 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:598px;
height:400px;
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{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.blog_title{
margin:0;
padding:3px 0 3px 10px;
font-weight:bold;
border:none;
background:#eee;
}
.blog_cnt{
}
.blog_date{
margin:0 0 10px 0;
padding:0 10px;
color:#666;
font-size:0.8em;
background:#f7f7f7;
}
.blog_body{
overflow:hidden;
width:578px;
margin:0 9px 20px 9px;
}
.blog_bottom{
padding:10px 5px;
font-size:0.8em;
text-align:right;
}
#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{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.bbs_title{
margin:0;
padding:3px 0 3px 10px;
font-weight:bold;
border:none;
background:#eee;
}
.bbs_cnt{
}
.bbs_body{
margin:5px 10px 20px 10px;
}
.bbs_bottom{
padding:10px 5px;
font-size:0.8em;
text-align:right;
}
#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;
}

/********************************************************** Comment&TB */
.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;
font-size:0.8em;
text-align:right;
}

/********************************************************** TOPIMAGE */
#topimage{
width:1000px;
height:200px;
margin:0 0 20px 0;
background-repeat:no-repeat;
text-indent:-10000px;
}
#topimage a{
display:block;
width:1000px;
height:200px;
}

/********************************************************** TOPNEWS */
#top_news{
}
.news_contents{
overflow:hidden;
width:600px;
margin:0 10px 20px 0px;
}
.topnews_date{
width:20%;
font-size:0.8em;
color:#666;
padding:3px 0 2px 16px;
border-bottom:1px dotted #ccc;
vertical-align:top;
background:url(img/icon_clock.gif) no-repeat left top;
background-position:0 5px;
}
.topnews_body{
overflow:hidden;
padding:2px 0 5px 0;
border-bottom:1px dotted #ccc;
vertical-align:top;
}

/********************************************************** TOPPHOTO */
#top_photo{
}
.photo_contents{
margin:0 10px 20px 0px;
}
.top_photo{
font-size:0.8em;
text-align:center;
color:#666;
padding:0 0 10px 0;
}

/********************************************************** CALENDAR */
#calendar{
width:150px;
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{
position:absolute;
width:300px;
top:0px;
right:0px;
text-align:right;
} 
#search .search{
width:200px;
height:16px;
font-size:0.8em;
border:1px solid #999;
}
.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{
border:1px solid #ccc;
background-image:none;
padding:5px 0 5px 8px;
margin:0;
color:#666;
}
.crawler_body{
padding:5px 10px;
font-size:10px;
line-height:1.3;
height:150px;
border:1px solid #ccc;
border-top:none;
background:#fff;
}
#crawler img{
margin:0 10px 10px 0;
}

/********************************************************** COUNTER */
#counter{
font-size:0.8em;
text-align:center;
color:#666;
}

/********************************************************** MOBILE QR CODE */
#qr{
position:relative;
margin:0 0 20px 0;
width:180px;
height:100px;
}
#qr a{
position:absolute;
display:block;
width:100px;
height:18px;
left:74px;
top:69px;
text-indent:-1000px;
overflow:hidden;
}






/* RSS FEED */
#rss_news{
}
.rss_news_contents{
overflow:hidden;
width:600px;
margin:0 10px 20px 0px;
}
.rss_news_date{
width:20%;
font-size:0.8em;
color:#666;
padding:3px 0 2px 16px;
border-bottom:1px dotted #ccc;
vertical-align:top;
background:url(img/icon_clock.gif) no-repeat left top;
background-position:0 5px;
}
.rss_news_body{
overflow:hidden;
padding:2px 0 5px 0;
border-bottom:1px dotted #ccc;
vertical-align:top;
}
#rss_photo{
}
.rss_photo_contents{
margin:0 10px 20px 0px;
}
.rss_photo_td{
font-size:0.8em;
text-align:center;
color:#666;
padding:0 0 10px 0;
}
#rss_site{
}
.rss_site_contents{
margin:0 10px 20px 0px;
}
.rss_site_td{
padding: 5px 15px 5px 0;
border-bottom:1px dotted rgb(202,202,202);
}
.rss_search_td{
padding: 5px 15px 5px 0;
border-bottom:1px dotted rgb(202,202,202);
}
.rss_thumb{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px rgb(202,202,202) solid;
background-color: rgb(232,232,232);
font-size: 10px;
}
.type1_big{
float: left;
width: 110px;
height:110px;
padding: 5px;
margin-right:10px;
margin-left:auto;
}
.type1_small{
float: left;
width: 65px;
height:65px;
padding: 3px;
margin-right:10px;
margin-left:auto;
}
.type2_big{
width: 110px;
height: 122px;
padding: 5px;
margin-right:auto;
margin-left:auto;
}
.type2_small{
width: 55px;
height: 67px;
padding: 3px;
margin-right:auto;
margin-left:auto;
}
.type3{
float:left;
width: 80px;
height:80px;
padding: 5px;
margin:0 10px 10px 0;
}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.link012n3 a{background:url(img/link012n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n2 a{background:url(img/link012n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n100 a{background:url(img/link011n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n100 a{background:url(img/link012n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n100 a{background:url(img/link013n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n100 a{background:url(img/link014n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n100 a{background:url(img/link015n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n106 a{background:url(img/link011n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n106 a{background:url(img/link012n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n106 a{background:url(img/link013n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n106 a{background:url(img/link014n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n106 a{background:url(img/link015n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n102 a{background:url(img/link011n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n102 a{background:url(img/link012n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n102 a{background:url(img/link013n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n102 a{background:url(img/link014n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n102 a{background:url(img/link015n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n111 a{background:url(img/link011n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n111 a{background:url(img/link012n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n111 a{background:url(img/link013n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n111 a{background:url(img/link014n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n111 a{background:url(img/link015n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n1 a{background:url(img/link011n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n1 a{background:url(img/link012n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n1 a{background:url(img/link013n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;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;}
.link015n1 a{background:url(img/link015n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n120 a{background:url(img/link011n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n120 a{background:url(img/link012n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n120 a{background:url(img/link013n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n120 a{background:url(img/link014n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n120 a{background:url(img/link015n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n104 a{background:url(img/link011n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n104 a{background:url(img/link012n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n104 a{background:url(img/link013n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n104 a{background:url(img/link014n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n104 a{background:url(img/link015n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n107 a{background:url(img/link011n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n107 a{background:url(img/link012n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n107 a{background:url(img/link013n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n107 a{background:url(img/link014n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n107 a{background:url(img/link015n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n116 a{background:url(img/link011n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n116 a{background:url(img/link012n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n116 a{background:url(img/link013n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n116 a{background:url(img/link014n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n116 a{background:url(img/link015n116_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n112 a{background:url(img/link011n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n112 a{background:url(img/link012n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n112 a{background:url(img/link013n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n112 a{background:url(img/link014n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n112 a{background:url(img/link015n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n117 a{background:url(img/link011n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n117 a{background:url(img/link012n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n117 a{background:url(img/link013n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n117 a{background:url(img/link014n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n117 a{background:url(img/link015n117_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n114 a{background:url(img/link011n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n114 a{background:url(img/link012n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n114 a{background:url(img/link013n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n114 a{background:url(img/link014n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n114 a{background:url(img/link015n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n105 a{background:url(img/link011n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n105 a{background:url(img/link012n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n105 a{background:url(img/link013n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n105 a{background:url(img/link014n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n105 a{background:url(img/link015n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n103 a{background:url(img/link011n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n103 a{background:url(img/link012n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n103 a{background:url(img/link013n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n103 a{background:url(img/link014n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n103 a{background:url(img/link015n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n121 a{background:url(img/link011n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n121 a{background:url(img/link012n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n121 a{background:url(img/link013n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n121 a{background:url(img/link014n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link015n121 a{background:url(img/link015n121_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n3 a:hover{background:url(img/link012n3_on.jpg);width:180px;height:60px;}
.link012n2 a:hover{background:url(img/link012n2_on.jpg);width:180px;height:60px;}
.link011n100 a:hover{background:url(img/link011n100_on.jpg);width:180px;height:60px;}
.link012n100 a:hover{background:url(img/link012n100_on.jpg);width:180px;height:60px;}
.link013n100 a:hover{background:url(img/link013n100_on.jpg);width:180px;height:60px;}
.link014n100 a:hover{background:url(img/link014n100_on.jpg);width:180px;height:60px;}
.link015n100 a:hover{background:url(img/link015n100_on.jpg);width:180px;height:60px;}
.link011n106 a:hover{background:url(img/link011n106_on.jpg);width:180px;height:60px;}
.link012n106 a:hover{background:url(img/link012n106_on.jpg);width:180px;height:60px;}
.link013n106 a:hover{background:url(img/link013n106_on.jpg);width:180px;height:60px;}
.link014n106 a:hover{background:url(img/link014n106_on.jpg);width:180px;height:60px;}
.link015n106 a:hover{background:url(img/link015n106_on.jpg);width:180px;height:60px;}
.link011n102 a:hover{background:url(img/link011n102_on.jpg);width:180px;height:60px;}
.link012n102 a:hover{background:url(img/link012n102_on.jpg);width:180px;height:60px;}
.link013n102 a:hover{background:url(img/link013n102_on.jpg);width:180px;height:60px;}
.link014n102 a:hover{background:url(img/link014n102_on.jpg);width:180px;height:60px;}
.link015n102 a:hover{background:url(img/link015n102_on.jpg);width:180px;height:60px;}
.link011n111 a:hover{background:url(img/link011n111_on.jpg);width:180px;height:60px;}
.link012n111 a:hover{background:url(img/link012n111_on.jpg);width:180px;height:60px;}
.link013n111 a:hover{background:url(img/link013n111_on.jpg);width:180px;height:60px;}
.link014n111 a:hover{background:url(img/link014n111_on.jpg);width:180px;height:60px;}
.link015n111 a:hover{background:url(img/link015n111_on.jpg);width:180px;height:60px;}
.link011n1 a:hover{background:url(img/link011n1_on.jpg);width:180px;height:60px;}
.link012n1 a:hover{background:url(img/link012n1_on.jpg);width:180px;height:60px;}
.link013n1 a:hover{background:url(img/link013n1_on.jpg);width:180px;height:60px;}
.link014n1 a:hover{background:url(img/link014n1_on.jpg);width:180px;height:60px;}
.link015n1 a:hover{background:url(img/link015n1_on.jpg);width:180px;height:60px;}
.link011n120 a:hover{background:url(img/link011n120_on.jpg);width:180px;height:60px;}
.link012n120 a:hover{background:url(img/link012n120_on.jpg);width:180px;height:60px;}
.link013n120 a:hover{background:url(img/link013n120_on.jpg);width:180px;height:60px;}
.link014n120 a:hover{background:url(img/link014n120_on.jpg);width:180px;height:60px;}
.link015n120 a:hover{background:url(img/link015n120_on.jpg);width:180px;height:60px;}
.link011n104 a:hover{background:url(img/link011n104_on.jpg);width:180px;height:60px;}
.link012n104 a:hover{background:url(img/link012n104_on.jpg);width:180px;height:60px;}
.link013n104 a:hover{background:url(img/link013n104_on.jpg);width:180px;height:60px;}
.link014n104 a:hover{background:url(img/link014n104_on.jpg);width:180px;height:60px;}
.link015n104 a:hover{background:url(img/link015n104_on.jpg);width:180px;height:60px;}
.link011n107 a:hover{background:url(img/link011n107_on.jpg);width:180px;height:60px;}
.link012n107 a:hover{background:url(img/link012n107_on.jpg);width:180px;height:60px;}
.link013n107 a:hover{background:url(img/link013n107_on.jpg);width:180px;height:60px;}
.link014n107 a:hover{background:url(img/link014n107_on.jpg);width:180px;height:60px;}
.link015n107 a:hover{background:url(img/link015n107_on.jpg);width:180px;height:60px;}
.link011n116 a:hover{background:url(img/link011n116_on.jpg);width:180px;height:60px;}
.link012n116 a:hover{background:url(img/link012n116_on.jpg);width:180px;height:60px;}
.link013n116 a:hover{background:url(img/link013n116_on.jpg);width:180px;height:60px;}
.link014n116 a:hover{background:url(img/link014n116_on.jpg);width:180px;height:60px;}
.link015n116 a:hover{background:url(img/link015n116_on.jpg);width:180px;height:60px;}
.link011n112 a:hover{background:url(img/link011n112_on.jpg);width:180px;height:60px;}
.link012n112 a:hover{background:url(img/link012n112_on.jpg);width:180px;height:60px;}
.link013n112 a:hover{background:url(img/link013n112_on.jpg);width:180px;height:60px;}
.link014n112 a:hover{background:url(img/link014n112_on.jpg);width:180px;height:60px;}
.link015n112 a:hover{background:url(img/link015n112_on.jpg);width:180px;height:60px;}
.link011n117 a:hover{background:url(img/link011n117_on.jpg);width:180px;height:60px;}
.link012n117 a:hover{background:url(img/link012n117_on.jpg);width:180px;height:60px;}
.link013n117 a:hover{background:url(img/link013n117_on.jpg);width:180px;height:60px;}
.link014n117 a:hover{background:url(img/link014n117_on.jpg);width:180px;height:60px;}
.link015n117 a:hover{background:url(img/link015n117_on.jpg);width:180px;height:60px;}
.link011n114 a:hover{background:url(img/link011n114_on.jpg);width:180px;height:60px;}
.link012n114 a:hover{background:url(img/link012n114_on.jpg);width:180px;height:60px;}
.link013n114 a:hover{background:url(img/link013n114_on.jpg);width:180px;height:60px;}
.link014n114 a:hover{background:url(img/link014n114_on.jpg);width:180px;height:60px;}
.link015n114 a:hover{background:url(img/link015n114_on.jpg);width:180px;height:60px;}
.link011n105 a:hover{background:url(img/link011n105_on.jpg);width:180px;height:60px;}
.link012n105 a:hover{background:url(img/link012n105_on.jpg);width:180px;height:60px;}
.link013n105 a:hover{background:url(img/link013n105_on.jpg);width:180px;height:60px;}
.link014n105 a:hover{background:url(img/link014n105_on.jpg);width:180px;height:60px;}
.link015n105 a:hover{background:url(img/link015n105_on.jpg);width:180px;height:60px;}
.link011n103 a:hover{background:url(img/link011n103_on.jpg);width:180px;height:60px;}
.link012n103 a:hover{background:url(img/link012n103_on.jpg);width:180px;height:60px;}
.link013n103 a:hover{background:url(img/link013n103_on.jpg);width:180px;height:60px;}
.link014n103 a:hover{background:url(img/link014n103_on.jpg);width:180px;height:60px;}
.link015n103 a:hover{background:url(img/link015n103_on.jpg);width:180px;height:60px;}
.link011n121 a:hover{background:url(img/link011n121_on.jpg);width:180px;height:60px;}
.link012n121 a:hover{background:url(img/link012n121_on.jpg);width:180px;height:60px;}
.link013n121 a:hover{background:url(img/link013n121_on.jpg);width:180px;height:60px;}
.link014n121 a:hover{background:url(img/link014n121_on.jpg);width:180px;height:60px;}
.link015n121 a:hover{background:url(img/link015n121_on.jpg);width:180px;height:60px;}
.link021n3 a{background:url(img/link021n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link025n3 a{background:url(img/link025n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n2 a{background:url(img/link021n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n3 a:hover{background:url(img/link021n3_on.jpg);width:180px;height:60px;}
.link025n3 a:hover{background:url(img/link025n3_on.jpg);width:180px;height:60px;}
.link021n2 a:hover{background:url(img/link021n2_on.jpg);width:180px;height:60px;}
.link033n3 a{background:url(img/link033n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link034n3 a{background:url(img/link034n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link033n2 a{background:url(img/link033n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link033n3 a:hover{background:url(img/link033n3_on.jpg);width:180px;height:60px;}
.link034n3 a:hover{background:url(img/link034n3_on.jpg);width:180px;height:60px;}
.link033n2 a:hover{background:url(img/link033n2_on.jpg);width:180px;height:60px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:600px;height:60px;text-indent: -10000px;}

