﻿/*************************  基本設定 */
body{
margin:0;
padding:0;
font-size:80%;
text-align:center;
line-height:1.5;
color:#444;
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;
}

/*************************  テキスト装飾 */
a{color:#0066cc;}
a:hover{color:#000;}
.small{font-size:1em;}
.error{color:#ff0000;}

/*************************  レイアウト */
#layout{
width:900px;
text-align:left;
margin:auto;
padding:auto;
}
#imagearea{
height:100px;
position:relative;
}
#logoarea{
position:absolute;
left:0;
top:0;
width:220px;
height:80px;
z-index:0;
background:url(img/bg_logoarea.jpg) no-repeat bottom;
}
#naviarea{
position:relative;
height:45px;
background:url(img/bg_naviarea.jpg) no-repeat;
}
#sidehead{
position:absolute;
left:0;
bottom:0;
z-index:0;
}

/*************************  ヘッダ */
#header{
position:relative;
margin:0;
padding:0;
height:35px;
background:url(img/bg_header.jpg) no-repeat;
}
#header h1{
font-size:0.8em;
font-weight:normal;
color:#ccc;
margin:0;
padding:6px 0 0 250px;
}


/*************************  ロゴ */
#logo{
background:url(img/bg_logo.jpg) no-repeat;
width:200px;
height:60px;
position:absolute;
bottom:10px;
left:10px;
}
#logo a{
display:block;
width:200px;
height:60px;
text-decoration:none;
overflow:hidden;
color:#333;
font-weight:bold;
text-align:center;
}

/*************************  HOMEボタン */
/*HTMLのメインメニュー内コメントアウトを外すと有効*/
#homebtn{
float:left;
}

/*************************  メインメニュー */
#mainmenu{
position:absolute;
right:0;
height:45px;
margin:0 0 30px 0;
line-height:1.4;
font-size:12px;
}
#mainmenu ul{
margin:0;
padding:0;
height:45px;
}
#mainmenu li{
float:left;
margin:0;
padding:0;
list-style-type:none;
}
#mainmenu a{
display:block;
text-decoration:none;
text-align:center;
padding:0 20px;
margin:13px 0 0 0;
color:#fff;
line-height:20px;
border-right:1px solid #5D7E9F;
}
#mainmenu a span{
display:none;
}
#mainmenu a:hover,#mainmenu .active{
text-decoration:underline;
}

/*************************  サブメニュー */
#submenu{
position:absolute;
right:0;
top:10px;
margin:0;
font-size:10px;
line-height:1.2;
}
#submenu ul{
margin:0;
padding:0;
}
#submenu li{
margin:0 0 0 10px;
padding:0;
float:left;
list-style-type:none;
}
#submenu a{
display:block;
padding:0 0 0 10px;
color:#ccc;
text-decoration:none;
background:url(img/bg_submenu_off.gif) no-repeat left center;
}
#submenu a:hover{
color:#fff;
text-decoration:underline;
}

/*************************  子階層メニュー */
#childmenu{
margin:0 0 20px 0;
padding:0px;
}
#childmenu ul{
margin:0;
padding:0;
list-style:none;
}
#childmenu li{
margin:0;
padding:0px;
width:180px;
border-bottom:1px dotted #ccc;
}
#childmenu a{
display:block;
font-size:10px;
line-height:20px;
padding:0 0 0 16px;
text-decoration:none;
background:url(img/bg_childmenu_off.gif) no-repeat left center;
color:#666;
}
#childmenu a:hover{
color:#000;
}
#childmenu .active{
color:#000;
}

/*************************  パンくずリスト */
#pagenavi{
font-size:0.8em;
margin:0 0 30px 0;
color:#666;
}
#pagenavi a{
color:#666;
}

/*************************  メイン＆サイドコンテンツ領域 */
#contents{
margin:0;
padding:20px 0 0 20px;
background:url(img/bg_contents.jpg) repeat-y;
}

/*************************  メインコンテンツ */
#main{
float:right;
width:650px;
}
h2{
position:absolute;
left:250px;
bottom:20px;
margin:0;
padding:0;
}
h2#pagetitle{
font-size:1.4em;
font-weight:normal;
line-height:1.2;
color:#fff;
background:url(img/bg_pagetitle.jpg) no-repeat bottom;
}
h2#pagetitle span{
font-size:10px;
font-weight:normal;
line-height:1.0;
padding:0 0 0 10px;
margin:0;
color:#999;
}
h3{
font-size:1em;
margin:0 0 10px 0;
padding:0 10px;
font-weight:bold;
line-height:36px;
background:url(img/bg_h3.gif) no-repeat;
color:#333;
clear:both;
}

