﻿@charset "utf-8";
/*
 style.css
  for kodomosos site

 2017 by Akio Hirai collabo'

*/
body {
  text-align:center;
  padding: 0 7px 0 0;
  margin:  0 0 0 0;
}
/*========================================
 #container 以下
========================================*/
div#container {
  text-align: left;
  width : 96%;
  max-width: 800px;
  margin : 0 auto;
/*  border : 1px solid #959596; */
  background: -moz-linear-gradient(left,#ffa,#afa);
  background: -webkit-gradient(linear,left top,right bottom,from(#ffb),to(#dfc));
  background-color: #ffb;
  font-size: 90%;
  padding: 10px;
  border-radius: 7px;
  border: 4px solid #dfd;
  box-shadow: 4px 4px #888;
}
div#HEADER {
  width: 100%;
  max-width: 800px;
/*  height: 120px;*/
  margin: 0 auto;
/*  border: 1px solid green; */
  border-radius: 7px;
}
div#HEADER img {
  width: 100%;
  border-radius: 7px;
}
div#CONTENT {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;;
}
div#post {
  clear: both; 
  padding: 20px 0 0 0;
}

div#navi {
  width: 90%;
  max-width: 780px;
}

div#navi ul {
  max-width: 720px;
  height: 48px;
  margin: 10px auto 0px auto;
/*  border: 1px solid red; */
}
div#navi ul li {
  list-style: none;
  display: inline;

  font-weight: bold;
}
div#navi ul li a {
  display: block;
  float: left;
  height: 40px;
  width: 130px;
  text-align: center;
  border-right: 1px solid white;
  border-top  : 1px solid white;
/*  background-color: green;; */
  text-decoration: none;
  line-height: 3em;
  border-radius: 7px;
  
  color: rgb(66,39,17); /*86,59,37);*/
}
div#navi ul li a.YEL {
  background-color: #faf270;
}
div#navi ul li a.GRE {
  background-color: #80f880;
}
div#navi ul li a.PIN {
  background-color: #ffc0c0;
}
div#navi ul li a.BEI {
  background-color: #ffc088;
}
div#navi ul li a.DBL {
  background-color: #c0c0ff;
}
div#navi ul li a.IND {
  background-color: #c0f9f9;
}
div#srch {
  float:right;
  max-width: 260px;
  height: 30px;

}

div.wide {
  border: 1px solid indigo;
  border-radius: 7px;
  padding: 10px;
}

.excerpt {
  font-size: 126%;
  text-align: center;
}
h2.title {
  text-align: center;
}
hr.grv {
  border: 5px groove #bfb;
  
}
div.entry h2 {
  margin: 8px 0 2px 0;
}
div.entry h3 {
/*  border-bottom: 2px solid #555; */
  font-size: 120%;
  border-left: 12px solid #7be; /*#555;*/
  max-width: 180px;
  padding-left: 10px;
  margin: 14px 0 2px 0;
}
div.entry p {
  font-size: 120%;
 /* text-indent: -1em;*/
  margin: 2px 20px 2px 30px;
}

.midashi {
  display: block;
  text-decoration: none;
  width: 90%;
  color: rgb(66,39,17); /*86,59,37);*/
  letter-spacing: 4px;
/*  border-bottom: 10px solid rgb(255,239,16); */
}
.bb_keizai { background-color: rgb(255,239,16);}
.bb_kenkou { background-color: rgb(245,161,43); }
.bb_shakkin { background-color: rgb(254,208,34); }
.bb_shokuryou { background-color: rgb(236,111,45); }
.bb_seikatsu { background-color: rgb(178,217,209); }
.bb_josei { background-color: rgb(251,200,219); }
.bb_kodomo { background-color: rgb(174,202,52); }
.bb_tagengo { background-color: rgb(237,141,244); }
.bb_oyakudachi { background-color: rgb(233,233,233); }

.hon_keizai {
	font-weight: bold;
	color: rgb(255,239,16); 
}
.hon_kenkoui {
	font-weight: bold;
	color: rgb(245,161,43); 
}
.hon_shakkin {
	font-weight: bold;
	color: rgb(254,208,34); 
}
.hon_shokuryou {
	font-weight: bold;
	color: rgb(236,111,45); 
}
.hon_seikatsu {
	font-weight: bold;
	color: rgb(178,217,209); 
}
.hon_josei {
	font-weight: bold;
	color: rgb(251,200,219); 
}
.hon_kodomo {
	font-weight: bold;
	color: rgb(174,202,52); 
}
.hon_tagengo {
	font-weight: bold;
	color: rgb(237,141,244); 
}
.hon_oyakudachi  {
	font-weight: bold;
	color: rgb(233,233,233); 
}
.hon_keizai {
	font-weight: bold;
	color: rgb(,,); 
}

.kodomosos-alignright {
  float: right;
  max-width: 240px;
  font-size: 11pt;
  padding: 10px;
  text-align: center;
  background: #ffc;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #777;
}
span.moji_red {
  color: #f82020;
}

div#SUBNUV {
  max-width: 720px;
  text-align: center;
}
div#SUBNUV ul li {
  display: inline;
  list-style-type: none;
}
div#SUBNUV ul li::after {
  content:"　";
}
div#SUBNUV ul li a {
  
}
p#PAGE_FOOTER {
  text-align: left;
  margin-left: 20px;
}
