/*Resetting*/
@charset "UTF-8";

/* IEマウスオーバー用 */
html {
  *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Win_IE表示用 */
* {
	/*\*//*/
	*zoom: 1;
	/**/
}

/* COMMON */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS PGothic',Osaka,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing:1px;
	color:#333;
	line-height:20px;
}

* {
	margin: 0;
	padding: 0;
}
a:link { 
	color: #2971a7;
	text-decoration: none;
}
a:active { 
	color: #2971a7;
	text-decoration: underline;
}
a:visited {
	color: #2971a7;
	text-decoration: none;
}
a:hover { 
	color: #2971a7;
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol{
	list-style-type:decimal;
	list-style-position:inside;
	padding:15px 0;
}
ul{
	list-style-type:none;
}

input{
	background-color:#FFF;
	border:1px #CCC solid;
}

option {
	padding-right: 5px;
	/*\*//*/
	padding-right: 0;
	/**/
}
hr {
	display: none;
}

img {
	display: block;
	border: 0;
}


.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
span.sls {
	display: none;
}


::-moz-selection{
	background: #000000;
	color:#FFFFFF;
}
::selection {
	background: #000000;
	color:#FFFFFF;
}
		
	.left{float:left;}
	.right{float:right;}	
	.clear{clear:both;}
	

/****************************************************/

h1{
	font-size:10px;
	font-weight:normal;
	color:#666;
	position:absolute;
	top:47px;
	left:53px;
}
h2{
	width:950px;
	margin:0 auto;
}
h3{
	margin:0 0 20px 0;
}
h4{
	background:url(../images/common/h4_bg1.gif) 0 0 no-repeat;
	padding:10px 0 20px 25px;
	height:20px;
	font-size:14px;
	color:#c30;
	clear:both;
	margin:35px 0 10px 0;
}






/*Head*/

#head-bg{
	background:url(../images/common/head.gif) 0 0 repeat-x;
	height:80px;
}
#head{
	background:url(../images/common/head_bg.jpg) 0 0 no-repeat;
	width:950px;
	height:80px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#head div{
	position:absolute;
	top:10px;
	left:0;
}
#head ul{
	width:225px;
	height:15px;
	position:absolute;
	top:35px;
	left:725px;
	margin:0;
	padding:0;
	}
	#head ul li{
	float:left;
	height:15px;
	padding:0 0 0 10px;
	}
	#sm a,
	#pv a{
	height:15px;
	display: block;
	text-indent: -9999px;
	}
	#sm a {background:url(../images/common/sm_btn.jpg) 0 0 no-repeat; width:85px;}
	#pv a {background:url(../images/common/pv_btn.jpg) 0 0 no-repeat; width:120px;}
	
	#sm a:hover,
	#pv a:hover { background-position:0 -15px; }




/*Flash*/
#main-img{
	background-color:#000;
	height:100px;
}




/*global-navi*/
#global-navi{
	background:url(../images/common/navi_bg.gif) 0 0 repeat-x;
	height:50px;
}
#global-navi ul{
	width:950px;
	margin:0 auto;
	}
	#global-navi ul li{
	float:left;
	}
	#gnv01 a,
	#gnv02 a,
	#gnv03 a,
	#gnv04 a,
	#gnv05 a,
	#gnv06 a,
	#gnv07 a,
	#gnv08 a{
	background-position:0 0;
	background-repeat:no-repeat;
	height:50px;
	display: block;
	text-indent: -9999px;
	}
	#gnv01 a {background:url(../images/common/g_navi01.jpg) 0 0 no-repeat; width:136px;}
	#gnv02 a {background:url(../images/common/g_navi02.jpg) 0 0 no-repeat; width:136px;}
	#gnv03 a {background:url(../images/common/g_navi03.jpg) 0 0 no-repeat; width:136px;}
	#gnv04 a {background:url(../images/common/g_navi04.jpg) 0 0 no-repeat; width:136px;}
	#gnv05 a {background:url(../images/common/g_navi05.jpg) 0 0 no-repeat; width:136px;}
	#gnv06 a {background:url(../images/common/g_navi06.jpg) 0 0 no-repeat; width:136px;}
	#gnv07 a {background:url(../images/common/g_navi07.jpg) 0 0 no-repeat; width:134px;}
	#gnv08 a {background:url(../images/common/g_navi08.jpg) 0 0 no-repeat; width:134px;}
	#global-navi ul li a:hover { background-position:0 -50px; }






