﻿/* DEFAULT SETTING */
html
,body {
	border-top:4px solid #FE768E;
	background:#FCF1F1 url(img/body_back.gif) repeat-y center top;
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#4D4D4D;
	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:#F45B76;text-decoration:underline;}
a:hover{color:#CCC;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:928px;
	text-align:left;
	margin:0px auto;
	padding:0px 15px;
	background:#FFF;
}

/* HOMEbtn */
#home{
	float:left;
}
#home a{
}


/* HEADER */
#header{
	position:relative;
	margin:0px 0px 20px;
	padding:0;
	height:150px;
	width:928px;
}
#logo{
	position:absolute;
	top:10px;
	left:0px;
	background:url(img/header_logo.jpg) no-repeat;
	width:350px;
	height:60px;
	margin:0;
	overflow:hidden;
}
#logo a{
	display:block;
	width:350px;
	height:60px;
	text-decoration:none;
	overflow:hidden;
}
#logo h1{
	font-size:1.2em;
	font-weight:bold;
	color:#006699;
	height:0px;
	margin:0;
	padding:60px 0px 0px;
	overflow:hidden;
}
#header p{
	height:0px;
	width:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:none;
}



/* MAINMENU */
#mainmenu{
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:80px;
	width:928px;
	height:50px;
}
#mainmenu ul {
	width:812px;
	height:50px;
	overflow:hidden;
	position:absolute;
	left:116px;
	top:0px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#mainmenu ul#home {
	width:116px;
	height:50px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}
#mainmenu li {
	float:left;
	margin:0px;
	padding:0px;
}
#mainmenu li a {
	display:block;
	width:116px;
	height:0px;
	padding:50px 0px 0px;
	overflow:hidden;
}
#mainmenu .home a {
	background:url(img/header_menu.gif) no-repeat 0px 0px;
}
#mainmenu .home a:hover ,#mainmenu .home a:focus ,#mainmenu .home a:active {
	background-position:0px -50px;
}
#mainmenu .mm_101 a {
	background:url(img/header_menu.gif) no-repeat -116px 0px;
}
#mainmenu .mm_101 a:hover ,#mainmenu .mm_101 a:focus ,#mainmenu .mm_101 a:active ,#mainmenu .mm_101 a.active {
	background-position:-116px -50px;
}
#mainmenu .mm_102 a {
	background:url(img/header_menu.gif) no-repeat -232px 0px;
}
#mainmenu .mm_102 a:hover ,#mainmenu .mm_102 a:focus ,#mainmenu .mm_102 a:active ,#mainmenu .mm_102 a.active {
	background-position:-232px -50px;
}
#mainmenu .mm_103 a {
	background:url(img/header_menu.gif) no-repeat -348px 0px;
}
#mainmenu .mm_103 a:hover ,#mainmenu .mm_103 a:focus ,#mainmenu .mm_103 a:active ,#mainmenu .mm_103 a.active {
	background-position:-348px -50px;
}
#mainmenu .mm_104 a {
	background:url(img/header_menu.gif) no-repeat -464px 0px;
}
#mainmenu .mm_104 a:hover ,#mainmenu .mm_104 a:focus ,#mainmenu .mm_104 a:active ,#mainmenu .mm_104 a.active {
	background-position:-464px -50px;
}
#mainmenu .mm_105 a {
	background:url(img/header_menu.gif) no-repeat -580px 0px;
}
#mainmenu .mm_105 a:hover ,#mainmenu .mm_105 a:focus ,#mainmenu .mm_105 a:active ,#mainmenu .mm_105 a.active {
	background-position:-580px -50px;
}
#mainmenu .mm_106 a {
	background:url(img/header_menu.gif) no-repeat -696px 0px;
}
#mainmenu .mm_106 a:hover ,#mainmenu .mm_106 a:focus ,#mainmenu .mm_106 a:active ,#mainmenu .mm_106 a.active {
	background-position:-696px -50px;
}
#mainmenu .mm_107 a {
	background:url(img/header_menu.gif) no-repeat -812px 0px;
}
#mainmenu .mm_107 a:hover ,#mainmenu .mm_107 a:focus ,#mainmenu .mm_107 a:active ,#mainmenu .mm_107 a.active {
	background-position:-812px -50px;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu .active{
	background:url(img/mainmenu_on.gif) repeat-x;
	color:#fff;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:0px;
	top: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 0 0 15px;
	margin:0 0 0 10px;
	text-decoration:underline;
	background:url(img/icon_arrow_right.gif) no-repeat left center;
	color:#666;
}
#submenu a:hover{
	color:#CCC;
	text-decoration:underline;
}
#submenu .active{
	text-decoration:none;
	color:#000;
}
#hphone {
	position:absolute;
	top:40px;
	right:0px;
	width:200px;
	height:20px;
}