/*************************  メインコンテンツ入力領域 */
.page_contents{
overflow:hidden;
width:650px;
margin:0 0 30px 0;
}


/*************************  サイドバー */
#side{
width:180px;
float:left;
line-height:1.2;
margin:0 0 20px 0;
}

#side h4{
font-size:0.8em;
line-height:30px;
margin:0 0 10px 0;
color:#333;
font-weight:bold;
border-bottom:1px solid #ddd;
}

#side .sidebox,
#side .sidebox01,
#side .sidebox02{
width:180px;
margin:0 0 15px 0;
padding:0;
overflow:hidden;
}

.sidebox01 ul{
margin:0 0 0 5px;
padding:0;
font-size:0.8em;
color:#666;
list-style:none;
}
.sidebox01 li{
margin:0 0 5px 0;
padding:0 0 0 12px;
background:url(img/icon_list.gif) no-repeat left center;
}
.sidebox01 li a{
color:#666;
}
.sidebox01 li a:hover{
color:#000;
}

/*************************  ページ最上部移動 */
#pagetop{
clear:both;
text-align:right;
height:17px;
}

/*************************  フッター */
#footer{
text-align:center;
font-size:0.8em;
color:#ccc;
background:url(img/bg_footer.jpg) repeat-x #333;
}
#footer .layout{
width:900px;
text-align:center;
margin:auto;
padding:30px 0;
background:url(img/bg_footer_head.jpg) no-repeat left top;
}
#footer a{
color:#ccc;
}


/************************* フッターメニュー */
#footermenu{
margin:0 0 10px 0;
font-weight:normal;
}
#footermenu ul{
margin:0;
padding:0;
list-style-type:none;
}
#footermenu li{
margin:0 10px 0 0;
display:inline;
}
#footermenu a{
padding:0;
text-decoration:underline;
color:#ccc;
}
#footermenu a:hover{
color:#fff;
text-decoration:none;
}
#copyright{
}

/*************************  ページ移動リンク */
.page_move{
text-align:center;
margin:5px 0;
}

/*************************  テーブルセル */
.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;
}

/*************************  プロフィールページ */
#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:648px;
height:300px;
border:1px solid #ccc;
margin:0;
}

/*************************  フォームページ */
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{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.blog_title{
margin:0;
padding:0 10px;
line-height:30px;
font-weight:bold;
border:none;
background:#eee;
color:#333;
}
.blog_cnt{
}
.blog_date{
margin:0 0 10px 0;
padding:3px 10px;
color:#666;
font-size:0.8em;
background:#f7f7f7;
}
.blog_body{
overflow:hidden;
width:630px;
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{
border:1px solid #ccc;
padding:0px;
margin:0 0 20px 0;
position:relative;
}
.bbs_title{
margin:0;
padding:0 10px;
line-height:30px;
font-weight:bold;
border:none;
background:#eee;
color:#333;
}
.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;
}

/*************************  コメント＆TB投稿 */
.post{
border:none;
background:#f1f1f1;
color:#666;
font-size:1em;
padding:2px 5px;
line-height:1.2;
}
.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;
}

/*************************  カレンダー */
#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;
color:#333;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#666;}
.cal_sat{color:#006699;}


/*************************  検索窓＆検索結果ページ */
#search{
position:absolute;
top:12px;
left:40px;
} 
#search .search{
width:130px;
height:14px;
font-size:1em;
border:1px solid #ccc;
background:#fff;
color:#000;
}
.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{
position:relative;
width:180px;
height:200px;
}
#crawler h4{
padding:5px 0 5px 8px;
margin:0;
color:#333;
border:1px solid #ccc;
background-image:none;
background-color:#eee;
line-height:1.0;
}
.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{
font-size:0.8em;
text-align:center;
color:#666;
}

/*************************  QRコード */
#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:-10000px;
overflow:hidden;
}

/*************************  RSSフィードボタン */
#rss{
position:absolute;
top:13px;
left:10px;
} 


/*************************　RSSフィードパーツ用 */

