@charset "big5";
/* CSS Document */

/* 通用 */
html, body {
	font:normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {	text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: none;}
a:active {	text-decoration: none;}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* TOP */
#top_bg{
	width:100%;
	margin-bottom:20px;
	height:160;	
	background: #fef6da url(../images/ribbons.png) ;
	background-position: center 118% ;
	background-repeat: no-repeat;
}

#header{
	width:980px;
	margin:0 auto;
}
.logo{
	background:url(../images/30thbookslogo.png);
	left:0;
	top:15px;
	width:411;
	height:95;
	position: relative;
	z-index:99;
	}
#top_banner{
	width: 411px;
	height:95px;
	top:15px;
	position: absolute;
	}

#service{
	width:980;
	top:0;
	text-align:right;
	position: absolute;
}
#nav{
	width: 980px;
	height: 60px;
	float: left;
	margin-left:50px;
	position: absolute;
	text-align: center;
	padding:10px 0 15px 0;
	background:url(../images/menu_bg.png) ;
	background-position: center 3% ;
	background-repeat: no-repeat;
		}
.nav_title {
	font-size:14px;
	color:#493118;
	margin-left:3px;	
	margin-right:1px;	
	text-decoration: none;
	padding-left:5px;
	padding-right:4px;
	padding-bottom:5px;
	padding-top:5px;
	height:30;
	font-weight:bold;
	}
.nav_title a{
	margin-left:15px;	
	text-decoration: none;
	padding: 0 5 0 5;
	color: #493118;
	line-height:60%;
	float: left;
	}
.nav_title:hover {
	background: #F30044; 
	color:#FFFFFF;
	 }
#bar_bg{
	width: 100%;
	position: absolute;
	top: 130px;
	line-height:30px;
	background:#493118;
	height: 35;
	}
#bar{
	width:980px;
	margin:0 auto;
}
#search{
	float:left;
	}
#store{
	float:right;
	margin-top:5;
	}
.top_font {
	font-size: 13px;
	color: #666;
	line-height: 160%;
	margin-top:5;
}
.top_font a{
	color: #666;
}
.top_font a:hover{
	text-decoration: underline;
}	

/* main */
#main{
	width:980;
	margin:0 auto;
	margin-top:10;
	margin-bottom:10;
	}

/* LEFT */
#left{
	width:160;
	margin-right:10;
	margin-top:0;
	float:left;	
}
.left{
	background:url(../images/left_menu_bg.png);
	height:24;
	width:160;
	text-align:center;
	color:FFF;
	font-size:15px;
	padding-top:3px;
	margin-top:5px;
	
	}
#left_fb{
	padding-top:5px;
	padding-bottom:5px;
	margin-top:8px;
	margin-bottom:8px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	}
#left_icon{
	width:22px;
	height:21px;
	margin-right:10px;
	float:left;
	}

/* 內容區塊 */
#content{
	width:810;
	float:right;	
	margin-top:0;
	height:auto;
	}
/* 主標 */
.main_type_font {
	font-size:19;
	padding-bottom:5px;
	color:#333;
}
/* 主框 */
#frame{
 	width:762;
	border: 10px solid #DEDEDE;
	padding-top:15;
	padding-left:15;
	padding-bottom:15px;
	padding-right:15px;
	overflow: hidden;
	margin-bottom:25;
}	
/* 虛線 */
.point {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top:2px;
	margin-bottom:2px;
	width:auto;
	text-align:left;
}

/* footer */
#footer{
	font-size: 13;
	line-height: 180%;
	color: 3E3A39;
	margin-top:5;
	position: relative;
    clear:both;
	text-align:center;
	}
.image{
	margin-top:5px;
	}
.form-style-2{
    margin:0px auto;
    width:100%;
    padding:30px;
    font: 15px Arial, Helvetica, sans-serif;
	line-height:1.5;
	
}
.form-style-2 a{
	text-decoration: none;
}

.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
    padding-bottom: 10px;
	float:left;
	width:50%;
}
.form-style-2 label > span{
    width: 120px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 10px;
	text-align:center;
	letter-spacing:1px;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 80px;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%;
}
.form-style-2 select-field{
    width: 48%;
}
.form-style-2 input.input-radio{
	margin-top:8px;
	margin-right:10px;
}
.form-style-2 input.input-radio,
.form-style-2 input.input-field,
.form-style-2 .birthday-field,
.form-style-2 .tel-number-field,
.form-style-2  textarea-field,
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    outline: none;
}

.form-style-2 .input-radio:focus,
.form-style-2 .input-field:focus,
.form-style-2 .birthday-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-2 .textarea-field{
	resize : none;
	height: 30px;
	width: 120px;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=reset],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-left:100px;
}
.form-style-2 input[type=radio],
.form-style-2 input[type=checkbox]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-left:20px;
}

.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=reset]button]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
	margin-left:100px;
}
.form-style-2 input[type=radio]:hover,
.form-style-2 input[type=checkbox]{
    background: #EA7B00;
    color: #fff;
	margin-left:20px;
}

.BOX input[type=submit],
.BOX input[type=button]
.form-style-2-heading input[type=submit],
.form-style-2-heading input[type=button]{
	border: none;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #0099FF;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
}
