@charset "big5"

body {
    color: #f30;
    background: #fff url(firework.jpg) no-repeat; 
}

h1 {
    margin-top: 110px;
    margin-right: 80px;
    text-align:right;
}

.firework {
    color: #272;
    background: #fff url(firework.jpg) no-repeat; 
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 700px;
    height: 270px;	/* 270+180=450 */
    padding-top: 180px;
    padding-left:150px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}

.small {
    font-size: smaller;
    font-weight: normal;
    line-height: 1em;
}

.main {
    color: #272;
    background: #fff url(backgd.jpg) no-repeat; 
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 700px;
    height: 270px;	/* 270+180=450 */
    padding-top: 180px;
    padding-left:150px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}

.main ul {
    list-style-image: url(arrow_icon.gif) 
}

.note {
    top: 5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    text-align: left;
    color: #131;
    padding:2em;
    border:1px solid #E9EFC2;
    background-color:FDFFEF;
    line-height:1.3em;
}

.note ul {
    margin-left: 120px;
    list-style-image: url(v-icon-link.gif) 
}

.note img {
    float:left;
    border:1px solid #E9EFC2;
    margin: 5px;
    margin-top: 40px;
}

.error {
    color: #fff;
    width: 460px;
    height: 120px;
    background: #f00;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    padding-top: 50px;
    border: 1px solid;
    border-left-width: 3px;
    border-top-width: 3px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-color: #000;
}

@media print {
    .firework { display: none; }
    .main {
	background: none;
	border: 1px solid #E9EFC2;
    }

}