/*************************  RSS NEWS */
/*タイトル*/
#rss_news{
}
/*コンテンツ領域*/
.rss_news_contents{
overflow:hidden;
width:650px;
margin:0 0 20px 0;
}
/*日付部分*/
.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{
}
/*コンテンツ領域*/
.rss_photo_contents{
margin:0 0 20px 0;
}
/*td設定*/
.rss_photo_td{
font-size:0.8em;
text-align:center;
padding:0 0 10px 0;
}


/************************* RSS SITE */
/*タイトル*/
#rss_site{
}
/*コンテンツ領域*/
.rss_site_contents{
margin:0 0 20px 0;
}
/*td設定*/
.rss_site_td{
padding: 5px 15px 5px 0;
border-bottom:1px dotted #ddd;
}


/************************* RSS SEARCH */
/*td設定*/
.rss_search_td{
padding: 5px 15px 5px 0;
border-bottom:1px dotted #ddd;
}


/*************************  PHOTO＆THUMBNAIL */

/*共通設定*/
.rss_thumb{
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #ccc;
background-color:#eee;
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:650px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title156 {background:url(img/title156.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title155 {background:url(img/title155.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title154 {background:url(img/title154.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title153 {background:url(img/title153.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title152 {background:url(img/title152.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title151 {background:url(img/title151.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title150 {background:url(img/title150.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title148 {background:url(img/title148.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title146 {background:url(img/title146.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title145 {background:url(img/title145.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title144 {background:url(img/title144.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title143 {background:url(img/title143.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title142 {background:url(img/title142.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title141 {background:url(img/title141.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title140 {background:url(img/title140.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:650px;height:50px;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;}
.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;}
.link012n141 a{background:url(img/link012n141_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n141 a{background:url(img/link013n141_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n141 a{background:url(img/link014n141_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;}
.link012n142 a{background:url(img/link012n142_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n142 a{background:url(img/link013n142_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n142 a{background:url(img/link014n142_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n3 a{background:url(img/link011n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;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;}
.link013n3 a{background:url(img/link013n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n3 a{background:url(img/link014n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n2 a{background:url(img/link011n2_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;}
.link013n2 a{background:url(img/link013n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n2 a{background:url(img/link014n2_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;}
.link011n4 a{background:url(img/link011n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n4 a{background:url(img/link012n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n4 a{background:url(img/link013n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n4 a{background:url(img/link014n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n101 a{background:url(img/link011n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n101 a{background:url(img/link012n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n101 a{background:url(img/link013n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n101 a{background:url(img/link014n101_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;}
.link011n124 a{background:url(img/link011n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n124 a{background:url(img/link012n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n124 a{background:url(img/link013n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n124 a{background:url(img/link014n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link011n5 a{background:url(img/link011n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n5 a{background:url(img/link012n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n5 a{background:url(img/link013n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n5 a{background:url(img/link014n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n109 a{background:url(img/link012n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link013n109 a{background:url(img/link013n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link014n109 a{background:url(img/link014n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.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;}
.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;}
.link012n141 a:hover{background:url(img/link012n141_on.jpg);width:180px;height:60px;}
.link013n141 a:hover{background:url(img/link013n141_on.jpg);width:180px;height:60px;}
.link014n141 a:hover{background:url(img/link014n141_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;}
.link012n142 a:hover{background:url(img/link012n142_on.jpg);width:180px;height:60px;}
.link013n142 a:hover{background:url(img/link013n142_on.jpg);width:180px;height:60px;}
.link014n142 a:hover{background:url(img/link014n142_on.jpg);width:180px;height:60px;}
.link011n3 a:hover{background:url(img/link011n3_on.jpg);width:180px;height:60px;}
.link012n3 a:hover{background:url(img/link012n3_on.jpg);width:180px;height:60px;}
.link013n3 a:hover{background:url(img/link013n3_on.jpg);width:180px;height:60px;}
.link014n3 a:hover{background:url(img/link014n3_on.jpg);width:180px;height:60px;}
.link011n2 a:hover{background:url(img/link011n2_on.jpg);width:180px;height:60px;}
.link012n2 a:hover{background:url(img/link012n2_on.jpg);width:180px;height:60px;}
.link013n2 a:hover{background:url(img/link013n2_on.jpg);width:180px;height:60px;}
.link014n2 a:hover{background:url(img/link014n2_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;}
.link011n4 a:hover{background:url(img/link011n4_on.jpg);width:180px;height:60px;}
.link012n4 a:hover{background:url(img/link012n4_on.jpg);width:180px;height:60px;}
.link013n4 a:hover{background:url(img/link013n4_on.jpg);width:180px;height:60px;}
.link014n4 a:hover{background:url(img/link014n4_on.jpg);width:180px;height:60px;}
.link011n101 a:hover{background:url(img/link011n101_on.jpg);width:180px;height:60px;}
.link012n101 a:hover{background:url(img/link012n101_on.jpg);width:180px;height:60px;}
.link013n101 a:hover{background:url(img/link013n101_on.jpg);width:180px;height:60px;}
.link014n101 a:hover{background:url(img/link014n101_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;}
.link011n124 a:hover{background:url(img/link011n124_on.jpg);width:180px;height:60px;}
.link012n124 a:hover{background:url(img/link012n124_on.jpg);width:180px;height:60px;}
.link013n124 a:hover{background:url(img/link013n124_on.jpg);width:180px;height:60px;}
.link014n124 a:hover{background:url(img/link014n124_on.jpg);width:180px;height:60px;}
.link011n5 a:hover{background:url(img/link011n5_on.jpg);width:180px;height:60px;}
.link012n5 a:hover{background:url(img/link012n5_on.jpg);width:180px;height:60px;}
.link013n5 a:hover{background:url(img/link013n5_on.jpg);width:180px;height:60px;}
.link014n5 a:hover{background:url(img/link014n5_on.jpg);width:180px;height:60px;}
.link012n109 a:hover{background:url(img/link012n109_on.jpg);width:180px;height:60px;}
.link013n109 a:hover{background:url(img/link013n109_on.jpg);width:180px;height:60px;}
.link014n109 a:hover{background:url(img/link014n109_on.jpg);width:180px;height:60px;}
.link021n1 a{background:url(img/link021n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n141 a{background:url(img/link021n141_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n142 a{background:url(img/link021n142_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n109 a{background:url(img/link021n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link021n1 a:hover{background:url(img/link021n1_on.jpg);width:180px;height:60px;}
.link021n141 a:hover{background:url(img/link021n141_on.jpg);width:180px;height:60px;}
.link021n142 a:hover{background:url(img/link021n142_on.jpg);width:180px;height:60px;}
.link021n109 a:hover{background:url(img/link021n109_on.jpg);width:180px;height:60px;}
.link035n1 a{background:url(img/link035n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n100 a{background:url(img/link035n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n141 a{background:url(img/link035n141_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n120 a{background:url(img/link035n120_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n142 a{background:url(img/link035n142_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n3 a{background:url(img/link035n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n2 a{background:url(img/link035n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n106 a{background:url(img/link035n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n4 a{background:url(img/link035n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n101 a{background:url(img/link035n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n103 a{background:url(img/link035n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n124 a{background:url(img/link035n124_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n5 a{background:url(img/link035n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n109 a{background:url(img/link035n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link035n1 a:hover{background:url(img/link035n1_on.jpg);width:180px;height:60px;}
.link035n100 a:hover{background:url(img/link035n100_on.jpg);width:180px;height:60px;}
.link035n141 a:hover{background:url(img/link035n141_on.jpg);width:180px;height:60px;}
.link035n120 a:hover{background:url(img/link035n120_on.jpg);width:180px;height:60px;}
.link035n142 a:hover{background:url(img/link035n142_on.jpg);width:180px;height:60px;}
.link035n3 a:hover{background:url(img/link035n3_on.jpg);width:180px;height:60px;}
.link035n2 a:hover{background:url(img/link035n2_on.jpg);width:180px;height:60px;}
.link035n106 a:hover{background:url(img/link035n106_on.jpg);width:180px;height:60px;}
.link035n4 a:hover{background:url(img/link035n4_on.jpg);width:180px;height:60px;}
.link035n101 a:hover{background:url(img/link035n101_on.jpg);width:180px;height:60px;}
.link035n103 a:hover{background:url(img/link035n103_on.jpg);width:180px;height:60px;}
.link035n124 a:hover{background:url(img/link035n124_on.jpg);width:180px;height:60px;}
.link035n5 a:hover{background:url(img/link035n5_on.jpg);width:180px;height:60px;}
.link035n109 a:hover{background:url(img/link035n109_on.jpg);width:180px;height:60px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:650px;height:50px;text-indent: -10000px;}

