﻿@charset "utf-8";

/* 基本設定 */
body
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	background-color:#e8e8e8;
	margin:0px;
}




/* 最外層包裝器 */
div.wrapper
{
    width: 1000px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1DFDF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1DFDF;
	background-color: #FFF;
}
/*  檔頭 */
div.header
{  
    display:block; width:100%;clear:both;float:none;
    background-image: url(./header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height:192px;
	background-image: url(./banner.jpg);
	margin-left:7px;
	background-repeat:no-repeat;
	background-position:left top;
}
/* 內容容器 */
div.container
{
    display:block; width:100%;clear:both;float:none;
	padding-top:10px;
}
/* 檔尾 */
div.footer
{
    display:block; width:100%;clear:both;float:none;
    height:40px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #afafaf;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	overflow: hidden;
}
/*頁腳*/
.footer1
{
	display:block; width:100%;clear:both;float:none;
	background-image:url(./footer_bg.jpg);
	background-repeat:repeat-x;
	height:60px; 	
	margin-top:20px;	
	padding-top:30px;
	padding-left:150px; 
	color:#006;
	line-height:24px;
}



/* 檔頭-Banner */
div.header .banner
{
    display:block; float:left;
	height:65px;
}
/* 檔頭-登錄信息 */
div.header .loginInfo
{
    display:block; 
    float:right;   
    padding-right:20px;

}
div.header .loginInfo .info
{
    clear:both;
    float:none;
    margin-top:5px;
}
/* 檔頭-登錄信息-帳號 */
div.header .loginInfo .info .account
{
    background-image: url(./IconAccount.gif);
	background-repeat:no-repeat;
	background-position: top left;
	float:left;
	padding-left:16px;
}
div.header .loginInfo .info .loginTime
{
    background-image: url(./IconloginTime.gif);
	background-repeat:no-repeat;
	background-position: top left;
	float:left;
	padding-left:17px;
	margin-left:3px;
}
div.header .loginInfo .btn
{
    clear:both;
    float:none;
    float:right;
}
div.header .loginInfo .btn img
{
    border:0px;
}


/* 內容容器-左邊 */
div.container .left
{
    display:block;float:left; width:210px;
    padding-left:10px;
    padding-bottom:15px;
}
/* 內容容器-右邊 */
div.container .right
{
    display:block;width:755px; float:left; padding-left:25px;
}





/*當前位置*/
.position
{
    display:block;
	background-image:url(./position.png);
	background-position: left center;
	background-repeat:no-repeat;
	text-align: left;
	width: 400px;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 13px;
	color: #666;
}
