@charset "utf-8";
/* ---------------------- 基本設定 ---------------------- */
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	color: #2f0d0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 180%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-image: url(../images/bg_all.jpg);
	background-repeat: repeat;
	background-position: center top;
}
a {
	color:#990000;
	text-decoration:none;
	cursor:hand;
}
a:hover {
	color: #990000;
	text-decoration: none;
	cursor:hand;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
p {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dd, dl, dt {
	margin: 0px;
	padding: 0px;
	float:left;
}
.clear {
	width:100%;
	height:0px;
	line-height:1px;
	font-size:1px;
	clear:both;
}


/* ---------------------- 首頁 layout ---------------------- */
#wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header_bg {
	float: left;
	width: 100%;
}
#header {
	width: 1122px;
	margin-right: auto;
	margin-left: auto;
}
#banner{
	width: 925px;
	float: left;
	display: block;
	height: 476px;
}
#main {
	width: 1122px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#index_container{
	float: left;
	width: 1054px;
	padding-left: 10px;
	padding-top: 72px;
	padding-bottom: 60px;
}
#footer {
	float: left;
	width: 100%;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 32px;
	padding-top: 17px;
}
#banner_white {
	float: left;
	height: 34px;
	width: 100%;
}

/* ---------------------- 內頁 layout ---------------------- */
#wrapper_in {
	float: left;
	width: 100%;
	background-image: url(../images/bg_wrapper_in.jpg);
	background-repeat: no-repeat;
	background-position: center 181px;
}
#main_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#container {
	float: left;
	width: 984px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 15px;
}
#container2 {
	float: left;
	width: 984px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#container_right{
	float: left;
	width: 784px;
	padding-bottom: 60px;
}
#left {
	float: left;
	width: 248px;
	padding-bottom: 70px;
}
#menu {
	float: left;
	width: 203px;
	padding-left: 27px;
	padding-top: 18px;
	padding-bottom: 45px;
}
#menu ul {
	float: left;
	width: 100%;
}
#menu ul li {
	float: left;
	width: 100%;
}
#ad {
	float: left;
	width: 100%;
	padding-top: 9px;
}
#home {
	float: right;
	width: auto;
	background-image: url(../images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
}
#top {
	float: left;
	width: 100%;
	padding-bottom: 14px;
}
#title{
	float: left;
	width: auto;
	padding-left: 18px;
}

/* ---------------------- logo 設定 ---------------------- */
h1 {
	float: left;
	height: 159px;
	width: 324px;
	margin-top: 10px;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: left;
	height: 159px;
	width: 324px;
	overflow: hidden;
}
h1.logo_in {
	float: left;
	height: 127px;
	width: 256px;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 14px;
}
h1.logo_in a {
	background-image: url(../images/logo_in.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
	display: block;
	float: left;
	height: 127px;
	width: 256px;
	overflow: hidden;
}

/* ---------------------- 上方導覽列 設定 ---------------------- */
#subNav {
	width: auto;
	float: right;
	height: 24px;
	text-align: right;
	padding-top: 14px;
	padding-right: 53px;
}
#subNav ul {
	width: auto;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
#subNav ul li {
	float: right;
	width: auto;
	padding-left: 22px;
	margin-left: 17px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #2f0d0b;
}
#subNav ul li  A:link {color:#2f0d0b;text-decoration:none}
#subNav ul li  A:visited {color:#2f0d0b;text-decoration:none}
#subNav ul li  A:hover {color: #990000;text-decoration: none
}

