﻿/* DEFAULT SETTING */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/**/

body{
	margin:0;
	padding:0;
	background:#fff;
	font-size:80%;
	text-align:center;
	line-height:1.6;
	color:#333;
	font-family:'メイリオ','ＭＳ Ｐゴシック',verdana,sans-serif;
	background:url(img/bg_body.jpg) repeat-x;
}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#333;}
a:hover{color:#993333;}
.small{font-size:1em; color:#666;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:940px;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
}
#logo{
	position:absolute;
	top:30px;
	left:0px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:280px;
	height:50px;
	margin:0;
	line-height:1.2;
}
#logo a{
	display:block;
	width:280px;
	height:50px;
	text-decoration:none;
}
#logo h1{
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	margin:10px 0 0 0;
	padding:0;
}
#logo p{
	font-size:0.9em;
	color:#666;
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
font-size:12px;
color:#999;
position:absolute;
top:44px;
left:284px;
font-family:'ＭＳ Ｐゴシック',verdana,sans-serif;
}


/* MAINMENU */
#mainmenu{
	margin: 0;
	padding:0;
	height:40px;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
#mainmenu li span{
	display:none;
}
#mainmenu a{
	display:block;
	font-size:12px;
	color:#6E6151;
	margin:0;
	padding:10px 20px;
	text-decoration:none;

}
#mainmenu a:hover,#mainmenu .active{
	background:url(img/mainmenu_on.jpg) repeat-x #3D3227;
	color:#fff;
}

#mainmenu_bottom{
	height:26px;
}


/* SUBMENU */
#submenu{
	position:absolute;
	bottom:18px;
	right:0px;
	margin:0;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 5px;
	border-right:1px solid #836750;
	color:#836750;
	font-size:10px;
}
#submenu a:hover{
	color:#333;
}



/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0;
width:210px;
display:none;
}

#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0px;
	width:210px;
	font-size:11px;
	border-bottom:1px dotted #786F61;
}
#childmenu a{
	display:block;
	line-height:20px;
	padding:0 0 0 26px;
	text-decoration:none;
	color:#D7D3CE;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover,#childmenu .active{
	color:#333;
}



/* PAGENAVI */
#pagenavi{
	font-size:10px;
	margin:3px 0;
padding:0;
	color:#7B6B5E;
}
#pagenavi a{
	color:#7B6B5E;
}

/* CONTENTS */
#contents{
	margin:0;
	padding:0;
}
#contents_inner{

}

/* MAINCONTENTS */
#main{
	float:left;
	width:640px;
}

h2{
	margin:20px 0 10px 0;
	padding:0;
}
h2 span{
}
h3.tit{
padding:0;
margin:0 0 16px 0;
}
#main h4{
	font-size:1em;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
}

/* PAGECONTENTS */
.page_contents{

	width:640px;
	margin:0 0 30px 0;
}


/* SIDEBAR */
#side{
	float:right;
	width:280px;
	margin:0 0 0 10px;
	padding:20px 0 0 0;
	line-height:1.2;
}


#side h4{
	font-size:1em;
	line-height:20px;
	margin:0 0 15px 0;
	padding:0 6px;
	color:#fff;
	font-weight:bold;
	background:#6E6151;
}

#side .sidebox,
#side .sidebox01,
#side .sidebox02{
	width:280px;
	margin:0 0 15px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul{
	margin:0 0 0 5px;
	padding:0;
	font-size:14px;
	color:#C8C4BB;
	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;
}

#side .sidebox_free{
	color:#4e4e4e;
	width:280px;
	margin:0 0 5px 0;
	padding:0;
	overflow:hidden;
}

/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	padding:20px 0;
}
#pagetop a{
}

/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px 0 30px 0;
	background:url(img/bg_footer.jpg) repeat-x #3F3328;
color:#fff;
}

#footer a{
color:#fff;
}
#footermenu{
	padding:10px 0;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 10px 0 0;
	display:inline;
}
#footermenu a{
	text-decoration:underline;
	color:#AF9B83;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #D9CCC1;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #D9CCC1;
	vertical-align:top;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #D9CCC1;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:578px;
	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:20px 0 20px 0;
	position:relative;
	border:1px solid #D9CCC1;
	background:#fff;
}
.blog_title{
	background:#EDE7E2;
	padding:3px 10px;
font-size:15px;
font-weight:bold;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 10px 0;
	padding:3px 10px;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:612px;
	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;
	font-size:11px;
	width:48%;
	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;
	font-size:11px;
	width:48%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
	border:1px solid #D9CCC1;
	background:#fff;
}
.bbs_title{
	background:#EDE7E2;
	background-image:none;
	padding:3px 10px;
}
.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 #D9CCC1;
	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:#ddd;
	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 #D9CCC1;
	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 #D9CCC1;
	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:860px;
	height:200px;
	margin:0;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
