/* www.remansanji.com.tw
 * Main Layout
 * 2011.09.29
 */

/*-----------------------
 NEWS
 -----------------------*/
.news_list {
	margin: 0 0 0 80px;
}
.bill_board {
	display: inline-block;
	height: 392px;
	left: 13px;
	position: relative;
	top: 40px;
	width: 870px;
}
.bill_board .outline_border {
	background: url("../images/news_billboard_border.png") no-repeat scroll center top transparent;
	display: inline-block;
	height: 392px;
	position: absolute;
	width: 870px;
	z-index: 30;
}
.bill_board #_fade {
	position: relative;
}
.bill_board #_fade li {
	list-style: none;
}
/*News 列表*/

.topics {
	display: inline-block;
	margin: 10px 0 0 30px;
	position: relative;
	top: 50px;
	width: 823px;
}
.topics h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.topics li {
	list-style: square inside none;
	margin: 0 0 7px;
	padding: 0 0 0 4px;
	font-size: 13px;
}
.topics li a {
	color: #666;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.topics li a:hover {
	color: #C30D23;
}
.topics li a:active {
	color: #2CA6E0;
}
.topics li span {
	color: black;
}
.topics ul {
	background: url("../images/white_bg.png") repeat scroll center top transparent;
	padding: 8px;
	width: 814px;
	min-height: 200px;
}
/*News Content*/

.back_arrow {
	background-color: black;
	color: white;
	float: right;
	font-size: 12px;
	margin: 10px;
	padding: 2px;
	position: relative;
}
.back_arrow:hover {
	background: white;
	color: black;
}
.news_content {
	background: url("../images/white_bg.png") repeat scroll center top transparent;
	margin: 20px 0 0 117px;
	width: 826px;
	min-height: 450px;
}
.news_img {
    background: url("../images/news_img_bg.png") repeat scroll center top transparent;
    display: block;
    margin: 18px auto;
    max-height: 496px;
    position: relative;
    text-align: center;
    top: 15px;
    width: 365px;
}
.news_img img {
    margin: 0 0 36px;
    position: relative;
    top: 13px;
    width: 330px;
}
.news_text h2 {
	color: #333333;
	font-size: 15px;
	margin: 0 0 10px;
}
.news_text {
   clear: both;
    color: #333333;
    letter-spacing: 1px;
    margin: 30px auto 0;
    padding: 35px 0 40px;
    width: 340px;
}
.news_text div {
	border-bottom: 1px dashed white;
	font-size: 12px;
	padding: 0 0 10px 0;
}
/*-----------------------
 PRODUCTS
 -----------------------*/
.products_content {
	margin: 0 0 0 80px;
	position: relative;
	display: inline-block;
}
.left_side {
	border-right: 1px solid white;
	display: inline-block;
	float: left;
	margin: 45px 0 90px;
	padding: 0 50px 0 0;
	position: relative;
	width: 622px;
}
.right_side {
	display: inline-block;
	float: right;
	left: 40px;
	margin: 45px 0 0;
	position: relative;
	width: 170px;
}
/*產品大圖片*/

.products_img {
	display: inline-block;
	height: 424px;
	left: 13px;
	position: relative;
	width: 622px;
}
.products_img img {
	left: 12px;
	position: relative;
	top: 13px;
}
.products_border {
	background: url("../images/products_border.png") no-repeat scroll center top transparent;
	display: inline-block;
	height: 415px;
	position: absolute;
	width: 620px;
	z-index: 30;
}
/*產品列表*/

.products_list {
	clear: both;
	left: 11px;
	position: relative;
	top: 20px;
}
.products_list h1 {
    background: url("../images/products_list_bg.png") repeat scroll center top transparent;
    font-size: 13px;
    height: 22px;
    padding: 8px 0 0 35px;
    width: 585px;
}
.products_list ul {
	background: url("../images/white_bg.png") repeat scroll center top transparent;
	display: inline-block;
	margin: 0 0 22px;
	padding: 7px 0 18px 16px;
	width: 605px;
}
.products_list ul li {
	display: block;
	float: left;
	margin: 10px 20px 30px 0;
	position: relative;
	width: 180px;
}
.products_list ul a {
	color: #40210F;
	width: 100%;
	height: 100%;
}
.products_list ul a:hover {
	color: black;
}
.products_list ul li img {
	display: block;
	height: 140px;
	margin: 0 0 13px;
	width: 190px;
}
.products_list ul li:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.products_list ul li strong {
	font-size: 14px;
}
.products_list ul li em {
    float: right;
    font-size: 13px;
    left: 10px;
    font-style: normal;
    position: relative;
}
.products_list ul li b {
	display: block;
	font-size: 14px;
}
.products_list ul li p {
	font-size: 12px;
	margin: 10px 0 0 0;
}
/*右側選單*/

.right_side .menu_list li {
	margin: 0 0 14px 0;
}
.right_side h3 {
	margin: 0 0 10px 0;
	font-size: 15px;
}
.menu_list li a {
	color: white;
	font-size: 13px;
}
.menu_list li a span {
	display: block;;
}
.menu_list li a:hover {
	text-decoration: underline;
	color: black;
}
/*-----------------------
 店家檢索
 -----------------------*/

