﻿
@charset "utf-8";
/* CSS Document */
/*CSS RESET START*/
body,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
margin:0;
padding:0;
font-family:"微軟正黑體","Heiti TC","Times New Roman";
font-size:15px;
color:#444;}
div{
margin:auto;
padding:0;
height: auto;}
table {
border-collapse:collapse;
border-spacing:0;}
fieldset,img {
border:0;}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;}
strong{
font-weight:bold;}
caption,th {
text-align:left;}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
a{
color:#369;}
a:hover{
color:#FF3300;
text-decoration:none;}
::selection {
  background: #FFB973; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FFB973; /* Gecko Browsers */
}
textarea:focus, input:focus,button:focus{
    outline: none;
}

#box{
	width:860px;
	margin:auto;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 1px;
}
#header{
	height: auto;
	padding: 25px 0 0 0 ;
	}
#header>h1{
	font-size: 38px;
	display: block;
	font-weight: bold;
}

ul li{
	list-style-type: disc;
}
div.m25{
	height: 25px;
	display: inline-block;
}
