/* ボディに関するCSS */
body {
	font-size: 14px;
	line-height: 150%;
}

/* ページ構造に関するCSS */
#wrapper {
          width:680px;
}
#content {
          clear: left;
          padding: 15px;
}
#nav {
      margin: 5px 0px;
      padding: 0px;
      list-style: none;
}

#footer {
         clear: left;
         text-align: right;
         margin-top: 15px;
         border-top: solid 1px #000;
}

/* ヘッダーに関するCSS */
h1 {
    margin-top: 20px;
}

/* ナビゲーションに関するCSS */
#nav li {
         float: left;
         margin-top: 10px;
         margin-right: 5px;
         background-color: #F0F0F0;
         border: 1px solid #000;
         text-align: center;
         width: 118px;
         height: 22px;
}

#nav a{
       color: #000;
       display: block;
       width: 118px;
       height: 22px;
}
#nav a:hover {
              color: #FFF;
              background-color: #455576;
              text-decoration: none;
}

/* コンテンツに関するCSS */
h2 {
    font-size: 16px;
    margin-top: 10px;
}
#col1 {
       width: 310px;
       float: left;
       margin-right: 25px;
}
#col2 {
       width: 310px;
       float: left;
}
