﻿@charset "UTF-8";

/*--------------------- 目次-------------------------------------*/
[1] レイアウトに関する指定
[2] 文字等に関する指定
※レイアウトに関するイメージについては、ローライブラリ―ウェブサイトのレイアウト覚書.docxを参照

/* --------------- [1] レイアウトに関する指定 --------------------------*/

.resizeimage img { width: 100%; }

body {
  font-size: 100%;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
  color: #696969;
  padding: 0;
  margin: 0;
}

/*-- ラッパー --*/
#wrapper {
  position: static;
  text-align: left;
  width: 1000px;
  margin: 2px auto;
  padding: 0 10px;
}

/*-- 見出し部分 --*/
#headline {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 2em;
  background: url(img/lawlib_headline.png) no-repeat;
  background-position: left bottom
}

/* 見出し（サイト） */
.headline-site {
  font-size: 160%;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 30px;
  left: 10px;
  color: #494949
}


/* 見出し（各ページ） */
.headline-page {
  font-size: 130%;
  line-height: 2em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #696969;
}

/*-- コンテナ部分 --*/
#container {
  position: static;
  width: 100%;
  margin: 0;
  padding: 0px;
}

/* 本文 */
#honbun {
  width: 80%;
  line-height: 130%;
  float: left;
}

/* ホーム_本文_更新情報 */

.information {
  height: 600px;
  margin-bottom: 20px;
  overflow: auto;
}

.information ul {
  list-style-type: circle;
  margin: 0 2em 0 0;
}

.information li {
  line-height:30px;
  margin: 0;
  padding: 10px 0 9px;
}

/*-- ホーム_本文_気象関連部分 --*/
#weather {
  width: 100%;
  line-height: 130%;
  padding: 20px 20px 20px;
  float: left;
}

/* 利用について_本文 */

.guide {
  line-height:130%;
  padding: 3px;
}

.guide li{
  list-style-type: decimal;
  margin: 0 2em 0 5em;
  padding: 5px;
}

/*-- サイドバー部分 --*/
#sidebar {
  width: 20%;
  float: right;
}

/*-- ページトップ部分 --*/
#pagetop {
  width: 100%;
  line-height: 130%;
  float: right;
}

/*-- フッター部分 --*/
#footer {
  width: 100%;
  line-height: 130%;
  padding: 20px 20px 20px;
  float: left;
}

/* ----------------[2] 文字等に関する指定 ------------------------------*/


h1 {
  font-size: 130%;
  font-weight: bold;
  height: 100%;
  padding: 10px 0 3px 10px;
  color: #696969;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  height: 100%;
  padding: 3px 0 3px 10px;
  color: #696969;
}

h3 {
  font-size: 115%;
  font-weight: bold;
  height: 100%;
  padding: 0 0 3px 10px;
  color: #696969;
}

/* コンテンツ */
.contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}


/* サイドバー*/

.sidebar {
  font-size: 120%;
  list-style-type: none;
  text-align: center;
  margin: 5px;
}

.sidebar li {
  display: inline;
}

.sidebar a {
  text-decoration: none;
  width: 150px;
  height: 60px;
  display: block;
  border: 1px outset #360;
  padding: 15px 0px 0px;
  background-color: #4169e1;
  color: #fff;
}

/*サイドバー_マウスオン時*/
.sidebar a:hover {
  text-decoration: none;
  border: 1px outset #360;
  padding: 15px 0px 0px;
  background-color: #4682b4;
  color: #fff;
}


/* PAGE TOP*/

.pagetop a {
  color: #696969;
  font-size: 120%;
  font-weight: bold;
  background: #FFF;
  text-decoration: none;
  text-align: center;
  width: 10em;
  display: block;
  float: right;
}
/*PAGE TOP_マウスオン時*/
.pagetop a:hover {
  background-color: #4682b4;
  color: #FFF;
}

/* フッター*/

.footer p {
  text-align: center;
}