/* TOPIMAGE */
#topimage{
	width:928px;
	height:320px;
	margin:0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	position:absolute;
	left:0;
	top:70px;
}
#topimage a{
	display:block;
	width:928px;
	height:320px;
}
#topflash{
	width:928px;
	height:320px;
	margin:0;
	position:absolute;
	left:0;
	top:70px;
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:25px 0 0 0;
	line-height:1.0;
	color:#5E9BB3;
	font-size:1em;
	background:url(img/bg_childmenu.gif) no-repeat #f7f7f7;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0;
	padding:0px;
	width:200px;
	border-bottom:1px solid #ddd;
}
#childmenu a{
	display:block;
	width:162px;
	padding:0 0 0 18px;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
	background:url(img/childmenu_off.gif) no-repeat left center #f7f7f7;
}
#childmenu a:hover{
}
#childmenu .active{
	color:#000;
}


/* PAGENAVI */
#pagenavi{
	position:absolute;
	left:0px;
	bottom:0px;
	font-size:0.8em;
	color:#666;
}
#pagenavi a{
	color:#333;
}

/* CONTENTS */
#contents{
	margin:0;
	padding:0;
	width:928px;
}


/* MAINCONTENTS */
#main{
	float:left;
	width:700px;
}
#main h2{
	font-size:1.4em;
	background:url(img/bg_pagetitle.jpg) repeat-x;
	width:700px;
	height:40px;
	margin:0 0 20px 0;
	padding:35px 0 0 0;
	color:#333;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	color:#999;
	margin:5px 0 0 0;
}
h3{
	font-size:1.4em;
	font-weight:bolc;
	margin:0 0 10px 0;
	padding:0px 0 10px 0px;
	color:#4D4D4D;
	background:url(img/main_titleback.gif) repeat-x left bottom;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:700px;
	margin:0 0 30px 0;
	font-size:1.2em;
}

#footer_contact {
	margin:30px auto 0px;
}
#footer_contact img {
	border:none;
}


/* SIDEBAR */
#side{
	float:right;
	width:200px;
	margin:0;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	line-height:16px;
	color:#FFF;
	font-weight:bold;
	background:#FE768E;
	border-bottom:1px solid #BD0026;
}
.sidebox,.sidebox01,.sidebox02{
	width:200px;
	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;
	list-style-image:url(img/icon_list.gif);
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}

#sidemenu {
}
#sidemenu h4 {
	font-size:0.8em;
	margin:0;
	padding:0;
	line-height:16px;
	color:#FFF;
	font-weight:bold;
	background:none;
	border-bottom:none;
}
#sidemenu ul {
	margin:0px;
	padding:0;
	font-size:0.8em;
}
#sidemenu li {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidemenu li a {
	display:block;
	width:200px;
	height:30px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-repeat:no-repeat;
	text-indent:-10000px;
}
#sidemenu .sm_108 a {
	background:url(img/side_menu.gif) no-repeat 0px 0px;
}
#sidemenu .sm_108 a:hover ,#sidemenu .sm_108 a:focus ,#sidemenu .sm_108 a:active ,#sidemenu .sm_108 a.active {
	background-position:-200px 0px;
}
#sidemenu .sm_109 a {
	background:url(img/side_menu.gif) no-repeat 0px -30px;
}
#sidemenu .sm_109 a:hover ,#sidemenu .sm_109 a:focus ,#sidemenu .sm_109 a:active ,#sidemenu .sm_109 a.active {
	background-position:-200px -30px;
}
#sidemenu .sm_111 a {
	background:url(img/side_menu.gif) no-repeat 0px -60px;
}
#sidemenu .sm_111 a:hover ,#sidemenu .sm_111 a:focus ,#sidemenu .sm_111 a:active ,#sidemenu .sm_111 a.active {
	background-position:-200px -60px;
}
#sidemenu .sm_113 a {
	background:url(img/side_menu.gif) no-repeat 0px -90px;
}
#sidemenu .sm_113 a:hover ,#sidemenu .sm_113 a:focus ,#sidemenu .sm_113 a:active ,#sidemenu .sm_113 a.active {
	background-position:-200px -90px;
}
#sidemenu .sm_110 a {
	background:url(img/side_menu.gif) no-repeat 0px -120px;
}
#sidemenu .sm_110 a:hover ,#sidemenu .sm_110 a:focus ,#sidemenu .sm_110 a:active ,#sidemenu .sm_110 a.active {
	background-position:-200px -120px;
}
#sidemenu .sm_112 a {
	height:40px;
	background:url(img/side_menu.gif) no-repeat 0px -150px;
}
#sidemenu .sm_112 a:hover ,#sidemenu .sm_112 a:focus ,#sidemenu .sm_112 a:active ,#sidemenu .sm_112 a.active {
	background-position:-200px -150px;
}
ul#sidebanner {
	margin:0px;
	padding:0;
}
#sidebanner li {
	margin:0px 0px 10px;
	list-style-image:none;
}
#sidebanner li img {
	border:none;
}