/* ---------------------- 主選單 設定 ---------------------- */
#nav {
	float: left;
	width: 247px;
	padding-left: 23px;
	margin-top: 15px;
	margin-bottom: 2px;
}
#nav ul {
	float: left;
	width: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #705a5a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav ul li {
	float: left;
	width: auto;
	clear: left;
}
#nav ul .menu1 {
	float: left;
	height: 30px;
	width: 113px;
	clear: left;
	padding-bottom: 12px;
}
#nav ul .menu1 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu1_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu1_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu1 a:hover {
	background-image: url(../images/menu1_on.png);
}
#nav ul .menu2 {
	float: left;
	height: 30px;
	width: 193px;
	padding-bottom: 12px;
}
#nav ul .menu2 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu2_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu2_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu2 a:hover {
	background-image: url(../images/menu2_on.png);
}
#nav ul .menu3 {
	float: left;
	height: 30px;
	width: 193px;
	padding-bottom: 12px;
}
#nav ul .menu3 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu3_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu3_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu3 a:hover {
	background-image: url(../images/menu3_on.png);
}
#nav ul .menu4 {
	float: left;
	height: 30px;
	width: 193px;
	padding-bottom: 12px;
}
#nav ul .menu4 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height:30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu4_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu4_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu4 a:hover {
	background-image: url(../images/menu4_on.png);
}
#nav ul .menu5 {
	float: left;
	height: 30px;
	width: 193px;
	padding-bottom: 12px;
}
#nav ul .menu5 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu5.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu5_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu5_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 12px;
}
#nav ul .menu5 a:hover {
	background-image: url(../images/menu5_on.png);
}
#nav ul .menu6 {
	float: left;
	height: 30px;
	width: 193px;
}
#nav ul .menu6 a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu6.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu6_on a {
	text-indent: -99999px;
	display: block;
	float: left;
	height: 30px;
	width: 193px;
	overflow: hidden;
	background-image: url(../images/menu6_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul .menu6 a:hover {
	background-image: url(../images/menu6_on.png);
}
#wrapper #header_bg #header .box_10 #nav ul ul {
	float: left;
	width: 100%;
	border-left-style: none;
	padding-top: 7px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.menu_in_box {
	float: left;
	width: 98%;
	padding-top: 2px;
	padding-bottom: 14px;
}
.menu_in_box_end {
	float: left;
	width: 98%;
	padding-top: 9px;
}
.meun_in {
	float: left;
	width: 87%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
	padding-bottom: 4px;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 13%;
	font-size: 14px;
	padding-top: 2px;
}
.meun_in  A:link {color:#2f0d0b;text-decoration:none}
.meun_in  A:visited {color:#2f0d0b;text-decoration:none}
.meun_in  A:hover {color: #990000;text-decoration: none
}
.meun_in_on {
	float: left;
	width: 87%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
	padding-bottom: 4px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13%;
	font-size: 14px;
	padding-top: 2px;
	color: #FFF;
}
.meun_in_on  A:link {
	color: #FFFFFF;
	text-decoration: none
}
.meun_in_on  A:visited {
	color: #FFFFFF;
	text-decoration: none
}
.meun_in_on  A:hover {
	color: #FFFFFF;
	text-decoration: none
}
/* ---------------------- 首頁商品 設定 ---------------------- */
#index_products{
	float: left;
	width: 652px;
}
#index_products ul li {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	padding-bottom: 28px;
}
/* ---------------------- 內頁商品 設定 ---------------------- */
#products{
	float: left;
	width: 784px;
	padding-left: 20px;
}
#products ul li {
	float: left;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	padding-bottom: 28px;
	padding-top: 16px;
	margin-bottom: 10px;
}
#order_box{
	float: left;
	width: 784px;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 60px;
}
.order_list {
	width: 100%;
	float: left;
}
.order_list table td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.order_list table th {
	padding-top: 15px;
	padding-bottom:8px;
}
.order_info{
	float: left;
	width: 744px;
	margin-top: 1px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #F0E2D0;
}
.order_info2{
	float: left;
	width: 784px;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
}
.order_info2 table td {
	margin: 0px;
	padding: 0px;
}
.order_info3{
	float: left;
	width: 739px;
	margin-top: 1px;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-right: 10px;
	padding-left: 35px;
	background-color: #F0E2D0;
}
.order_info4{
	float: left;
	width: 784px;
	margin-top: 30px;
	padding-bottom: 50px;
}

/* ---------------------- 右方廣告 設定 ---------------------- */
#index_ad {
	float: right;
	width: 355px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 15px;
}
#index_ad .ad_about {
	float: left;
	width: 228px;
	padding-right: 40px;
	padding-bottom: 27px;
	background-image: url(../images/about_pic01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	color: #dee5c2;
	line-height: 160%;
	padding-left: 28px;
	height: 95px;
}