/*All contents*/
#ctn-waku{
	width:950px;
	margin: 0 auto;
	clear:both;
}

#left-waku{
	width:710px;
	padding:0 20px 20px 0;
	float:left;
}

#location{
	font-size:10px;
	line-height:26px;
	color:#666;
}
.contents{
	width:670px;
	margin:0 auto;
	padding:0 20px;
}
.contents p{
	padding:10px 0;
}
.contents span{
	font-weight:bold;
	color:#333;
}

.contents strong{
	font-size:14px;
	font-weight:bold;
	color:#94462c;
}





/*right-bar*/

#right-waku{
	width:200px;
	padding:28px 10px;
	float:right;
	background:url(../images/common/right_bg.jpg) 0 0 no-repeat;
}

#right-waku p{
	padding:10px 0;
	color:#999;
}

#right-waku li{
	padding:5px 0;
}

#sub-menu{
	width:200px;
	margin:0 0 20px 0;
}
#sub-menu span{
	padding:0 0 0 15px;
}
#sub-menu li{
	background:url(../images/common/sub_menu.jpg) 0 0 no-repeat;
	padding:6px 0 0 20px;
	height:24px;
}
#wm-ap{
	width:200px;
}
#wm-ap td{
	font-size:12px;
	color:#666;
	vertical-align:top;
	padding:5px 0;
}

#wm-ap td a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 10px;
	display:inline;
	width:90px;
}

#baneer-sv{
	margin:20px 0;
}
#baneer-sv a{
	color:#666;
}
#baneer-sv p{
	padding:5px 0;
	font-size:10px;
}

#contact{
	text-align:center;
	width:230px;
	margin:0 auto;
	clear:both;
	padding:40px 0;
}
#contact a{
	height:40px;
	width:230px;
	display: block;
	text-indent: -9999px;
	background:url(../images/common/contact_btn.jpg) 0 0 no-repeat;
}
#contact a:hover{
	background-position:0 -40px;
}


#seogate{
	width:230px;
	clear:both;
}
#seogate a{
	height:40px;
	width:230px;
	display: block;
	text-indent: -9999px;
	background:url(../images/common/seo_btn.jpg) 0 0 no-repeat;
}
#seogate a:hover{
	background-position:0 -40px;
}


#listmenu{
	width:670px;
	background:url(../images/sub/list_menu_bg.gif) 0 0 no-repeat;
	height:190px;
}
#listmenu th{
	
	vertical-align:top;
	text-align:left;
	padding:25px 0 0 27px;
}

#listmenu th a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 12px;
	font-size:14px;
	color:#c02700;
}
#listmenu td{
	padding: 0 27px;
	vertical-align:top;

}
#listmenu td a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 12px;
	}








/*foot*/

#foot{
	width:950px;
	margin:0 auto;
}
#foot-waku{
	clear:both;
	background:url(../images/common/foot_bg.jpg) 0 0 repeat-x;
	height:200px;
	position:relative;
	z-index:2
	}
#foot-waku address{
	background:url(../images/common/foot_logo.jpg) 0 0 no-repeat;
	padding:30px 0 0 70px;
	height:40px;
	width:400px;
	position:absolute;
	top:88px;
	left:10px;
	clear:both;
	font-style:normal;
	}
	
#back-btn{
	position:absolute;
	top:0;
	left:870px;
	display: block;
	text-indent: -9999px;
}	
	
#foot-menu{
	width:570px;
	position:absolute;
	top:40px;
	left:0;
}
#foot-menu li{
	display:inline;
	color:#666;
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 10px;
}
#foot-menu li a{
	color:#666;
}


#foot-banner{
	position:absolute;
	top:35px;
	left:726px;
	width:224px;
}
#foot-banner li{
	display:inline;
	padding:0 0 0 10px;
	float:left;
}

#foot-tel{
	position:absolute;
	top:90px;
	left:650px;
}

