@charset "utf-8";
/* CSS Document */

body {
	background-color:#fcfbf0;
	background-attachment: fixed;
	background-image: url(images/bg_body.png); /* 背景底圖 */
	background-repeat: repeat-x; /* 背景x重複 */
	background-position: left bottom; /* 背景位置 */
}
.clear { clear:both;}

/* ===============外框============= */
.wrapper {
	margin:auto;
	width:1020px;
	height:auto;
	font-size: 13px;
	line-height: 20px;
}
.container {
	padding:8px 0;
	background-color: #FFF;
	overflow:hidden;
}

/* =========內容外框(1欄-w1000)======= */
.content_w1000 {
	margin:10px 0 0 0;
	}
/* =========內容外框(2欄-右w825)======= */
.content_w825 {
	width:825px;
	float:left;
}
/* =========內容外框(2欄-左w200)======= */
.content_w200L {
	width:200px;
	float:left;
	margin-right:15px;
}
/* =========內容外框(2欄-右w200)======= */
.content_w200R {
	width:200px;
	float:left;
	margin-left:15px;
}
/* =========內容外框(2欄-右w300)======= */
.content_w312R {
	width:312px;
	float:left;
	margin-left:15px;
}
/* =========內容外框(2欄-左w785/單一商品)======= */
.content_w785 {
	width:785px;
	float:left;
	margin-right:15px;
}
/* =========內容外框(2欄-左w685/會員中心)======= */
.content_w673 {
	width:673px;
	float:left;
}
/* =========內容外框(2欄-w785/會員中心)======= */
.content_w785b {
	width:785px;
	float:left;
}
	
/* =========內容外框(3欄)======= */
.content {
margin:0 auto;
width:1000px;
}
.content_left { 
width:160px;
margin-right:15px;
float:left;
	}
.content_main { 
width:610px;
float:left;
margin-right:15px;
	}
.content_right { 
width:200px;
float:left;
	}
	
/* ========(上)Top選單======= */
.topbar {
	margin:auto;
	width:1000px;
	height:35px;
	background-color:#F2F2F2;
	border: 1px solid #ffffff;
	border-top-left-radius:5px; /*圓角*/
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	font-size: 13px;
}
.topbar_logo {
	margin:5px 0 0 5px;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #CCC;
}
.topbar_box01 {
	margin:0 5px 0 0;
	float: right;
	height: 35px;
}
.topbar_box02 {
	margin:0 10px 0 0;
	float: left;
	height: 35px;
}
.topbar_box02 li {
	display:block;
	font-size:13px;
	height:35px;
	float: left;
	margin:0 0 0 5px;
	color:#3E3A39;
	line-height:35px;
	font-weight: bold;
	background-repeat: no-repeat;
}
.topbar_box02 li a{
	display:block;
	color:#3E3A39;
	text-decoration: none;
}
.topbar_box02 li a:hover{
	text-decoration: underline;
	color: #eb6100;
}
.topbar_box02 li a:active{
	text-decoration: underline;
	color: #eb6100;
}
.topbar_box02 li a:visited{
	color: #3E3A39;
	text-decoration: none;
}
.topbar_kimy_menu { 
display:block;
line-height:35px;
float: right;
}
.topbar_kimy_menu li {
	display:block;
	font-size:13px;
	height:35px;
	float: right;
	margin:0 0 0 5px;
	color:#717071;
}
.topbar_kimy_menu li a{
	display:block;
	color:#717071;
	text-decoration: none;
}
.topbar_kimy_menu li a:hover{
	text-decoration: underline;
	color: #eb6100;
}
.topbar_kimy_menu li a:active{
	text-decoration: underline;
	color: #eb6100;
}
.topbar_kimy_menu li a:visited{
	color: #717071;
	text-decoration: none;
}
	
/* =========(下)版尾 bar======== */
.footer { 
    margin:10px auto;
    width:1000px;
    height:35px;
    background-color:#f48b19;
} 
.footer ul { 
    padding-left:300px;
}
.footer li { 
    display:block;
    font-size:13px;
    color:#fff;
    letter-spacing:1px;
    line-height:35px;
    margin-left:10px;
    font-weight:bold;
    float:left; 
}
.footer li a {
	color:#fff;
	text-decoration: none;
}

.footer li a:hover {
	color:#fff;
	text-decoration: underline;
}

/* ========(下)版尾=========== */
.copyright { 
    margin:0 auto;
    padding-top:40px;
    text-align:center;
    clear:both;
}
.copyright_title { 
    font-size:13px;
    line-height:26px;
    padding:5px 0 3px 0;
    font-weight:bold;
    color:#bd4d03;
}
.copyright_nav { 
    font-size:13px;
    line-height:24px;
    color:#302f2d;
}
.copyright_nav a { 
    text-decoration:none;
    color:#302f2d;
}
.copyright_nav a:hover { 
    color:#f16305;
}
.copyright_info { 
    font-size:13px;
    line-height:24px;
    color:#302f2d;
}
.copyright_info a { 
    color:#06C;
}
.copyright_info a:hover { 
    color:#f16305;
}

/* 連結 */
a:link {
	color: #076baf;
	text-decoration: none;
}
a:visited {
	color: #076baf;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
