﻿@charset "utf-8";
@import url(layout.css);
@import url(form.css);
@import url(msg.css);
a:link,a:visited
	{
	font-family:Arial,微軟正黑體,新細明體;
	text-decoration:none;
	color:#669;
	font-size:100%;
	}

a:active,a:hover
	{
	font-family:Arial,微軟正黑體,新細明體;
	text-decoration:none;
	color:#F00;
	font-size:100%;
	}

BODY
	{
	font-family:Arial,微軟正黑體,新細明體,Helvetica,sans-serif;
	font-weight:300;
	font-size:15px;
	color:#666;
	margin:0px;
	padding:0px;
	background:url(cssBG.jpg) bottom right no-repeat fixed;
	behavior:url(csshover.htc);/* WinIE behavior call */
	}

span.headR
	{
	color:#FFF;
	padding-right:3%;
	padding-top:48px;
	float:right;
	font-size:200%;
	font-weight:bold;
	}

span.logo
	{
	float:left;
	padding-left:24px;
	}

hr.e100
	{
	width:100%;
	border:#534F9F 3px dotted;
	}

.book
	{
	padding:6px 18px 12px 6px;
	float:left;
	}

h3
	{
	font-size:110%;
	font-weight:bold;
	padding:0.2em 2em 0.2em 0.2em;
	border-width:0px 0px 1px 1px;
	border-color:#AAA;
	border-style:none none solid solid;
	background:url(images/4dot.gif) no-repeat bottom right;
	}

h2
	{
	font-size:160%;
	font-weight:bold;
	}

h1
	{
	font-size:220%;
	font-weight:bold;
	margin:0;
	}

p
	{
	margin-bottom:1.5em;
	text-align:justify;
	}