/* ---------------------- footer 設定 ---------------------- */
#copyright {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#info {
	width: 750px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
#QRcode {
	float: right;
	width: auto;
	padding-top: 10px;
	padding-right: 18px;
}
#logo_down{
	float: left;
	width: auto;
	padding-left: 15px;
}

/* ---------------------- 分享設定 ---------------------- */
#icon_fb {
	float: right;
	width: 115px;
}
#fb_box {
	float: left;
	width: 966px;
	display: block;
	padding-left: 10px;
	height: 178px;
	overflow: hidden;
}
#fb_box_down {
	float: left;
	width: 974px;
	padding-left: 5px;
	padding-bottom: 36px;
}
#subNav iframe {
	width: 115px;
}

/* ---------------------- 容器設定 ---------------------- */
.box100 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 70px;
}
.box70 {
	float: left;
	width: 73%;
}
.box55 {
	float: left;
	width: auto;
	padding-right: 12px;
}
.box30 {
	float: right;
	width: 27%;
}
.box35 {
	float: right;
	width: 35%;
}
/* ---------------------- 內頁消息 設定 ---------------------- */
#news_box {
	float: right;
	width: 99%;
	padding-bottom: 70px;
}
.news_title {
	float: left;
	width: 97%;
	padding-left: 3%;
	padding-bottom: 14px;
}
.news_title2 {
	float: left;
	width: 100%;
	padding-bottom: 14px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
}
#news_box ul {
	float: left;
	width: 100%;
	background-image: url(../images/line5.gif);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	margin-bottom: 15px;
}
#news_box ul li {
	float: left;
	width: 230px;
	padding-right: 32px;
	padding-bottom: 45px;
	padding-left: 8px;
}
#news_box ul li.end {
	float: left;
	width: 230px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 8px;
}
#news_info {
	float: left;
	width: 778px;
	padding-bottom: 45px;
	padding-top: 25px;
	color: #666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
}
#news_box ul li img {
	float: left;
	width: 230px;
	margin-bottom: 16px;
}

