﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	background-image:url(img/abbtkabe.jpg);background-repeat;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
  width: 800px;
  background-color: #FFFFFF;
  margin: 0 auto;
}
#header{
  padding: 0px;
  margin: 0px;
  width: 800px;
  height: 100px;
  background: url(img/abbttitle.jpg);

}
#content{
  clear: left;
  margin: 0px 20px;
  padding: 0px;
}
#nav {
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 800px;
  background: url(img/bg_nav.gif);
}
#footer{
  clear: both;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  border-top: 1px solid #CCCCCC;
}

/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/
h1{
	font-size: 100%;
	padding: 5px;
	width: 150px;
        height: 18px;
	border: 1px solid #000;
	color: #000000;
	background-color: #F0F0F0;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
  float: left;
  width: 100px;
  height: 18px;
  border: 1px solid #000;
  margin-right: 3px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 13px;
  text-align: center;
  background-color: #F0F0F0;
}
#nav a {
  display: block;
  width: 100px;
  height: 18px;
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  color: #FFF;
  background-color: #936;
}

/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h0 {
  font-size: 80%;
  line-height:13px;">
  color: #999999;
}
h2 {
  font-size: 150%;
  font-weight:bolder;
  color: #FF0099;
  padding: 5px 0 5px 5px;
  border-top: dotted 1px #333333;
  border-bottom: dotted 1px #333333;
}
h3 {
  font-size: 120%;
  color: #696969;
  padding: 5px 0 5px 5px;
  border-top: solid 1px #CC0066;
  border-bottom: solid 1px #CC0066;
}
#col1 {
  width: 150px;
  float: left;
  background-color: #FFFFFF;
}
#col1 li {
	margin-top:1px;
	list-style: none;
	padding: 0px 0px 0px 18px;
	background: url(img/bot001.jpg) no-repeat left center;
}
#col2 {
  width: 550px;
  float: right;
}

/* その他に関するCSS 
--------------------------------------------------------------------------------*/
img {
    border-style:none;
}