#copyright{
	font-size:10px;
	color:#000;
	position:absolute;
	top:180px;
	left:620px;
}
	





/*サイトマップ*/

.site-map{
	width:670px;
	position:relative;
	z-index:04;
}
.site-map dt{
	font-weight:bold;
	font-size:14px;
	color:#2971a7;
	margin:0 0 20px 0;
}
.site-map p{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.site-map li{
	padding:3px 0 2px 15px;
}

.site-map span{
	font-size:10px;
	font-weight:normal;
	color:#999;
}

.site-map a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 12px;
}

.map1{
	position:absolute;
	top:0px;
	left:0;
}
.map1 a{
	color:#c30;
}

.map2{
	position:absolute;
	top:60px;
	left:0;
}

.map3{
	position:absolute;
	top:60px;
	left:230px;
}

.map4{
	position:absolute;
	top:60px;
	left:500px;
}

.map5{
	position:absolute;
	top:450px;
	left:0;
}
.map5 a{
	color:#c30;
}

.map6{
	position:absolute;
	top:510px;
	left:0;
}

.map7{
	position:absolute;
	top:510px;
	left:167px;
}

.map8{
	position:absolute;
	top:510px;
	left:334px;
}
.map9{
	position:absolute;
	top:510px;
	left:500px;
}




/*list of service*/

#list-table1{
	width:670px;
	margin:0 0 20px 0;
}
#list-table1 td{
	vertical-align:top;
	font-size:10px;
	line-height:16px;
	color:#666;
	padding:5px 0;
}
#list-table2{
	width:670px;
	margin:0 auto;
}
#list-table2 td{
	vertical-align:top;
	font-size:10px;
	line-height:16px;
	color:#666;
	padding:5px 0;
}


	#service1 a,
	#service2 a,
	#service3 a,
	#service4 a,
	#service5 a,
	#service6 a,
	#service7 a,
	#service8 a{
	height:112px;
	width:320px;
	display: block;
	text-indent: -9999px;
		}
	#service1 a{background:url(../images/sub/service01.jpg) 0 0 no-repeat;}
	#service2 a{background:url(../images/sub/service02.jpg) 0 0 no-repeat;}
	#service3 a{background:url(../images/sub/service03.jpg) 0 0 no-repeat;}
	#service4 a{background:url(../images/sub/service04.jpg) 0 0 no-repeat;}
	#service5 a{background:url(../images/sub/service05.jpg) 0 0 no-repeat;}
	#service6 a{background:url(../images/sub/service06.jpg) 0 0 no-repeat;}
	#service7 a{background:url(../images/sub/service07.jpg) 0 0 no-repeat;}
	#service8 a{background:url(../images/sub/service08.jpg) 0 0 no-repeat;}
		
	#service1 a:hover,
	#service2 a:hover,
	#service3 a:hover,
	#service4 a:hover,
	#service5 a:hover,
	#service6 a:hover,
	#service7 a:hover,
	#service8 a:hover{background-position:0 -112px; }
	
	
	
/*Seo Result*/	

	#result-table1{
		width:670px;
		margin:40px 0 0 0;
	}
	#result-table1 th{
	vertical-align:top;
	text-align:left;	
	background:url(../images/common/h4_bg2.gif) 0 0 no-repeat;
	padding:10px 0 20px 25px;
	height:5px;
	font-size:14px;
	color:#c30;
	clear:both;
	}
	
	#result-table1 th span{
		font-size:10px;
		color:#666;
		font-weight:normal;
	}
	
	#result-merit{
		width:380px;
		margin:20px 0 0 0;
		float:left;
	}
	#result-merit li{
		color:#000;
		padding:3px 0;
		font-weight:bold;
	}
	#result-merit a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 12px;
	}
	
	
	
	#result-merit-img{
		width:268px;
		float:right;
		margin:30px 0 0 0;
	}
	
	
	
/*Seo Longtail*/

#merit{
	width:620px;
	border:5px #CCC solid;
	padding:10px 20px;
}
#merit span{
	color:#630;
	font-size:14px;
}
#merit li{
	font-weight:bold;
	padding:2px 0;
}

#merit dl{
	margin:15px 0 25px 0;
}

