/* CSS Document */

/*----- メインイメージ -----*/
div#main {
    width: 671px;
	height:270px;
    margin: auto;
    padding-top: 0px;
	text-align: center;
	background:url(../img/img_main.png) top no-repeat;
	position:relative;
}

#btnForm{
	width:438px;
	position:absolute;
	left:13px;
	bottom:10px;
}
#btnForm ul{
	list-style:none;
}
#btnForm ul li {
	background:url(../img/btn_form_on.png) no-repeat left top;
}
#btnForm ul li a:hover img {
	filter:alpha(opacity=00); /* internet explorer */
    -khtml-opacity:0.0;      /* khtml, old safari */
    -moz-opacity:0.0;       /* mozilla, netscape */
    opacity:0.0;           /* fx, safari, opera */
}
	

/*----- TOPページお申し込み -----*/
#btn_order{
    width: 621px;
	clear:left;
	overflow: hidden;
	text-indent:-9999px;
    padding-top: 150px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
	text-align: left;
}

#btn_order a{
	text-indent:-9999px;
	text-decoration:none;
	float:right;
	height:51px;
}

#btn_order ul,#links ul{
	margin:0;
	padding:0;
	list-style:none;
}

#btn_order li,#links li{
	float:right;
}

#btn,#btn a{
	background:url(../img/btn_order1.jpg) left top no-repeat;
	width:225px;
	height:51px;
}
#btn a:hover{
	background:url(../img/btn_order2.jpg) left top no-repeat;
	width:225px;
}


/*----- 車検メニュー -----*/
div#menu_container{
	width:671px;
	background-color:#E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#menu{
	width:648px;
	clear:left;
	overflow: hidden;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}

#menu a{
	text-indent:-9999px;
	text-decoration:none;
	float:left;
}

#menu ul,#links ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li,#links li{
	float:left;
}

#menu1,#menu1 a{
	background:url(../img/btn_service1_1.jpg) left top no-repeat;
	width:215px;
	height:110px;
}
#menu1 a:hover{
	background:url(../img/btn_service1_2.jpg) left top no-repeat;
	width:215px;
}

#menu2,#menu2 a{
	background:url(../img/btn_service2_1.jpg) left top no-repeat;
	width:218px;
	height:110px;
}
#menu2 a:hover{
	background:url(../img/btn_service2_2.jpg) left top no-repeat;
	width:218px;
}

#menu3,#menu3 a{
	background:url(../img/btn_service3_1.jpg) left top no-repeat;
	width:215px;
	height:110px;
}
#menu3 a:hover{
	background:url(../img/btn_service3_2.jpg) left top no-repeat;
	width:215px;
}

/*----- 臨時営業日 -----*/
div#eigyou{
	background:url(../img/bg_eigyou.jpg) repeat-y;
	width:671px;
	margin-bottom:10px;
}

div#eigyou p{
	margin-top:5px;
	line-height:150%;

	font-weight:bold;
    font-size: 18px;
}

/*----- ニュース -----*/
#news{
	padding-bottom: 25px;
}
.news_list {
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
	width: 671px;
}
.n_left {
	display: inline;
	float: left;
	width: 120px;
	background:url(../img/icon1.gif) left center no-repeat ;
	line-height: 130%;
	font-weight: bold;
	color: #E50012;
	text-align:left;
	padding-left:15px;
}
.n_right {
	display: inline;
	float: right;
	width: 535px;

	line-height: 130%;
	text-align:left;
}

/*----- バナーセット -----*/

.banner_top1,.banner_top1 a{
	background:url(../img/banner_top1_1.jpg) left top no-repeat;
	width:671px;
	height:96px;
	margin-bottom:10px;
}
.banner_top1 a:hover{
	background:url(../img/banner_top1_2.jpg) left top no-repeat;
	width:671px;
	height:96px;
}

.banner_top2,.banner_top2 a{
	background:url(../img/banner_top2_1.jpg) left top no-repeat;
	width:671px;
	height:120px;
}
.banner_top2 a:hover{
	background:url(../img/banner_top2_2.jpg) left top no-repeat;
	width:671px;
	height:120px;
}

.banner_top3,.banner_top3 a{
	background:url(../img/banner_top3_1.jpg) left top no-repeat;
	width:671px;
	height:78px;
	margin-bottom:10px;
}
.banner_top3 a:hover{
	background:url(../img/banner_top3_2.jpg) left top no-repeat;
	width:671px;
	height:78px;
}

.banner_top4,.banner_top4 a{
	background:url(../img/banner_top4_1.jpg) left top no-repeat;
	width:671px;
	height:71px;

}
.banner_top4 a:hover{
	background:url(../img/banner_top4_2.jpg) left top no-repeat;
	width:671px;
	height:71px;
}
/*----- コバック尼崎元浜店ホームページへようこそ -----*/
.welcome_container{
	background:url(../img/bg_messe.jpg) left top repeat-y;
	width:671px;
	margin-top:17px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
}

.welcome_container_in{
	width:629px;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.welcome_text{
	line-height:150%;
    font-size: 14px;
	text-align:left;
}

.drop{
    font-size:38px;
    float: left;
    padding-top:10px;
    padding-bottom:3px;
    padding-right:5px;
	color:#B9010F;
}

