﻿@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background-color: #C8F5C8
　background-image: url(green.png); 
　font-size: 1em;
  text-align: center;
  font-family: "ＭＳ　Ｐゴシック","sans-serif","Osaka";
  padding: 10px;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

div#wrapper {
  background-color: #ffffff;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 800px;
  border: 1px solid #cccccc;
}

div#header {
  padding: 20px 20px 10px;
}

div#globalnavi {
  width: 100%;
  position: relative;
}

div#container {
  width: 100%;
  padding-top: 4em;
  }

/* 実質700px */
div#contents { padding: 0 48px 10px 48px; }

div#footer {
  padding: 1em 0 1em;
  border-top: 1px solid #cccccc;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}


   
/* --  サイト名 -- */
.logo {
  font-size: 1.5em;
  margin-bottom: -20px;
  color: #009900
}
 

/* -- 概要 -- */
.description {
   padding: 1em 1em 1em 2em;}

/* ---------------------------------------- #globalnaviの指定 */

div#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #AEF5AE
}

div#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc
}

div#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #AEF5AE;
  color: #000000
}

div#globalnavi li a:hover {
  background-color: #99ffff;
  color: #ff0000;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
  color: #000000;
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #006600;
  border-bottom: 1px solid #006600;
}

h3	{font-size: 0.875em;
	margin-top: 30px;
	border-bottom: solid 1px #66aa66;
	padding-bottom: 3px;
	background-image: url(mark.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 20px;
	clear: both}

h4  {font-size: 1em;
	margin-top: 30px;
	padding-bottom: 3px;
	padding-left: 20px;
	clear: both}
	
h5 {
  text-align: right;
  margin-right: 5px;
  font-size: 0.8em;
  font-weight: normal;
  color: #009933;
  }

h6 {
  text-align: right;
  margin-right: 5px;
  font-size: 0.8em;
  font-weight: normal;
  color: #FF6600;
   }

/* -- 文字 -- */
div#contents p {
  background-color:#B4B4B4;
  margin-bottom: 1px;
  text-align: left;
  line-height: 1.5em;
  padding: 10px 50px 10px 50px;
}

    
div#contents .mae{
  background-color:#B6D2F0; 
  margin-bottom: 5px;
  text-align: left;
  padding: 10px 50px 10px 50px;
  }
 
div#contents .ato{
  background-color:#D2E2D2; 
  margin-top: 5px;
  text-align: left;
  padding: 10px 50px 10px 50px;
  }

/* -- パン屑リスト -- */
div#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
  display: none;
}

/* -- 写真 -- */

div#contents .photo {
  background-color:#B4B4B4;
  text-align: center;
  margin-bottom: 0px;
  padding: 15px 0 5px 0px;
  }

div#contents .photo-com {
  color: #006400;
  background-color:#B4B4B4;
  padding: 0px 0 3px 0;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 1px;
  }
      
div#contents img.photo-odd	{float: right;
	margin: 10px}

div#contents img.photo-even	{float: left;
	margin-right: 15px;
	margin-bottom: 15px}

/* ---------------------------------------- #linknaviの指定 */

div#linknavi ul {
  width: 700px;
  list-style-type: none;
  position: absolute;
  margin: 0 50px 0 50px;
  background-color: #F0D2F0;
  border: 0px solid #cccccc;
}

div#linknavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc
}

div#linknavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #F0D2F0;
  color: #000000
}

div#linknavi li a:hover {
  background-color: #99ffff;
  color: #ff0000;
}
/* ---------------------------------------- #footer内の指定 */
div#footer p {
   text-align: right;
   margin-top: 25px;
   margin-right: 50px;
    }

/* 以下 CSSデザインサンプルクレジット部分 */
div#cds{ display: none; }
