﻿/* DEFAULT SETTING */
body{
	margin:10px;
	padding:0;
	background:#ffffff;
	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:#387ca9;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:750px;
	text-align:left;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ccc;
}

/* HOMEbtn */
#home{
	margin:0 0 1px 0;
}
#home a{
	line-height:1.0;
	font-size:12px;
	vertical-align:top;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
	border-bottom:3px solid #cccccc;
background:url(img/tel.jpg) no-repeat top right;
}
#logo{
	position:absolute;
	bottom:5px;
	left:10px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:300px;
	height:60px;
	margin:0;
}
#logo a{
	display:block;
	width:300px;
	height:60px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#669900;
	margin:10px 0 0 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 0 20px 0;
	padding:0;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
	width:180px;
	vertical-align:top;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	font-size:12px;
	line-height:1.0;
	margin:0;
	padding:3px 0 5px 15px;
	width:165px;
	color:#000000;
	text-decoration:none;
	background:url(img/mainmenu_off.gif) no-repeat left center #ffffff;
border-bottom: 1px #cccccc solid;
}
#mainmenu a:hover{
	background:url(img/mainmenu_off.gif) no-repeat left center #ffffff;
color:#768f3a;
}
#mainmenu .active{
	background:url(img/mainmenu_off.gif) no-repeat left center #ffffff;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding: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;
	padding:0 10px;
	text-decoration:underline;
	color:#387ca9;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	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:0;
	width:180px;
	vertical-align:top;
}
#childmenu a{
	display:block;
	padding:2px 0 2px 20px;
	width:160px;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #ccc;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
	color:#669900;
}
#childmenu .active{
	color:#333;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
}


/* CONTENTS */
#contents{
	margin:15px 15px 15px 10px;
	padding:0;
	background:url(img/bg_contents.gif) repeat-y left;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:520px;
	padding:0;
}
#main h2{
	font-size:140%;
	margin:0 0 30px 0;
	padding:15px 0 0 20px;
	color:#669900;
border-top: 1px #669900 solid;
border-bottom: 1px #669900 solid;
background:url(img/page_title.gif) no-repeat left center;
}
#main h2 span{
	display:block;
	font-size:50%;
	font-weight:normal;
	margin:0;
	padding:0 0 12px 0;
	color:#666666;
}
h3{
	font-size:120%;
	margin:0 0 10px 0;
	padding:3px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #669900;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:500px;
	margin:0 10px 30px 10px;
}


/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.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:0.8em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:20px 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#fff;
	border-top:0px solid #ccc;
	background:#669900;
}
#footermenu{
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* 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{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:500px;
	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 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.bbs_cnt{
}
.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;
}
#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;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:750px;
	height:150px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border-bottom:1px solid #ccc;
}
#topimage a{
	display:block;
	width:750px;
	height:150px;
}


/* TOPNEWS */
#top_news{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #98D06A;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:500px;
	margin:0 10px 20px 10px;
}
.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{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #98D06A;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.top_photo{
	font-size:0.8em;
	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{
	position:absolute;
	top:10px;
	right:15px;
}
#search .search{
	width:120px;
	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{
	font-size:0.8em;
	margin:0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
}
#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;
}


.m_top3{
margin-top: 3px;
}
.m_top5{
margin-top: 5px;
}
.m_top10{
margin-top: 10px;
}
.m_top15{
margin-top: 15px;
}
.m_top20{
margin-top: 20px;
}
.m_top30{
margin-top: 30px;
}
.m_top40{
margin-top: 40px;
}
.m_top50{
margin-top: 50px;
}
.m_top60{
margin-top: 60px;
}
.m_top70{
margin-top: 70px;
}
.m_top80{
margin-top: 80px;
}

.m_bottom5{
margin-bottom: 5px;
}
.m_bottom10{
margin-bottom: 10px;
}
.m_bottom15{
margin-bottom: 15px;
}
.m_bottom20{
margin-bottom: 20px;
}
.m_bottom30{
margin-bottom: 30px;
}

.p_top5{
padding-top: 5px;
}
.p_top10{
padding-top: 10px;
}
.p_top15{
padding-top: 15px;
}
.p_top20{
padding-top: 20px;
}
.p_top30{
padding-top: 30px;
}

.p_right5{
padding-right: 5px;
}
.p_right10{
padding-right: 10px;
}
.p_right15{
padding-right: 15px;
}

.p_left5{
padding-left: 5px;
}
.p_left10{
padding-left: 10px;
}
.p_left15{
padding-left: 15px;
}

.tensen{
border-bottom: 1px #999999 dashed;
}
.tensen_mt3{
border-bottom: 1px #999999 dashed;
margin-top: 3px;
}
.tensen_mt5{
border-bottom: 1px #999999 dashed;
margin-top: 5px;
}
.tensen_mt10{
border-bottom: 1px #999999 dashed;
margin-top: 10px;
}
.tensen_mt15{
border-bottom: 1px #999999 dashed;
margin-top: 15px;
}