#topimage a{
	display:block;
	width:860px;
	height:200px;
}


/* TOPNEWS */
#top_news{
background:url(img/bg_topnews.jpg) no-repeat;
width:640px;
height:25px;
text-indent:-10000px;
}

.news_contents a {
text-decoration: none;
}

.news_contents a:hover {
color:#993333; text-decoration:underline;
}

.news_contents{
	overflow:hidden;
	width:449px;
	margin:0 0 30px 0;
float:left;
}
.topnews_date{
	width:65px;
font-size:10px;
	color:#666;
	padding:6px 0 4px 16px;
	border-bottom:1px dotted #D9CCC1;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 9px;
}
.topnews_body{
	overflow:hidden;
	padding:4px 0 4px 0;
	border-bottom:1px dotted #D9CCC1;
	vertical-align:top;
font-size:12px;
}


/* 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: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:#fff;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	width:180px;
	right:20px;
	top:10px;
	text-align:right;
} 
#search .search{
	width:130px;
	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{
	padding:5px 0 5px 8px;
	margin:0;
	color:#333;
	border:1px solid #D9CCC1;
	background-image:none;
	background-color:#D9CCC1;
	line-height:1.0;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #D9CCC1;
	border-top:none;
	background:#EDE7E2;
}
#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:-10000px;
	overflow:hidden;
}

.subtit {
color:#35976C;
font-size:16px;
font-weight:bold;
border-bottom: 1px dashed green;
width:100%;
margin:0 0 14px 0;
}

.meritTit{
font-size:16px;
	font-weight: bold;
	color: #000;
	padding:8px 0 8px 6px;
	background-color: #EFEFEF;
	margin-bottom:10px;
}

dl dt {
	font-weight: bold;
	color: #007b43;
	border-bottom:1px solid #FFF;
	cursor:pointer;
padding:0 0 12px 0;
}

dl#meritDL dt {
	font-weight: bold;
	color: #000;
	cursor:pointer;
	padding:8px 0 8px 6px;
	background-color: #EFEFEF;
	margin-bottom:10px;
}

dl dd {
	border:1px solid #AFAFAF;
margin:0 10px 24px 10px;
padding:20px;
}

.house-std {
margin:10px 30px 0 0;
padding:20px;
background:#F7FFCF;
border:1px solid #c7dc68;
}

/* side box */
.m_box {
position:relative;
background:url(img/bg_mbox.jpg) no-repeat;
width:280px;
height:102px;
padding:6px;
margin:0 0 0px 0;
//font-family:'ＭＳ Ｐゴシック',verdana,sans-serif;
}

.b_box {
position:relative;
background:url(img/bg_bbox.jpg) no-repeat;
width:280px;
height:102px;
padding:6px;
margin:0 0 0px 0;
//font-family:'ＭＳ Ｐゴシック',verdana,sans-serif;
}

.comp_data {
position:absolute;
left:134px;
top:25px;
font-size:10px;
//font-size:11px;
line-height:18px;
}

.comp_date {
color:#d90000;
}

.m_box a, .b_box a{
	display:block;
	text-decoration:none;
}

