@import url(base.css);
@import url(navi.css);
@import url(contents.css);

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 2px;
	text-align: center;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #009900;
	}

a:visited {
	color: #336666;
	}

a:active {
	color: #999999;
	}

a:hover {
	color: #CC0000;
	}

img {
	border: none;
	}
/*
h1 {
	background: url(../img/bk_000.gif);
	margin: 0px;
	width: 702px;
	font-size: 90%;
	font-weight: normal;
	}
h1 span {
	display: block;
	padding: 6px 10px 2px 10px;
	}
*/
h2 {
	color: #FF6633;
/*	border-bottom: solid 1px #FF6633;*/
	border-top: solid 1px #FFAA33;
	border-right: solid 1px #FFAA33;

	font-size: 12pt;
	font-weight: bold;
	text-align: right;
/*	background-color:#FF6633;*/
	margin: 0px 20px 10px 0px;
	padding-top: 5px;
	padding-right: 5px;
	}
/*
h2 {
	width: 487px;
	height: 35px;
	}

h2 span {
	display: none;
	}
h3 {
	width: 477px;
	height: 25px;
	}
h3 span {
	display: none;
	}

h4 {
	margin: 0px 5px 10px 5px;
	width: 462px;
	font-size: 120%;
	font-weight: normal;
	border-top: solid 1px #FF9966;
	border-right: solid 1px #FF9966;
	border-bottom: solid 2px #FF6600;
	border-left: solid 3px #FF6600;
	}

h4 span {
	padding: 3px 15px 2px 10px;
	display: block;
	}
*/
h3 {
	margin-bottom:10px;
}
h4 {
	margin: 10px 20px 10px 0px;
	padding: 5px;
	font-size: 11pt;
	color: #FF6633;
	font-weight: bold;
	border-bottom: dotted 2px #FFAA33;
	border-left: solid 10px #FFAA33;
	}

table {
	font-size: 100%;
	}

address {
	text-align: center;
	font-style: normal;
	}

ul {
	text-align:left;
	list-style: none;
	}

ol {
	list-style-type: decimal;
	text-align:left;
	margin: 10px;
	padding-left: 15px;
	}

.clear {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
	}