.sikaku_p5{
border: 1px #999999 solid;
padding: 5px;
}
.sikaku_p10{
border: 1px #999999 solid;
padding: 10px;
}
.sikaku_p20{
border: 1px #999999 solid;
padding: 20px;
}
.tensen_sikaku_p5{
border: 1px #999999 dashed;
padding: 5px;
}
.tensen_sikaku_p10{
border: 1px #999999 dashed;
padding: 10px;
}
.tensen_sikaku_p20{
border: 1px #999999 dashed;
padding: 20px;
}

.plan_sikaku{
border: 1px #999999 dashed;
padding: 18px;
margin-top: 20px;
}
.plan_kome{
font-size: 80%;
}
.plan_text01{
border-bottom: 1px #999999 dashed;
padding-bottom: 20px;
margin-top: 5px;
}
.plan_text02{
font-size: 120%;
font-weight: bold;
border-left: 3px #ff6600 solid;
border-bottom: 1px #cccccc solid;
padding: 0px 0px 0px 5px; 
}
.plan_text03{
vertical-align: top;
padding: 3px 10px 0px 0px;
}
.plan_text04{
vertical-align: top;
padding: 5px 0px 0px 0px;
}
.plan_text05{
font-size: 130%;
font-weight: bold;
color: #ff6600;
border-bottom: 1px #ff9900 dashed;
background: url(img/plan_text_title.jpg) no-repeat left center;
padding: 3px 0px 0px 25px;
margin-top: 20px;
}

.sasatto_kinou01{
padding: 5px 20px 5px 0px;
vertical-align: top;
border-bottom: 1px #999999 dashed;
}
.sasatto_kinou02{
padding: 5px 0px 5px 0px;
border-bottom: 1px #999999 dashed;
}

.plan_tensen01{
border-bottom: 1px #999999 dashed;
padding: 5px 0px 5px 0px;
}
.plan_tensen02{
border-bottom: 1px #999999 dashed;
padding: 10px 0px 10px 0px;
}
.plan_sen01{
border-bottom: 1px #cccccc solid;
padding: 5px 0px 5px 0px;
}
.plan_sen02{
border-bottom: 1px #cccccc solid;
padding: 10px 0px 10px 0px;
}

.plan_waku01{
padding-right: 15px;
vertical-align: top;
}
.plan_waku02{
padding: 10px 15px 0px 0px;
vertical-align: top;
}
.plan_waku03{
padding-top: 10px;
vertical-align: top;
}

.sasatto_title{
font-weight: bold;
font-size: 120%;
border-left: 3px #ff6600 solid;
padding-left: 5px;
margin-top: 20px;
}

.ryoukin_hyou01{
font-weight: bold;
text-align: center;
background-color: #f2f2f2;
border-bottom: 2px #999999 solid;
}

.jirei_plan_sikaku{
border: 1px #999999 dashed;
padding: 10px 20px 10px 20px;
margin-top: 10px;
}
.jirei_plan_title{
border-left: 3px #ff6600 solid;
padding: 0px 0px 0px 5px;
}

.nagare_sikaku01{
border: 1px #999999 dashed;
padding: 10px;
}
.nagare_sikaku02{
border: 1px #999999 dashed;
padding: 10px;
margin-top: 10px;
}
.nagare_suuji{
border-left: 3px #ff6600 solid;
padding: 0px 0px 0px 5px;
}
.nagare_yajirusi{
text-align: center;
margin: 10px 0px 10px 0px;
}
.nagare_text01{
font-weight: bold;
border-bottom: 1px #999999 dashed;
padding: 0px;
margin-top: 10px;
}

.page_footer{
font-size: 85%;
color: #999999;
text-align: center;
line-height: 200%;
border-top: 1px #999999 dashed;
padding-top: 10px;
margin-top: 40px;
}
.page_footer_text01{
color: #000000;
line-height: 140%;
}