/* 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 0 0 0;
	text-align:center;
	color:#999;
	border-top:3px solid #ccc;
}
#footermenu{
	padding:10px 0;
	text-align:center;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* 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:598px;
	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:1px solid #ccc;
}
.blog_title{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0 0 0 10px;
	color:#333;
	line-height:30px;
	background:#f7f7f7;
	background-image:none;
	border-top:2px solid #94D02F;
}
.blog_cnt{
}
.blog_date{
	margin:5px 0 5px 10px;
	padding:0;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:580px;
	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 15px;
	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 15px 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{
	font-size:1em;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	color:#333;
	line-height:30px;
	background:#f7f7f7;
	background-image:none;
	border-top:2px solid #94D02F;
}
.bbs_cnt{
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
}
.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:10px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px dotted #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 dotted #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 10px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}




.news_contents{
	overflow:hidden;
	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;
	font-weight:bold;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}


.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;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	margin:0 0 20px 0;
}
#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:200px;
	height:200px;
}
#crawler h4{
	background:#66cc00;
	padding:2px 0 2px 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;
	background:#fff;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:200px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}






/* MISC */
.clear {
	clear:both;
}

table.bordertable {
	clear:both;
	width:auto;
	margin:0px 0px 15px;
	border:none;
	border-right:1px solid #F4AFCC;
	border-bottom:1px solid #F4AFCC;
	border-collapse:separete;
	border-spacing:0;
}
.bordertable td {
	background-color:#FFF;
	border:none;
	border-top:1px solid #F4AFCC;
	border-left:1px solid #F4AFCC;
	padding:6px;
	vertical-align:top;
	text-align:left;
}
.bordertable th {
	background-color:#FE768E;
	border:none;
	border-top:1px solid #F4AFCC;
	border-left:1px solid #F4AFCC;
	padding:6px;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	color:#FFF;
}
table.notable {
	clear:both;
	width:auto;
	margin:0px;
	border:none;
	border-spacing:0;
}
.notable td {
	background-color:#FFF;
	border:none;
	padding:0px;
	vertical-align:top;
	text-align:left;
}
.notable th {
	background-color:#FFF;
	border:none;
	padding:0px;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}

#service_banner {
	list-style:none;
	margin:0px;
	padding:0px;
}
#service_banner li {
	display:inline;
	float:left;
	margin:0px 0px 14px 14px;
	padding:0px;
}
#service_banner li.st {
	margin:0px 0px 0px 0px;
}

#homework_icon {
	list-style:none;
	margin:0px;
	padding:0px;
}
#homework_icon li {
	display:inline;
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;
}
#homework_icon li.st {
	margin:0px 0px 0px 0px;
}


dl dt {
	margin:0px 0px 10px;
}
dl {
	margin:0px 0px 15px;
}
hr.dot {
	clear:both;
	height:4px;
	margin:10px 0 10px;
	padding:0;
	background:#FFF url(img/hr.gif);
	border:none;
}
dl.voice {
	clear:both;
	padding:0px 0px 14px;
	background:#FFF url(img/hr.gif) no-repeat left bottom;
}
dl.voice dt span {
	font-weight:bold;
	color:#5DB0E8;
	margin:0px 0px 5px;
}
dl.voice dd {
	color:#00B050;
}


dl.faq {
	clear:both;
	padding:0px 0px 14px;
	background:#FFF url(img/hr.gif) no-repeat left bottom;
}
dl.faq dt {
	color:#0070C0;
	font-weight:bold;
	background:url(img/faq_icon.gif) no-repeat 0px 1px;
	padding:0px 0px 0px 18px;
}


dl.desc {
	clear:both;
	padding:0px 0px 14px;
}
dl.desc dt {
	color:#0070C0;
	font-weight:bold;
	background:url(img/faq_icon.gif) no-repeat 0px 1px;
	padding:0px 0px 0px 18px;
	border-bottom:2px dotted #0070C0;
}
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:600px;height:80px;text-indent: -10000px;}