/* ---------------------- 留言版 設定 ---------------------- */
#guestbook_box {
	float: left;
	width: 919px;
	padding-bottom: 70px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 20px;
}
#guestbook_left {
	float: left;
	width: 304px;
	text-align: center;
	padding-right: 15px;
}
#guestbook_right {
	float: left;
	width: 560px;
	background-image: url(../images/bg_shop.gif);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 23px;
	padding-bottom: 23px;
}
#guestbook_right ul {
	float: left;
	width: 100%;
}
#guestbook_right ul li {
	float: left;
	width: 100%;
	background-image: url(../images/line6.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.guestbook_title {
	background-image: url(../images/icon4.gif);
	background-repeat: no-repeat;
	background-position: 9px top;
	width: 513px;
	float: left;
	padding-left: 45px;
	font-size: 15px;
	color: #990000;
	line-height: 160%;
	padding-top: 3px;
	font-weight: bold;
}
.guestbook_info {
	width: 464px;
	float: right;
	margin-right: 20px;
	color: #666;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bg_guestbook.gif);
	background-repeat: repeat;
}
.guestbook_info2 {
	width: 464px;
	float: right;
	margin-right: 20px;
	color: #666;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
	background-image: url(../images/bg_guestbook.gif);
	background-repeat: repeat;
	padding-bottom: 6px;
}
#guestbook_right ul .no-line {
	background-image: none;
	padding-bottom: 0px;
}
/* ---------------------- 聯絡我們 設定 ---------------------- */
#contact_box {
	float: right;
	width: 776px;
	padding-bottom: 80px;
	padding-top: 15px;
}
#contact_left {
	float: left;
	width: 258px;
	padding-right: 35px;
	padding-left: 45px;
	padding-top: 285px;
}
#contact_right {
	float: left;
	width: 595px;
	padding-left: 30px;
}
.contact_title {
	float: left;
	width: 138px;
}
.contact_info {
	float: left;
	width: 100%;
}
#map_box {
	float: left;
	width: 776px;
	padding-top: 15px;
	padding-bottom: 90px;
}
#map_left {
	float: left;
	width: 776px;
	text-align: center;
}
#map_right {
	float: left;
	width: 565px;
	padding-left: 30px;
}
/* ---------------------- 訂單說明 設定 ---------------------- */
#orderHelp_box {
	float: left;
	width: 100%;
	padding-bottom: 70px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.orderHelp_title {
	float: left;
	width: auto;
	padding-left: 30px;
}
.orderHelp_info {
	float: left;
	width: 48%;
	background-image: url(../images/bg_order.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 52%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
/* ---------------------- 本站緣起 設定 ---------------------- */
#about_box {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.about_title {
	float: left;
	width: auto;
	padding-left: 30px;
}
.about_info {
	float: left;
	width: 54%;
	padding-left: 42%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#about_box2 {
	float: left;
	width: 761px;
	padding-bottom: 415px;
	background-image: url(../images/about_pic01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 80px;
	padding-left: 16px;
	padding-top: 28px;
	margin-left: 7px;
}
#about_box3 {
	float: left;
	width: 764px;
	padding-bottom: 100px;
	padding-top: 15px;
	padding-left: 20px;
}
#about_box4 {
	float: left;
	width: 761px;
	padding-bottom: 530px;
	background-image: url(../images/about_pic05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 80px;
	padding-left: 16px;
	padding-top: 35px;
	margin-left: 7px;
}
#about_box5 {
	float: left;
	width: 753px;
	background-image: url(../images/about_pic07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 45px;
	padding-left: 24px;
	padding-top: 35px;
	margin-left: 7px;
	height: 540px;
}
#about_box6 {
	float: left;
	width: 761px;
	background-image: url(../images/about_pic11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 100px;
	padding-left: 16px;
	padding-top: 28px;
	margin-left: 7px;
}
/* ---------------------- 內頁商品 設定 ---------------------- */
.products_view {
	float: left;
	width: 780px;
	padding-bottom: 50px;
	margin-left: 4px;
	padding-top: 8px;
}
.products_photo {
	float: left;
	width: 400px;
}
.products_photo .big {
	float: left;
	width: 400px;
	padding-bottom: 13px;
}
.products_photo .small {
	float: left;
	width: 400px;
}
.products_photo .small img {
	margin-right: 11px;
}

.products_introduction {
	float: right;
	width: 345px;
}
#products #container_right .products_view .products_introduction ul li {
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcd0b7;
	margin-bottom: 2px;
}
.products_info {
	float: left;
	width: 778px;
	margin-left: 4px;
	padding-top: 50px;
	color: #666666;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd0b7;
	padding-left: 2px;
}
.products_shop {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.products_shop span {
	padding-top: 4px;
	float: left;
	width: auto;
}
#index_news_box {
	float: right;
	width: 355px;
	padding-top: 29px;
	background-image: url(../images/line01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
}
#index_news_box ul li {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
	padding-top: 6px;
}
#index_fb_box {
	float: right;
	width: 355px;
	background-image: url(../images/title_fb.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}
#banner_in {
	float: left;
	width: 100%;
}
#news2_box {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
#news2_box ul li {
	float: left;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5%;
	font-size: 14px;
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	background-position: 22px 16px;
	margin: 0px;
}
#news2_box ul li A:link {color:#2f0d0b;text-decoration:none}
#news2_box ul li A:visited {color:#2f0d0b;text-decoration:none}
#news2_box ul li A:hover {color: #990000;text-decoration: none
}
#news3_box {
	padding-top: 8px;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
#news3_box ul li {
	float: left;
	width: 93%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 7%;
	font-size: 14px;
	background-image: url(../images/icon_Q.gif);
	background-repeat: no-repeat;
	background-position: 22px top;
}
#news3_box ul li A:link {color:#2f0d0b;text-decoration:none}
#news3_box ul li A:visited {color:#2f0d0b;text-decoration:none}
#news3_box ul li A:hover {color: #990000;text-decoration: none
}
.box_right {
	float: right;
	width: 355px;
}
