/* DEFAULT SETTING */
body{
	margin:0;
	padding:0;
	/*background:#fff;*/
	font-size:80%;
	text-align:left;
	line-height:1.4;
	color:#666;
	font-family:verdana,'MS UI Gothic',sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#5E9BB3;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:770px;
	text-align:left;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(img/bg_layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* HOMEbtn */
#home{
	float:left;
	/*border-right:1px solid #ccc;*/
	margin: 0px;
	padding: 0px;
}
#home a{
	font-weight:bold;
	line-height:1.0;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:65px;
	/*border-top:3px solid #ccc;*/
	background-image: url(img/bg_head.jpg);
	background-position: top;
}
#logo{
	position:absolute;
	top:11px;
	left:24px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:300px;
	height:40px;
	margin:0;
}
#logo a{
	display:block;
	width:300px;
	height:40px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}



/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0;
	/*border-bottom:2px solid #ccc;*/
	font-size: 10px;
	background-image: url(img/mainmenu_li.jpg);
	height: 25px;
	background-position: bottom;
	/*text-align: center;*/
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	line-height:1.0;
	list-style-type:none;
/*	background-image: url(img/mainmenu_li.jpg);
	background-position: bottom;*/
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	float:left;
	margin:0px;
	color:#003366;
	text-decoration:none;
	text-align:center;
	/*background:#555;
	vertical-align:middle;*/
	height: 15px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image: url(img/mainmenu_li.jpg);
	background-position: bottom;*/
}
#mainmenu a:hover{
	color:#CC0000;
	/*background-image: url(img/mainmenu_li.jpg);
	background-position: bottom;*/
}
#mainmenu .active{
	color:#003366;
	/*background-image: url(img/mainmenu_li.jpg);
	background-position: bottom;*/
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:30px;
	bottom:16px;
	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:#5E9BB3;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 10px 0;
	padding:0;
	line-height:1.0;
	color:#5E9BB3;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	padding:0;
	width:180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
#childmenu a{
	display:block;
	text-decoration:none;
	color:#666;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #F3F3F3;
	background-image: url(img/bg_childmenu_off.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}
#childmenu a:hover{
	color:#333;
	background-image: url(img/bg_childmenu_on.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#childmenu .active{
	color:#333;
	background-image: url(img/bg_childmenu_active.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 10px 0;
	padding:0;
	font-size:0.8em;
}


/* CONTENTS */
#contents{
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(img/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* MAINCONTENTS */
#main{
	float:left;
	width:530px;
	padding:0;
	margin-left: 10px;
}
#main h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle.jpg) no-repeat;
	height:40px;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	color:#003399;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h3{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	font-weight:bold;
	background:#f7f7f7;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #A9B4BE;
}

/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:520px;
	margin:0 10px 30px 10px;
}


/* SIDEBAR */
#side{
	float:right;
	width:180px;
	line-height:1.2;
	margin: 0;
	padding-right: 15px;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#5E9BB3;
}
.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{
}
.link011n1 a {
    text-indent: -5000px;
	}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#003366;
	border-top:1px solid #ccc;
	background-color: #99CCFF;
}
#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{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
.blog_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	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;
	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:200px;
	background-repeat:no-repeat;
	/*text-indent:-10000px;*/
	border-bottom:1px solid #ccc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topimage a{
	display:block;
	/*width:750px;
	height:200px;*/
	text-indent:-10000px;
}


/* TOPNEWS */
#top_news{
	font-size:1.0em;
	font-weight:bold;
	border:none;
	margin:0 0 10px 0;
	padding:0 0 0 6px;
	border-left:3px solid #5E9BB3;
	background:#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:1.0em;
	font-weight:bold;
	border:none;
	margin:0 0 10px 0;
	padding:0 0 0 6px;
	border-left:3px solid #5E9BB3;
	background:#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:20px;
}
#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{
	background:url(img/bg_pickup_head.gif) no-repeat;
	padding:5px 0 5px 8px;
	margin:0;
	color:#fff;
	border:none
}
.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;
}




/*=========================================================
トップページ用teradaオリジナル */