table{
border-collapse: collapse;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:520px;height:50px;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;}
.link012n2 a{background:url(img/link012n2_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;}
.link012n5 a{background:url(img/link012n5_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;}
.link012n1 a{background:url(img/link012n1_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;}
.link012n102 a{background:url(img/link012n102_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;}
.link012n4 a{background:url(img/link012n4_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;}
.link012n109 a{background:url(img/link012n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n110 a{background:url(img/link012n110_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;}
.link012n112 a{background:url(img/link012n112_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;}
.link012n105 a{background:url(img/link012n105_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;}
.link012n108 a{background:url(img/link012n108_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link012n107 a:hover{background:url(img/link012n107_on.jpg);width:180px;height:60px;}
.link012n2 a:hover{background:url(img/link012n2_on.jpg);width:180px;height:60px;}
.link012n104 a:hover{background:url(img/link012n104_on.jpg);width:180px;height:60px;}
.link012n5 a:hover{background:url(img/link012n5_on.jpg);width:180px;height:60px;}
.link012n100 a:hover{background:url(img/link012n100_on.jpg);width:180px;height:60px;}
.link012n1 a:hover{background:url(img/link012n1_on.jpg);width:180px;height:60px;}
.link012n3 a:hover{background:url(img/link012n3_on.jpg);width:180px;height:60px;}
.link012n102 a:hover{background:url(img/link012n102_on.jpg);width:180px;height:60px;}
.link012n101 a:hover{background:url(img/link012n101_on.jpg);width:180px;height:60px;}
.link012n4 a:hover{background:url(img/link012n4_on.jpg);width:180px;height:60px;}
.link012n114 a:hover{background:url(img/link012n114_on.jpg);width:180px;height:60px;}
.link012n109 a:hover{background:url(img/link012n109_on.jpg);width:180px;height:60px;}
.link012n110 a:hover{background:url(img/link012n110_on.jpg);width:180px;height:60px;}
.link012n111 a:hover{background:url(img/link012n111_on.jpg);width:180px;height:60px;}
.link012n112 a:hover{background:url(img/link012n112_on.jpg);width:180px;height:60px;}
.link012n103 a:hover{background:url(img/link012n103_on.jpg);width:180px;height:60px;}
.link012n105 a:hover{background:url(img/link012n105_on.jpg);width:180px;height:60px;}
.link012n106 a:hover{background:url(img/link012n106_on.jpg);width:180px;height:60px;}
.link012n108 a:hover{background:url(img/link012n108_on.jpg);width:180px;height:60px;}
.link031n107 a{background:url(img/link031n107_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n2 a{background:url(img/link031n2_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n104 a{background:url(img/link031n104_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n5 a{background:url(img/link031n5_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n100 a{background:url(img/link031n100_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n1 a{background:url(img/link031n1_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n3 a{background:url(img/link031n3_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n102 a{background:url(img/link031n102_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n101 a{background:url(img/link031n101_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n4 a{background:url(img/link031n4_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n114 a{background:url(img/link031n114_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n109 a{background:url(img/link031n109_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n110 a{background:url(img/link031n110_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n111 a{background:url(img/link031n111_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n112 a{background:url(img/link031n112_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n103 a{background:url(img/link031n103_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n105 a{background:url(img/link031n105_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n106 a{background:url(img/link031n106_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n108 a{background:url(img/link031n108_off.jpg);margin: 0 0 5px 0;width:180px;height:60px;display:block;text-indent: -10000px;}
.link031n107 a:hover{background:url(img/link031n107_on.jpg);width:180px;height:60px;}
.link031n2 a:hover{background:url(img/link031n2_on.jpg);width:180px;height:60px;}
.link031n104 a:hover{background:url(img/link031n104_on.jpg);width:180px;height:60px;}
.link031n5 a:hover{background:url(img/link031n5_on.jpg);width:180px;height:60px;}
.link031n100 a:hover{background:url(img/link031n100_on.jpg);width:180px;height:60px;}
.link031n1 a:hover{background:url(img/link031n1_on.jpg);width:180px;height:60px;}
.link031n3 a:hover{background:url(img/link031n3_on.jpg);width:180px;height:60px;}
.link031n102 a:hover{background:url(img/link031n102_on.jpg);width:180px;height:60px;}
.link031n101 a:hover{background:url(img/link031n101_on.jpg);width:180px;height:60px;}
.link031n4 a:hover{background:url(img/link031n4_on.jpg);width:180px;height:60px;}
.link031n114 a:hover{background:url(img/link031n114_on.jpg);width:180px;height:60px;}
.link031n109 a:hover{background:url(img/link031n109_on.jpg);width:180px;height:60px;}
.link031n110 a:hover{background:url(img/link031n110_on.jpg);width:180px;height:60px;}
.link031n111 a:hover{background:url(img/link031n111_on.jpg);width:180px;height:60px;}
.link031n112 a:hover{background:url(img/link031n112_on.jpg);width:180px;height:60px;}
.link031n103 a:hover{background:url(img/link031n103_on.jpg);width:180px;height:60px;}
.link031n105 a:hover{background:url(img/link031n105_on.jpg);width:180px;height:60px;}
.link031n106 a:hover{background:url(img/link031n106_on.jpg);width:180px;height:60px;}
.link031n108 a:hover{background:url(img/link031n108_on.jpg);width:180px;height:60px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:520px;height:50px;text-indent: -10000px;}

