@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style_top.css
 style info :トップページ（ホーム）のみに適応
 
=================================================================== */

/*----------------------------------------------------
	#topImg
----------------------------------------------------*/
#topImg {
	padding:10px 10px 0px 10px;
	margin-bottom:20px;
	border:1px #CCCCCC solid;
	overflow:hidden;
	background:#E6E9EE;
}
#topImg .mainImg {
	float:right;
}
#topImg li {
	padding-bottom:10px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#topMain {
	float: left;
	width: 750px;
	padding:0;
	margin-bottom:10px;
}

.mainW {
	float: left;
	width: 430px;
}

/* -----------------------------------------------------------
 listBox 
----------------------------------------------------------- */
.listBox {
	margin-bottom:10px;
	padding-bottom:10px;
	border-top:3px #0066CC solid;
}

.listBox h2 {
	border:1px #CCCCCC solid;
	background:url(../img/bg_lb_h2.gif) repeat-x;
	font-size:110%;
}

.listBox h2 a {
	display:block;
	_height:0;
	padding:8px 12px;
	background:url(../../img_top/bg_top_h2.gif) no-repeat top right;
	color:#333333;
	text-decoration:none;
}

.listBox h2 a:hover {
	background-image:url(../../img_top/bg_top_h2_on.gif);
	text-decoration:underline;
}

.ichiran {
 position:relative;
 top:-27px;
 right:12px;
 float:right;
}

.listBox dl {
	padding:0 2px;
}

.listBox dt {
	padding-top:8px;
}

.listBox dd {
	padding-bottom:8px;
	border-bottom:1px #CCCCCC dotted;
}

/*お知らせエリア*/
.mainNews {
	float: right;
	width: 300px;
}

.mainNews h2 {
	border-bottom:none;
}

.mainNews dl {
	padding:0px 12px 12px 12px;
	border:1px #CCCCCC solid;
	border-top:none;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#topSub {
	float: right;
	width: 210px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:3px #0066CC solid;
}

#topSub li {
	margin-bottom:16px;
	
}

#topSub li a img {
	padding:1px;
	border:1px #CCCCCC solid;
	margin-bottom:3px;
}

#topSub li a {
	text-decoration:none;
	color:#333333;
}

#topSub li a:hover img {
	border-color:#0066CC;
}


#topSub li a span {
	font-size:80%;
	margin:5px 0;
}

body #topSub li a:hover span {
	background:#CAE4FF;
	
}
*html #topSub li a:hover {
	background:#CAE4FF;
}

/*----------------------------------------------------
	#shitenLink 支店ホームページ
----------------------------------------------------*/
#shitenLink {
	clear: both;
	padding:10px;
	border:1px #CCCCCC solid;
	_zoom:1;
	overflow:hidden;
}
#shitenLink img {
	float:left;
	/*margin-right:20px;*/
}
#shitenLink ul {
	padding-top:4px;
	_zoom:1;
	overflow:hidden;
}
#shitenLink li {
	display:inline;
	padding:0 16px;
	margin-left:-1px;
	border-left:1px #333333 solid;
}

/*----------------------------------------------------
	#otherLink その他のリンク
----------------------------------------------------*/
#otherLink {
	clear: both;
	padding:16px 0;
	_zoom:1;
	overflow:hidden;
}

#otherLink li {
	display:inline;
	padding-right:10px;
}

#otherLink li a img {
	padding:1px;
	border:1px #CCCCCC solid;
}

#otherLink li a:hover img {
	border-color:#0066CC;
}