#headbn {
	padding-top: 5px;
	text-align: center
}
#headbn ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headbn li {
	margin: 0px;
	padding: 0px;
	display: inline;
	vertical-align: top;
	float: left;
	font-size: 12px;
}
#headbn li a {
    color: #CC0000;
	text-decoration: none;
}
#headbn li a:hover {
    color: #CC0000;
	text-decoration: underline;
}
/*　回り込み　*/
#headbn:after {content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#headbn {display:inline-table;}
#headbn {height:1%;}
#headbn {display:block}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}
.link031n111 a{background:url(img/link031n111_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n112 a{background:url(img/link031n112_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n102 a{background:url(img/link031n102_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n1 a{background:url(img/link031n1_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n101 a{background:url(img/link031n101_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n115 a{background:url(img/link031n115_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n117 a{background:url(img/link031n117_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n3 a{background:url(img/link031n3_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n103 a{background:url(img/link031n103_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n121 a{background:url(img/link031n121_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n5 a{background:url(img/link031n5_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n105 a{background:url(img/link031n105_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n2 a{background:url(img/link031n2_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n119 a{background:url(img/link031n119_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n107 a{background:url(img/link031n107_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n108 a{background:url(img/link031n108_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n109 a{background:url(img/link031n109_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n106 a{background:url(img/link031n106_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n104 a{background:url(img/link031n104_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n116 a{background:url(img/link031n116_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n120 a{background:url(img/link031n120_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n114 a{background:url(img/link031n114_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n4 a{background:url(img/link031n4_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n110 a{background:url(img/link031n110_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n113 a{background:url(img/link031n113_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n118 a{background:url(img/link031n118_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n100 a{background:url(img/link031n100_off.jpg);margin: 0 0 5px 0;width:180px;height:74px;display:block;text-indent: -10000px;}
.link031n111 a:hover{background:url(img/link031n111_on.jpg);width:180px;height:74px;}
.link031n112 a:hover{background:url(img/link031n112_on.jpg);width:180px;height:74px;}
.link031n102 a:hover{background:url(img/link031n102_on.jpg);width:180px;height:74px;}
.link031n1 a:hover{background:url(img/link031n1_on.jpg);width:180px;height:74px;}
.link031n101 a:hover{background:url(img/link031n101_on.jpg);width:180px;height:74px;}
.link031n115 a:hover{background:url(img/link031n115_on.jpg);width:180px;height:74px;}
.link031n117 a:hover{background:url(img/link031n117_on.jpg);width:180px;height:74px;}
.link031n3 a:hover{background:url(img/link031n3_on.jpg);width:180px;height:74px;}
.link031n103 a:hover{background:url(img/link031n103_on.jpg);width:180px;height:74px;}
.link031n121 a:hover{background:url(img/link031n121_on.jpg);width:180px;height:74px;}
.link031n5 a:hover{background:url(img/link031n5_on.jpg);width:180px;height:74px;}
.link031n105 a:hover{background:url(img/link031n105_on.jpg);width:180px;height:74px;}
.link031n2 a:hover{background:url(img/link031n2_on.jpg);width:180px;height:74px;}
.link031n119 a:hover{background:url(img/link031n119_on.jpg);width:180px;height:74px;}
.link031n107 a:hover{background:url(img/link031n107_on.jpg);width:180px;height:74px;}
.link031n108 a:hover{background:url(img/link031n108_on.jpg);width:180px;height:74px;}
.link031n109 a:hover{background:url(img/link031n109_on.jpg);width:180px;height:74px;}
.link031n106 a:hover{background:url(img/link031n106_on.jpg);width:180px;height:74px;}
.link031n104 a:hover{background:url(img/link031n104_on.jpg);width:180px;height:74px;}
.link031n116 a:hover{background:url(img/link031n116_on.jpg);width:180px;height:74px;}
.link031n120 a:hover{background:url(img/link031n120_on.jpg);width:180px;height:74px;}
.link031n114 a:hover{background:url(img/link031n114_on.jpg);width:180px;height:74px;}
.link031n4 a:hover{background:url(img/link031n4_on.jpg);width:180px;height:74px;}
.link031n110 a:hover{background:url(img/link031n110_on.jpg);width:180px;height:74px;}
.link031n113 a:hover{background:url(img/link031n113_on.jpg);width:180px;height:74px;}
.link031n118 a:hover{background:url(img/link031n118_on.jpg);width:180px;height:74px;}
.link031n100 a:hover{background:url(img/link031n100_on.jpg);width:180px;height:74px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:530px;height:40px;text-indent: -10000px;}