#merit dt{
	font-size:14px;
	color:#630;
	font-weight:bold;
	padding:0 0 10px 0;
}

#contact-example{
	width:620px;
	border:5px #e1e1e1 solid;
	padding:10px 20px;
	background:url(../images/sub/example-img.jpg) 0 0 no-repeat;
}

#contact-example dt{
	font-size:14px;
	color:#630;
	font-weight:bold;
	padding:10px 0;
}
#contact-example li{
	padding:2px 0;
	letter-spacing:2px;
}


	

.longtail-explanation{
	margin:0 auto;
}
.longtail-explanation dt{
	float:right;
}
.longtail-explanation dd{
	padding:0 0 20px 0;
	width:350px;
	text-align:justify;
}
.longtail-explanation span{
	font-weight:bold;
}


#price{
	background:url(../images/sub/analysis-bg.jpg) 0 0 no-repeat;
	padding:15px 20px;
	height:70px;
}
#price span{
	color:#C03;
}

#linen{
	background:url(../images/sub/linen-wrp.jpg) 0 0 no-repeat;
	padding:20px 30px;
	height:70px;
}
#linen li{
	line-height:24px;
}
#linen li span{
	font-weight:bold;
	color:#C30;
}



/*Web SITE*/

#web-p{
	background:url(../images/sub/website_bg.jpg) 0 0 no-repeat;
	width:650px;
	height:270px;
	padding:20px 0 0 20px;
	margin:25px 0;
}
#web-p dt{
	font-size:14px;
	color:#630;
	font-weight:bold;
	padding:0 0 10px 0;
}
#web-p li{
	padding:3px 0;
}

#website-table{
	width:670px;
}
#website-table th{
	vertical-align:top;
	padding:0 15px 35px 0;
}
#website-table td{
	vertical-align:top;
	font-weight:bold;
	color:#666666;
	line-height:30px;
}
#website-table td span{
	font-weight:normal;
	color:#666;
	font-size:10px;
	line-height:14px;
	
}


#seo_service_list{
	background:url(../images/sub/seo_service_list_bg.jpg) 0 0 no-repeat;
	padding:170px 0 0 45px;
	height:80px;
	width:625px;
}

#seo_service_list_text{
	width:670px;
	margin:30px 0 15px 0;
}

#seo_service_list_text dt{
	font-size:14px;
	color:#630;
	font-weight:bold;
	padding:0 0 10px 0;
}
#seo_service_list_text dd{
	padding:5px 0;
}
#seo_service_list_text dd span{
	font-weight:bold;
	color:#c30;
}




#solution_service_list{
	background:url(../images/sub/solution_bg.jpg) 0 0 no-repeat;
	padding:170px 0 0 45px;
	height:80px;
	width:625px;
}




.company-profile{
	margin:0 auto;
}
.company-profile dt{
	float:right;
}
.company-profile dd{
	padding:0 0 20px 0;
	width:280px;
	text-align:justify;
}
.company-profile span{
	font-weight:bold;
}


