@CHARSET "UTF-8";

html {
 overflow-y: scroll; 
}


body {
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #4b4b4d;
	font-family: arial;
}

#main {
	width:958px;
	margin:0px auto;
}
#header {
	width: 958px;
	height:85px;	
}
#logo {
	width:235px;
	height:50px;
	margin-top:20px;
	float:left;
}
#content {
	background:url(../img/common/content_bg.jpg) no-repeat top left;
	width:958px;	
	height:408px;
}




#slider_left {
	width:470px;
	margin-top:26px;
	float:left;
}
#slider_left_headline {
	padding-left:30px;
	height:190px;
}
#slider_left_headline h1 {
	font-family:Arial;
	font-size:30px;
	color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#slider_left_headline p {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
}
#slider_left_headline strong {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#f59421;
}
#slider_left_btn_top a {
	width:238;
	height:55px;
	background:url(../img/common/btn_top_normal.jpg) no-repeat;
	margin-top:8px;
	margin-left:8px;
	padding-top:16px;
	padding-left:10px;
	color:#ffffff;
	display:block;
}

#slider_left_btn_top a:hover {
	width:238;
	height:55px;
	background:url(../img/common/btn_top_active.jpg) no-repeat;
	margin-top:8px;
	margin-left:8px;
	padding-top:16px;
	padding-left:10px;
	color:#f59421;
	display:block;
}

#slider_left_btn_bottom a {
	width:238;
	height:86px;
	background:url(../img/common/btn_bottom_normal-2.jpg) no-repeat;
	margin-top:5px;
	margin-left:8px;
	padding-top:16px;
	padding-left:10px;
	color:#ffffff;
	display:block;
}
#slider_left_btn_bottom a:hover {
	width:238;
	height:86px;
	background:url(../img/common/btn_bottom_active-2.jpg) no-repeat;
	margin-top:5px;
	margin-left:8px;
	padding-top:16px;
	padding-left:10px;
	color:#f59421;
	display:block;
}

#slider_left_btn_top .btn_headline {
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}
#slider_left_btn_top .btn_infotext {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

#slider_left_btn_bottom .btn_headline {
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
}
#slider_left_btn_bottom .btn_infotext {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

#slider_right {
	width:450px;
	margin-top:39px;
	float:left;
}
#slider_right_box {
	background:url(../img/common/content_box.jpg) no-repeat;
	width:430px;
	height:312px;
	padding:10px 10px 10px 10px;
}
#slider_right_sdw {
	background:url(../img/common/content_box_sdw.jpg) no-repeat;
	width:450px;
	height:15px;
	margin-top:10px;
}
#slider_headline {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	float:left;
}
#slider_buttons {
	width:50px;
	margin-bottom:3px;
	float:right;
}
.slider_buttons_rwd a {
	background:url(../img/common/slider_btn_rwd_normal.jpg) no-repeat;
	width:20px;
	height:20px;
	float:left;
	display:block;
}
.slider_buttons_rwd a:hover {
	background:url(../img/common/slider_btn_rwd_active.jpg) no-repeat;
	width:20px;
	height:20px;
	float:left;
	display:block;
}
.slider_buttons_ffw a {
	background:url(../img/common/slider_btn_ffw_normal.jpg) no-repeat;
	width:20px;
	height:20px;
	float:right;
	display:block;
}
.slider_buttons_ffw a:hover {
	background:url(../img/common/slider_btn_ffw_active.jpg) no-repeat;
	width:20px;
	height:20px;
	float:right;
	display:block;
}
.slider_line {
	background-color:#757d85;
	height:1px;
}
.slider_text {
	width:170px;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	margin-top:10px;
	float:left;
}
.slider_img {
	width:230px;
	height:240px;
	margin-top:10px;	
	float:right;
}

.slider_mi a {
	background:url(../img/common/slider_arrow_normal.jpg) no-repeat right;
	width:120px;
	height:15px;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	margin-top:5px;
	margin-right:50px;
	float:right;
	display:block;
}
.slider_mi a:hover {
	background:url(../img/common/slider_arrow_active.jpg) no-repeat right;
	width:120px;
	height:15px;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#f59421;
	margin-top:5px;
	float:right;
	display:block;
}




