/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

#yui-main{height:350px;}

html, body {background: #fff; color: #2765a4; font-family: Verdana;}

a {color: #2765a4;}

h1{
color: #2765a4;
margin: 0px;
margin-top: 15px;
}

h2, h3, h4 {color: #2765a4}

p{color: #2765a4}

#hd {
  margin-top: 30px;
  height: 180px;
  background: url(img/logo.png) scroll top left no-repeat;
  margin-bottom:15px;
  text-align: right;
  color: #2765a4;
  font-size: 1.2em;
  font-weight: bold;
}

#ft {
  height: 150px;
  background-color: #fff;
}

#ft-dx{
  width: 300px;
  text-align:right;
  color: #555;
}
#ft-sx{
  width: 600px;
  padding-left: 0px;
  color:#555;
  font-size: 1.0em;
}

#ft-logo{
  width: 55px;
  height: 60px;
  background: url(img/ft-logo.png) no-repeat;
  display: block;
  margin-top: 40px;
}

.header-text {line-height: 1.4em; font-size: 1.0em; color: #aaa;}

#ft-dx p{color:#555;}

#slogan{font-family: Tahoma;}
#text {margin-top: 140px; font-size: 1.2em;}

#maplink {font-size: 1.3em; font-weight: normal; color: red; text-align: right;}
#maplink a {color: red;}
#maplink a:hover {text-decoration: none;}

#gallery {margin-top: 20px; text-align: right;}
#gallery a:hover {text-decoration: none;}

.yui-g h3 {line-height: 2.0em; }
.size1 {font-size: 3.0em; font-weight: normal; letter-spacing: 0.05em; }
.size2 {font-size: 4.4em; letter-spacing: 0.05em; }
.size3 {font-size: 2.8em;}
.size4 {font-size: 2.6em; font-weight: normal;}
.size5 {font-size: 2.2em; font-weight: normal; word-spacing: 0.3em;}
.size6 {font-size: 2.85em;}

.map-box {color: #2765a4; text-align: center; padding-top:20px;}