#company{
	width:670px;
}
#company tr{
	background:url(../images/common/line_dot670.gif) left bottom no-repeat;
}
#company th{
	font-weight:bold;
	color:#583c29;
	width:150px;
	padding:15px 10px;
	vertical-align:top;
}
#company td{
	padding:15px 30px;

}
	#cp-g{
		width:670px;
	}
	#cp-g td{
		padding:2px 0;
		color:#666;
	}


	#cp1 a,
	#cp2 a,
	#cp3 a,
	#cp4 a,
	#cp5 a,
	#cp6 a,
	#cp7 a,
	#cp8 a{
	height:120px;
	width:315px;
	display: block;
	text-indent: -9999px;
		}
	#cp1 a{background:url(../images/sub/cp_btn1.jpg) 0 0 no-repeat;}
	#cp2 a{background:url(../images/sub/cp_btn2.jpg) 0 0 no-repeat;}
	#cp3 a{background:url(../images/sub/cp_btn3.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
	#cp4 a{background:url(../images/sub/cp_btn4.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
	#cp5 a{background:url(../images/sub/cp_btn5.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
	#cp6 a{background:url(../images/sub/cp_btn6.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
	#cp7 a{background:url(../images/sub/cp_btn7.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
	#cp8 a{background:url(../images/sub/cp_btn8.jpg) 0 0 no-repeat; margin:35px 0 0 0;}
		
	#cp1 a:hover,
	#cp2 a:hover,
	#cp3 a:hover,
	#cp4 a:hover,
	#cp5 a:hover,
	#cp6 a:hover,
	#cp7 a:hover,
	#cp8 a:hover{background-position:0 -120px; }

	
	.q16{
	width:670px; cursor:pointer;
	background:url(../images/common/link_icon.gif) 0 8px no-repeat;
	padding:0 0 0 12px;
	color:#2971a7;}

	.a16{width:670px; }








.history{
	width:580px;
	margin:0 auto;
}
.history li{
	padding:5px 0;
}
.history span{
	color:#666;
	padding:0 20px 0 0;
}
#co-message{
	background:url(../images/sub/co-img2.jpg) 0 0 no-repeat;
	padding:40px;
	height:560px;
}
#privacypolicy{
	margin:0 auto;
}
#privacypolicy dt{
	font-weight:bold;
	padding:5px 0 0 0;
}
#privacypolicy dd{
	padding:5px 0 25px 0;
}
#privacypolicy p{
	text-align:right;
}


.topics{
	
	width:670px;
	padding:20px 0;
}

.topics dt{
	background:url(../images/common/news_bg.jpg) 0 0 no-repeat;
	padding:10px 0 20px 20px;
	height:10px;
	font-size:14px;
	font-weight:bold;
	color:#c30;
	clear:both;
	position:relative;
	z-index:3;
	margin:0 0 15px 0;
}
.topics dt span{
	position:absolute;
	top:10px;
	left:560px;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}
.topics dd span{
	font-weight:bold;
	color:#C00;
}
.topics dd a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 12px;
	}





.jire-profile{
	margin:0 auto;
	padding:10px 0 0 0;
}
.jire-profile dt{
	float:right;
}
.jire-profile dd{
	padding:0 0 20px 0;
	width:510px;
	text-align:justify;
}
.jire-profile span{
	font-weight:bold;
}

.jire-profile1{
	margin:15px 0 20px 0;
}
.jire-profile1 dt{
	float:left;
	padding:0 30px 0 0;
}
.jire-profile1 dd{
	padding:0 0 20px 0;
	line-height:24px;
	float:right;
	width:440px;
	text-align:justify;
}
.jire-profile1 span{
	font-weight:bold;
	color:#C30;
}


.jire-profile2{
	margin:0 auto;
	padding:20px 0;
}
.jire-profile2 dt{
	font-size:14px;
	font-weight:bold;
	padding:0 0 15px 0;
	background:url(../images/common/line_dot670.gif) 0 23px no-repeat;
}
.jire-profile2 dt span{
	color:#C30;
}



#jire-profile3{
	width:670px;
	margin:20px 0;
}
#jire-profile3 td{
	vertical-align:top;
}
#jire-profile3 td span{
	font-size:14px;
	color:#cd3301;
}
#jire-profile3 td li{
	float:left;
	padding:0 15px 6px 0;
}
	



#jire-comment{
	width:670px;
	border:#CCC 1px solid;
	margin:20px 0 0 0;
}
#jire-comment dt{
	margin:0;
	padding:0;
}
#jire-comment dd{
	width:630px;
	padding:0 20px;
}
#jire-comment dd span{
	font-size:12px;
	color:#c72a00;
}


#jire-comment dd strong{
	font-size:12px;
	color:#333;
}
	


.jire-list{
	width:670px;
	padding:0 0 30px 0;
}
.jire-list div{
	width:260px;
	float:left;
	
}
.jire-list div p{
	margin:0 0 10px 0;
	padding:0;
}
.jire-list li{
	float:left;
	padding:0 15px 5px 0;
}



.jire-list dl{
	float:right;
	width:390px;
	margin:0 0 30px 0;
}
.jire-list dd{
	padding:10px 0;
}
.jire-list dt span{
	font-size:14px;
	color:#C30;
}

