/* 全体 */
body{
  background: #fff url(http://www.suwand.com/images/bg.gif);
  font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

div#container {
  position: relative;
  width: 780px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333;
  background-color: #fff;
  text-align: center;
}


div#container p{
  display:block;
  width:auto;
  height:auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#999;
  text-align:left;
}

/* ヘッダー*/
div#header {
  width: auto;
  height: 90px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(http://www.suwand.com/images/main.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  border-bottom: 1px dotted #666;
}

div#header a {
  display: block;
  width: 230px;
  height: 85px;
}

div#header h1, div#header p {
  text-indent: -9999px;
}

/* ナビボタン */
ul#mainNavi {
  display: block;
  position: absolute;
  top: 57px;
  right: 6px;
  margin-bottom: 0;
}
ul#mainNavi li {
  display: inline;
  float: left;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
ul#mainNavi a {
  display:block;
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-right: 1px solid #333;
}
ul#mainNavi a:link, ul#mainNavi a:visited {
  color: #f63;
  background-color: transparent;
  text-decoration:none;
}
ul#mainNavi a:hover, ul#mainNavi a:active {
  color: #ccc;
  text-decoration:none;
}

/* ライン */

div#line {
  display:block;
  text-align:left;
  width: 780px;
  height: 25px;
  border-bottom:solid 1px #666;
}

/* コンテンツ */
div#top{
  display:block;
  text-align:left;
  width: 780px;
  height: atuo;
}

div#top div#main{
  display:block;
  width:780px;
  height:auto;
  float:left;
  text-align:left;
  background-color:#fff;
}

div#main h2{
  display:block;
  width:600px;
  height:20px;
  color:#666;
  font-size:12px;
  border-bottom:dotted 1px #666; 
  padding-top:5px;
  margin:5px 0 0 80px;
}

div#main p{
  display:block;
  width:600px;
  height:auto;
  line-height:15px;
  font-size:12px;
  float:left;
  color:#333;  
  margin:20px 0 0 80px;
}

div#main a:link, div#main a:visited {
  text-decoration:none;
  color:#36f;
}

div#main a:hover, div#main a:active {
  color:#c66;
  text-decoration:underline;
}

div#top div#sub{
background-color:#fff;
  display:block;
  width:780px;
  height:auto;
  float:left;
  text-align:left;
}

div#sub a{
  display:block;
  width:600px;
  height:auto;
  line-height:15px;
  font-size:10px;
  float:left;
  color:#333;  
  padding-top:4px;
  margin:20px 0 0 3px;
}

div#sub a:link, div#sub a:visited {
  text-decoration:none;
  color:#c66;
}

div#sub a:hover, div#sub a:active {
  color:#666;
  text-decoration:underline;
}


/* フッター */
div#hotr{
  display: block;
  background-color:#fff;
  float: left;
  width: 780px;
  height: auto;
  border-top:solid 1px #666;
  margin:3px 0 0 0;
}

div#hotr p{
  display:block;
  float:left;
  text-align:left;
  width:515px;
  height:150px;
  margin:3px 0 0 0;
}

