﻿body {
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

h2 {
	margin: 0px;
	padding: 0px;
	}

h4 {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

h5 {
	font-size: 13px;
	color: #351e09;
	}

p {
	font-size: 14px;
	color: #444444;
	margin-left: 1em;
	}

p.dotted {
	font-weight: bold; 
	color: #351e09;
	border-bottom: 1px dotted #00024c;
	margin-top: 1.2em;
	margin-right: 0.5em;
	}

span.t1 {
	color: #0000ff;
	}

span.t2 {
	font-weight: bold; 
	}

td { 
	font-size: 14px;
	color: #444444;
	background-color: #ffffff; 
	}
th {
	font-size: 14px;
	color: #444444;
	background-color: #ffffff;
	}
table {
	border-color: #351e09;
	background-color: #ffffff;
	}
em {
	font-style: normal;
        font-weight: bold; 
	color: #FF0060;
	}
br {
	margin-top: 15px;	
	}

a {
	color: #ff3399;
	}

address {
	font-style: normal;
	font-weight: bold; 
	}

a:hover {
	color: #ee7700;
	}

a:hover img {
	opacity:0.8;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	}

#menu {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: auto;
	margin-left: auto;
	}

#container {
	background: #ffffff;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

ul#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	}

#contents {

	clear: left;
	background-color: white;
	width: 900px;
	}

#right {
	background: #ffffff;
	float: right;
	width: 680px;
	display: inline;
	padding-bottom: 20px;
	}

#right h3 {
	font-size: 15px;
	color: #ffffff;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(image/orange.jpg) no-repeat;
	}

#left {
	text-align: center;
	background: #ffffff;
	float: left;
	width: 200px;
	display: inline;
	padding-bottom: 20px;
	}

#left h3 {
	font-size: 15px;
	color: #ffffff;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(image/brown.jpg) no-repeat;
	}

#top {
	text-align: right;
	padding-top:10px;
	padding-bottom:5px;
	clear: both;
	background: #ffffff;
	}

#bottom {
	text-align: left;
	padding-top:5px;
	padding-bottom:10px;
	clear: both;
	background: #ffffff;
	}

#address {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background: #00024c;
	}


.white {
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	}
	
.text {
  animation: flash 1s linear infinite;
  margin:5px;
  font-size:15px;
	font-weight: bold;
}

@keyframes flash {
  0%,25%,45%,75%,100%{
    opacity: 0;
  }

  15%{
    opacity: 1;
    color:#ff4500;
  }
  
  35%{
    opacity: 1;
    color:#0000ff;
  }
  
  50%{
    opacity: 1;
    color:#00ff00;
  }
  
  65%{
    opacity: 1;
    color:#ffd700;
  }
  
  85%{
    opacity: 1;
    color:#ff00ff;
  }
  
}

.resizeimage { width: 100%; }
.resizeimage img { width: 98%; }

.curon { text-align: center; }
	