.shops_content {
    display: inline-block;
    margin: 0 0 0 80px;
    position: relative;
}
.shop_head {
	background: transparent url(../images/shops_header_bg.png) no-repeat 0 0;
	display: inline-block;
	height: 14px;
	margin: 54px 0 0;
	padding: 10px;
	position: relative;
	width: 859px;
}
.shop_head h1 {
    bottom: 1.5px;
    float: left;
    font-size: 16px;
    left: 27px;
    position: relative;
}
.shop_head ul {
	float: right;
}
.shop_head ul li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	color: #555;
	font-size: 13px;
}
.shop_head ul li a {
	color: #555;
	margin: 0 5px 0 0;
}
.shop_head ul li a:hover {
	text-decoration: underline;
	color: white;
}
.shop_list {
	background-color: white;
	display: inline-block;
	margin: 0 0 50px;
	padding: 10px 0 25px;
	width: 100%;
}
.shop_list .shop_info {
	color: #3E3A39;
	float: left;
	margin: 10px 0;
	min-height: 240px;
	padding: 10px 0 10px 16px;
	position: relative;
	width: 230px;
}
.shop_detail {
	position: relative;
	clear: both;
}
.shop_info h2 {
	background: url("../images/sanji_mark.png") no-repeat scroll 0 6px transparent;
	border-bottom: 1px solid #DBDCDC;
	border-top: 1px solid #DBDCDC;
	display: block;
	font-size: 13px;
	padding: 15px 0 15px 40px;
	position: relative;
}
.shop_info div {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	line-height: 17px;
}
/*SHOP IMG*/

.shop_img {
	display: inline-block;
	float: right;
	padding: 19px 0 0;
	width: 622px;
	position: relative;
}
/*MAP*/
.big_map {
	background-color: black;
	bottom: 12px;
	color: white;
	font-size: 12px;
	padding: 4px;
	position: absolute;
	right: 28px;
	z-index: 30;
}
.big_map:hover {
	background-color: white;
	color: black;
}
/*-----------------------
 媒體報導
 -----------------------*/

.press_list {
	background: url("../images/white_bg.png") repeat scroll center top transparent;
	display: inline-block;
	margin: 0 0 22px;
	padding: 7px 0 18px 16px;
	width: 863px;
}
.press_list .video {
	border-bottom: 1px solid #C72F07;
	color: #C72F07;
	display: inline-block;
	margin: 15px;
	min-height: 361px;
	padding: 0 0 10px;
	position: relative;
	width: 95%;
}
.press_info {
	bottom: 20px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 20px;
	position: absolute;
}
.tv {
	float: right;
	position: relative;
	right: 170px;
}
.tv span {
	background: url("../images/tv_border.png") no-repeat scroll center center transparent;
	display: inline-block;
	height: 341px;
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	z-index: 100;
}
.tv b {
	display: block;
	height: 205px;
	overflow: hidden;
	position: absolute;
	right: 84px;
	top: 20px;
	width: 275px;
}
.tv a {
	display: block;
	height: 205px;
	overflow: hidden;
	position: relative;
	right: 84px;
	top: 20px;
	width: 275px;
	z-index: 300;
}
.tv:hover b img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
/*-----------------------
 徵人啟示
 -----------------------*/

.jobs_content {
    display: inline-block;
    margin: 0 0 60px 90px;
    position: relative;
    width: 870px;
}
.jobs_table {
	width: 100%;
}

.jobs_table input[type="text"]{
	    background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
    height: 19px;
    width: 356px;
}
.jobs_table textarea{
	background-color: #E9E9E9;
    border: 1px solid #E9E9E9;
     width: 356px;
}

.jobs_table .submit_btn{
    background-color: white;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 13px;
    margin: 10px 0 0;
	
}

.jobs_table p{
    line-height: 18px;
    padding: 16px;
    width: 350px;
}

.jobs_table tr{
	height: 30px;
}

.jobs_head {
	background: url("../images/shops_header_bg.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 14px;
	margin: 54px 0 0;
	padding: 10px;
	position: relative;
	width: 850px;
}
.jobs_head h1 {
	float: left;
	font-size: 16px;
	left: 27px;
	position: relative;
}
.jobs_table thead {
	background-color: black;
	color: white;
	font-size: 12px;
}
.jobs_table thead b {
	color: red;
}
.jobs_table tbody {
	background-color: white;
	color: #555;
	font-size: 12px;
}
.jobs_table tbody tr {
	background-color: white;
}
.jobs_table tbody span {
	position: relative;
	left: 15px;
}
.jobs_table tfoot{
	width: 100%;
	color: red;
}

.job_foot{
	display: block;
	background-color: #F03C14;
	padding: 10px;
	color: white;
}

.job_foot p{
	margin: 10px;
	font-size: 12px;
}
.job_foot h3{
   font-size: 14px;
    margin: 20px 0 15px 9px;
}

/*內頁*/

.jobs_text h2 {
	color: #333333;
	font-size: 15px;
	margin: 0 0 10px;
}
.jobs_text {
    clear: both;
    color: #333333;
    letter-spacing: 1px;
    margin: 29px auto 0;
    padding: 33px 0 40px;
    width: 785px;
}
.jobs_text div {
    border-bottom: 1px dashed white;
    font-size: 12px;
    padding: 10px 0 18px;
}

/*-----------------------
 關於我們
 -----------------------*/

.about_switchnav{
	float: right;
}

.about_switchnav li{
	float: left;
	margin: 0 12px 0 0;
	list-style: none;
	font-size: 12px;
}

.about_switchnav li a{
	color: #555;
}
.about_switchnav li a:hover{
	color: black;
}
.about_switchnav li b{
	margin: 0 10px 0 0;
}

.about_tab_content{
    background-color: white;
    color: #555555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 17px 17px 80px;
}

.about_tab_content p{
	margin: 0 0 20px 0;
	width: 98%;
	line-height: 25px;
}
.about_tab_content p b{
	color: red;
}

.about_tab_content h3{
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}

.sanji-mark{
    background: url("../images/sanji_mark.png") no-repeat scroll 0 1px transparent;
    border-bottom: 1px dashed #bababa;
    font-size: 15px;
    height: 32px;
    margin: 0 0 10px;
    padding: 10px 0 0 40px;
}