/* member */
h4.sikoku{
	background-image: url(img/member-info_h4_sikoku.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.hokusinetu {
	background-image: url(img/member-info_h4_hr.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.kyushu {
	background-image: url(img/member-info_h4.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.kumamoto {
	background-image: url(img/kumamoto_banner.jpg); width:650px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.kantou {
	background-image: url(img/member-info_h4_kantou.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.touhoku {
	background-image: url(img/member-info_h4_touhoku.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

h4.kansai {
	background-image: url(img/member-info_h4_kansai.gif); width:515px; height:21px; padding:5px 0 0 6px; margin:8px 0 10px 0;}

/* table */

.table-01 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 10px 0px;
}

.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
.table-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	white-space: nowrap;
}
table.table-01 img {
	text-align: center;
}

.table-02 {
	border: 1px #fff solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 10px 0px;
}

.table-02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.table-02 td {
	padding: 5px;
	border: 1px #fff solid;
	border-width: 0 0 1px 1px;
}


.table-03 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 10px 0px;
}

.table-03 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #83AE45;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
color:#fff;
}
.table-03 td {
	padding: 8px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
background:#FFFFEE;
}

.p_u {
list-style:disc;
margin:0 0 0 20px;
padding:5px 0;
}

.cname a{
	font-size: 16px;
	color: #060;
	text-decoration:none;
}
.vArea {
	font-size: 18px;
	font-weight: bold;
	color: #030;
}

.sep {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-bottom: 16px;
}

#guestHouse{
position:relative;
	margin:0;
	padding:0;
	height:1260px;
background:url(img/bg_gh.jpg) no-repeat;
}
#gh01{
position:absolute;
top:36px;
left:15px;
}
#gh02{
position:absolute;
top:15px;
left:280px;
}
#gh03{
position:absolute;
top:174px;
left:456px;
}
#gh04{
position:absolute;
top:399px;
left:6px;
}
#gh05{
position:absolute;
top:385px;
left:455px;
}
#gh06{
position:absolute;
top:512px;
left:305px;
}
#gh07{
position:absolute;
top:555px;
left:32px;
}
#gh08{
position:absolute;
top:712px;
left:14px;
}
#gh09{
position:absolute;
top:1065px;
left:20px;
}
#gh10{
position:absolute;
top:1118px;
left:438px;
}
#gh11{
position:absolute;
top:714px;
left:445px;
}


/* award */
table.pri02 {
	font-size: 11px;
	border-collapse: collapse;

}
.pri02 th {
	color: #FFF;
	background-color: #83AE45;
	padding:6px;
}
.pri02 td{
padding:6px;	
}

/* Stripe Table */
table.stripe {
	border: 1px solid #999;
	border-collapse: collapse;
	font-size:12px;
}
table.stripe tr {
	border: 1px solid #999;
	background-color: #fff;
}

table.stripe th {
	border: 1px solid #5D7F2F;
	color: #fff;
	background-color: #80AD44;
	font-weight: bold;
	text-align:left;
	font-size:14px;
	padding: 5px;
}

table.stripe tr.odd td {
	background-color: #E3FFBF;
}
table.stripe td {
	border: 1px solid #999;
	padding: 5px;
	line-height:1.6;
}

/* box_3col */

table.box_3col{
	margin-bottom:10px;
}
table.box_3col td{
	width:190px;
	padding:10px 8px 0;
	vertical-align:top;
	border-collapse:collapse;
}
table.box_3col td.btn{
	text-align:right;
	padding:8px 8px 10px;
}
table.box_3col td.box_space {
	width: 8px;
	border:none;
	padding:0;
}
table.box_3col td {
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:none;
}
table.box_3col td.btn{
	border-top:none;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}

/* voice */
.textPaint01 { color: #38C3EA; font-weight:bold; }
.textPaint02 { color: #FF2A00; font-weight:bold; }
.textPaint03 { color: #80B62A; font-weight:bold; }

/*Leasing*/
.textDeco1{
	background-color:#81BB78;
	color:#fff;
}

.leasing-title{
	font-size:1.2em;
	border-left:solid 5px #333;
	border-bottom:dashed 1px #333;
	padding:0.5em 1em;
	margin-bottom:1em;
}

.leasing{
	margin:0;
	padding:0;
}

.leasing dt{
	margin:0 0 0.5em 0;
	padding:0.5em 1em;
	border-left:solid 5px #81BB78;
	background-color:#eee;
	color:#663;
	font-weight:normal;
}

.leasing dd{
	margin:0 0 1em 0;
	padding:0;
	border:none;
}

.leasing ul{
	margin:0 0 0 1.5em;
	padding:0;
	list-style-type:disc;
}

.tableStyle1{
	border-collapse:collapse;
}

.tableStyle1 td{
	border:solid 1px #ccc;
	text-align:center;
	padding:0.5em 1em;
}

.bg_f5{
	background-color:#f5f5f5;
}

.thumb1{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}

.thumb1 li{
	width:49.9%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

.thumb1 li img{
	border:0;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title148 {background:url(img/title148.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title147 {background:url(img/title147.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title146 {background:url(img/title146.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title145 {background:url(img/title145.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title144 {background:url(img/title144.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title143 {background:url(img/title143.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title142 {background:url(img/title142.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title141 {background:url(img/title141.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title140 {background:url(img/title140.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title139 {background:url(img/title139.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title138 {background:url(img/title138.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}
.title149 {background:url(img/title149.png) no-repeat !important;padding:0;width:860px;height:100px;text-indent: -10000px;}

