@charset "utf-8";

/*layout*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 860px;
	/*background-image: url(banner.png);*/
	padding: 20px;
	overflow: hidden;
}

#header {
	height: 276px;
	width: 900px;
}

#menu {
	overflow: hidden;
	padding: 10px;
/*	border-left: 1px solid #898989;
	border-right: 1px solid #898989;*/
	border-bottom: 1px solid #898989;
}

/*#menu {
	height: 40px;
	background-position: top;
	background-color: #FABE00;
}

#sub_menu {
	height: 30px;
	background-position: top;
	background-color: #898989;
}*/

#content {
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 20px;
	overflow: hidden;
/*	border: 1px solid #320000;
	border-radius: 10px;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;*/
}

#footer {
	background-color: #898989;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	height: 100px;
}

/*skeleton*/

.one-third.column {
	width: 31.78%;
	float: left;
}

.one-sixth.column {
	width: auto !important;
	float: left;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.one-two.column {
	width: 50%;
	float: left;
}

.box {
	box-shadow :2px 2px 3px 0 rgba(50,50,50,0.2);
	border: 1px solid #898989;
	margin-top: 16px;
	margin-bottom: 20px;
	padding: 20px;
}

.underline {
	border-bottom: 3px solid red;
	padding-bottom:2px;
}

/*style*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


body {
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	margin: 0px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #898989;
	color: #FABE00;	/* IE6 */
}

h3 {
	display: block;
    font-size: 1.17em;
    font-weight: bold;
}

h1 {
	font-size: 1.8em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}

a {
	color: #333333;
	text-decoration: none;
	font-size:16px;
	border-width: 0px 0px 3px;
}

a:hover {
	font-size:16px;
	color: #FABE00;
	border-width: 0px 0px 5px;
}

.photo img {
	width: 250px;
	height: 166px;
}

.submenu {
	font-size: 14px;
}

.submenu:hover {
	font-size: 14px;
}

ul {
   list-style-image: url('../img/dot2.png');
   padding-left: 20px;
   -webkit-margin-after: 0em;
   -webkit-margin-before: 0em;
   line-height: 2.5;
}

/*Tab*/

.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin-top: 16px;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}

.tabs-nav li a {
	border: 1px solid #898989;
	border-right: none;
	border-bottom: 1px solid #898989;
	color: rgba(137, 137, 137, 0.82);
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 3px 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}


.tabs-nav li:last-child a {
	border-right: 1px solid #898989;
}

.tabs-nav li a:hover  {background: #dedede;}

.tabs-container {
	border: 1px solid #898989;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.tab-content {
	padding: 20px;
	overflow: hidden;
}

.tab-content h3 {
	margin: 0;
}

.tab-content p {
	font-size: 15px;
	margin: 0;
}

.tab-content img {
	margin-left: 30px;
	margin-top: 10px;
}

ol {
	list-style-type: decimal;
	font-size: 15px;
	list-style-image: none;
}

.textindent55px {
	text-indent: 55px;
}

.textindent30px {
	text-indent: 30px;
}

.textindent15px {
	text-indent: 15px;
}

.textindent45px {
	text-indent: 45px;
}

.textindent58px {
	text-indent: 58px;
}

.textindent60px {
	text-indent: 60px;
}

.textindent62px {
	text-indent: 62px;
}

.textindent82px {
	text-indent: 82px;
}

table {
	border-collapse: collapse;
	font-size: 15px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table td {
	text-align: center;
}

td, th {
	padding-left: 10px;
	padding-right: 10px;
}

th {
	background-color: #ddd;
}

.width250px {
	width: 250px;
}

.width130px {
	width: 130px;
}

.width140px {
	width: 140px;
}

.width100px {
	width: 100px;
}

.width120px {
	width: 120px;
}

.width80px {
	width: 80px;
}

.width400px {
	width: 400px;
}

.total {
	border-top: 4px double black;
}

.character {
	line-height: 2.5;
	font-size: 15px;
}

.paddingstart15px {
	padding-left: 15px;
}

table a {
	font-size:15px;
}

table a:hover {
	font-size:15px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.bggrey {
	background-color: #ddd;
	display: inline;
}

.bgpurple {
	background-color: #E5DFEC;
}

.bgyellow {
	background-color: yellow;
}

.box p{
	font-size: 15px;
	margin: 0;
}

.box h3 {
	margin: 0;
	margin-top: 10px;
}

.center td {
	text-align: center;
}

.box p a {
	font-size: 15px;
	margin: 0;
	color: #333333;
	text-decoration: none;
}

.box p a:hover {
	font-size:15px;
	color: #FABE00;
	border-width: 0px 0px 5px;
}

.tab-content .author {
	float: right;
	font-size: 14px;
}

.box .author {
	float: right;
	font-size: 14px;
}

.subtitle {
	font-size: 13px;
}

.left {
	text-align: left;
}

.book td {
	text-align: left;
	vertical-align: top;
	text-align: justify;
}

.book td ol {
	margin-left: 15px;
	text-align: justify;
}