﻿@import url('layout.css');
body {
	font-family: "新細明體";
	background-color:#99CCFF;
	font-size: small;
}
#container {
	border-style: dotted solid solid solid;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #FFFFFF;
}
#masthead {
	text-align:left;
	background-color: #FF9999;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url('../images/masthead_image.jpg');
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #666633;
}
html > body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html > body #column_l {
	width: 400px;
	padding: 10 15px 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html > body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html > body #footer {
	text-align: center;
	padding-bottom: 0;
	color: #FFFFFF;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	font-size: 30px;
	padding-top: 100px;
}
#masthead h3 {
	color: #000000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #484848;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #336699;
}
h3 {
	font-size: large;
	color: #008080;
}
h4 {
	font-size: medium;
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: small;
	color: #336699;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	text-align: right;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #550000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
