@charset "utf-8";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	font: normal normal 13px "arial", sans-serif, 新細明體 ;
	color: #000000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font: normal normal 13px "arial", sans-serif, 新細明體;
	color: #000000; line-height:24px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset{
	border: 0;
}

img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content:'';
}

.table{
border-collapse:collapse;
}
.table th, .table td, .table .heading {
border:1px solid #333333;
empty-cells: show;
padding: 1px 10px 3px;
vertical-align: top;
}
.table th{
	padding:3px 10px;
	white-space: nowrap;
}


/*--------------------------------------------------------------------
 common setting
--------------------------------------------------------------------*/


body {
	background-color: #e0f4fd; background-color:#e3d6ac; background-color:#9f7a5c;
/*	background-image:url(../images/bg-body.gif); background-repeat:repeat-x;*/
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
	padding-left: 10px;
	margin-top: -35px;
}
.spaceh{
height:40px;
}
.menutext{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#888784; color:#ffffff;
}
.item1{
color:#b8141e; font-size:15px; font-weight:bold;
}
.pline1{
border-bottom:#871516 dotted 1px; margin-bottom:15px;
}
.f13{
font-size:13px;
}
.f18{
font-size:18px;
}
.red-h1{
color:#990000;
font-size:20px;
}
.bold{
font-weight:bold;
}
.hcolor1{
color:#e1768f;
}
.hcolor2{
background-color:#FFCC00; color:#ffffff; font-size:13px;
}

a.linkicon{
background-image:url(../images/icon-bk.gif); background-repeat:repeat-x; background-position:top; padding:5px 15px; display:block; float:left; margin-right:3px; font-size:12px; color:#993300; line-height:100%;
}
a.linkicon:hover{
color:#000000; text-decoration:none;
}

/* table_01 */
.table_01 th, .table_01 td{
font-size:10px;
}
.table_01 th{
background-color:#999999; color:#FFFFFF;
}
.table_01 td{
border-bottom:#CCCCCC solid 1px;
}