.jire-list dd a{
	float:right;
	height:30px;
	width:160px;
	display: block;
	text-indent: -9999px;
	background:url(../images/jire/btn.jpg) 0 0 no-repeat;
}
.jire-list dd a:hover{
	background-position:0 -30px;
}

.jire-navi{
	width:670px;
	margin:30px 0 0 0;
}
.jire-navi li{
	float:left;
	padding:0 15px 0 0;
}
.jire-navi a{
	color:#000;
	padding:0 0 0 10px;
	line-height:25px;
	height:24px;
	width:74px;
	display: block;
	background:url(../images/jire/list_btn.jpg) 0 0 no-repeat;
}
.jire-navi a span{
	color:#C30;
}
.jire-navi a:hover{
	background-position:0 -24px;
	color:#2971a7;
	text-decoration:none;
}

#example{
	width:670px;
}


#example td{
	line-height:16px;
	font-size:10px;
	color:#666;
	vertical-align:top;
	letter-spacing:normal;
}
#example td dl dt{
	font-weight:bold;
	color:#F30;
	letter-spacing:normal;
}
#example td dl dd{
	font-size:10px;
	line-height:14px;
	color:#666;
	letter-spacing:normal;
}
#example td  a{
	margin:0;
	font-size:12px;
}
#example td span{
	font-weight:bold;
	color:#663300;
}


#example td li{
	float:left;
	padding:0 15px 6px 0;
}





#example01{
	width:670px;
}


#example01 td{
	line-height:16px;
	font-size:10px;
	color:#666;
	vertical-align:top;
	letter-spacing:normal;
}
#example01 td dl dt{
	font-weight:bold;
	color:#F30;
	letter-spacing:normal;
}
#example01 td dl dd{
	font-size:10px;
	line-height:14px;
	color:#666;
	letter-spacing:normal;
}
#example01 td  a{
	margin:0;
	font-size:12px;
}

		
#example01 td span{
	font-weight:bold;
	color:#663300;
}


#example01 td li{
	float:left;
	padding:0 15px 6px 0;
}











.icon-link{
	background:url(../images/common/link_icon.gif) 0 17px no-repeat;
	padding:0 0 0 10px;
}

#client-results{
	width:670;
}
#client-results th{
	padding:0 0 10px 0;
	vertical-align:top;
}

#client-results td{
	padding:0 0 35px 0;
	vertical-align:text-top;
}
#client-results td a{
	background:url(../images/common/link_icon.gif) 0 3px no-repeat;
	padding:0 0 0 10px;
}


#web-btn a{
	padding:0;
	margin:35px 0 0 0;
	height:70px;
	width:670px;
	display:block;
	text-indent: -9999px;
	background:url(../images/sub/web-btn.jpg) 0 0 no-repeat;
	}
#web-btn a:hover { background-position:0 -70px; }

#subbaneer1 a,
	#subbaneer2 a,
	#subbaneer3 a{
	height:70px;
	width:200px;
	display:block;
	text-indent: -9999px;
	}
	

	#subbaneer1 a {background:url(../images/common/banner01.jpg) 0 0 no-repeat;}
	#subbaneer2 a {background:url(../images/common/banner02.jpg) 0 0 no-repeat;}
	#subbaneer3 a {background:url(../images/common/banner03.jpg) 0 0 no-repeat;}

	

	#subbaneer1 a:hover,
	#subbaneer2 a:hover,
	#subbaneer3 a:hover { background-position:0 -70px; }
	
	
	
	
	
	
	
	#baneer1 a,
	#baneer2 a,
	#baneer3 a,
	#baneer4 a{
	height:85px;
	width:200px;
	display:block;
	text-indent: -9999px;
	}
	

	#baneer1 a {background:url(../images/common/banner_btn1.jpg) 0 0 no-repeat;}
	#baneer2 a {background:url(../images/common/banner_btn2.jpg) 0 0 no-repeat;}
	#baneer3 a {background:url(../images/common/banner_btn3.jpg) 0 0 no-repeat;}
	#baneer4 a {background:url(../images/common/banner_btn4.jpg) 0 0 no-repeat;}

	

	#baneer1 a:hover,
	#baneer2 a:hover,
	#baneer3 a:hover,
	#baneer4 a:hover { background-position:0 -85px; }