@charset "UTF-8";

h2{
	margin-bottom:30px;
}

#main{
	margin-bottom:80px;
}

/*------ slider_wrap ------*/
#slider_wrap{
	margin:70px auto 50px;
}
#slider_wrap #controls{
	display:block;
	text-align:center;
	margin-top:10px;
}
#slider_wrap #controls li{
	display:inline;
	margin-left:9px;
}
#slider_wrap #controls  li:first-child{
	margin-left:0;
}
#slider_wrap #controls a{
	text-indent:-9999px;
	display:inline-block;
	width:8px;
	height:8px;
	background:url(../images/dot_off.gif) no-repeat left top;
}
#slider_wrap #controls .current a{
	background:url(../images/dot_on.gif) no-repeat left top;
}
/*---------- content -------------*/
#content{
	width:525px;
	padding-top:30px;
	border-top:#afafaf dotted 1px;
}
#content .container{
	padding:0 0 30px 45px;
	border-bottom:#afafaf dotted 1px;
}
#content .container .img{
	width:157px;
}
#content .container .msg{
	width:261px;
}
#content .container .msg p{
	color:#231f20;
	margin-bottom:15px;
}

/*------ corporation_customers ------*/
#corporation_customers{
	margin-bottom:80px;
}
#corporation_customers ul{
	width:975px;
}
#corporation_customers li{
	float:left;
	width:310px;
	margin:0 15px 20px 0;
}
#corporation_customers a{
	color:#231f20;
	font-size:12px;
	text-decoration:none;
	display:block;
	height:78px;/*150*/
	padding:72px 22px 0 102px;
}
#corporation01{
	background:url(../images/btn_corporation_customers01.gif) no-repeat left top;
}
#corporation02{
	background:url(../images/btn_corporation_customers02.gif) no-repeat left top;
}
#corporation03{
	background:url(../images/btn_corporation_customers03.gif) no-repeat left top;
}
#corporation04{
	background:url(../images/btn_corporation_customers04.gif) no-repeat left top;
}
#corporation05{
	background:url(../images/btn_corporation_customers05.gif) no-repeat left top;
}
#corporation06{
	background:url(../images/btn_corporation_customers06.gif) no-repeat left top;
}

/*------ personal_customers ------*/
#personal_customers{
	margin-bottom:80px;
}
#personal_customers a{
	color:#231f20;
	font-size:12px;
	text-decoration:none;
	display:block;
	height:107px;/*150*/
	padding:43px 623px 0 102px;
	background:url(../images/bg_personal_customers.jpg) no-repeat left top;
}
#personal_customers strong{
	color:#9a140d;
	display:block;
	margin-bottom:13px;
}

/*------ news_box ------*/
#news_box .section{
	padding:50px 0;
	border-top:#c1c1c1 solid 1px;
	border-bottom:#c1c1c1 solid 1px;
}
#news_box .section .img{
	width:70px;
}
#news_box .section .img a{
	color:#231f20;
	font-size:12px;
	text-decoration:none;
	padding-right:11px;
	background:url(../images/arrow01.gif) no-repeat right center;
}
#news_box .section .img .txt_r{
	margin-top:24px;
}
#news_box .section .img a:hover{
	text-decoration:underline;
}
#news_box .section .msg{
	width:844px;
}

/* ------side_news----- */
.side_news ul{
	height:134px;
	overflow:auto;
	padding-right:15px;
}
.side_news li{
/*	background: url(../images/ico_news.gif) no-repeat 10px 24px;*/
	padding:8px 0 8px 95px;
	text-indent:-95px;
	display: block;
}
.side_news li span{
	color: #932923;
	font-size: 12px;
	width: 95px;
	display:block;
	float: left;
}
.side_news li a{
	text-decoration: none;
	color: #40403f;
}
.side_news a:hover{ color: #ababab;}
.side_news a:visited,
.side_news a:active{
	color: #40403f;
}

/*---------- End content -------------*/

/*---------- snav -------------*/
#snav {
	width:390px;
}
#snav .s_history{
	padding:20px 25px;
	margin-bottom:25px;
	border:#c1c1c1 solid 1px;
}
#snav  .s_history .title_s_history{
	display:block;
	margin:22px 0 12px;
}
#snav .s_history p{
	margin-bottom:25px;
}
#snav .s_menu_top li{ margin-bottom: 25px;}
/*---------- End snav -------------*/


