﻿@charset "utf-8";

font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka,arial,helvetica,clean,sans-serif;
font-size: 0.85em;

.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #4F86C6;
	line-height: 27pt;
	font-style: italic;
}
.style3 {font-size: 16px;
	line-height: 20pt;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 10px
}

body {
	background-image: url(image/back.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}

ul.foo {
	display: table;
	table-layout: fixed;
	width: 750px;
	padding-bottom: 40px;
	padding-left: 0px;
}
ul.foo li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #09F;
	border-left: 1px solid white;
	width: 125px;
}
ul.foo li:first-child {
    border:none;    
}
ul.foo li a {
    display:block;
    text-decoration:none;
    color:white;
}

blockquote {
  background-color: #F4F6FE;
  border: 1px solid #999;
  margin: 0.5em 1em;
  padding: 10px 20px 10px 5px;
}

/*------　wrapper　------*/
#wrapper {
  width: 750px;
  margin: 0 auto;
  
  border-top: 3px solid #666666;
  background-color: #FFF;
}

.nav{
margin-top: 6px;

}

/* =========上メニューここまで========================================= */

/*---見出し-------------------------------------------------------------------*/
  

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 20px;
  clear: both;
}

h1.pagetitle { /* ページタイトル*/
  color: #030;
  font-size: large;
  font-weight: bold;
  
  line-height: 1.4;
  padding: 14px;
  border:1px solid #cccccc;
  background:#F3F3F3 url(img/bg_title.gif) repeat-x;
}


#simple1 h1{ /* ページタイトル*/
  color: #030;
  font-size: large;
  font-weight: bold;
  
  line-height: 1.4;
  padding: 14px;
  border:1px solid #cccccc;
  background:#F3F3F3 url(img/bg_title.gif) repeat-x;
}


h2.posttitle { /* 投稿のタイトル*/
  color: #030;
  font-size: large;
  font-weight: bold;
  
  line-height: 1.4;
  padding: 10px;
  /* border-bottom: 5px double #ff9933; */
  border-bottom: none;
  border-left:10px solid #ff9933;
  background-color: #FFF;
}



.post h1,h2 {
  color: #030;
  font-size: large;
  font-weight: bold;
  line-height: 2;
  padding-left: 1em;
  
  border-bottom: 2px solid #ACC798;
  border-left: 8px solid #ACC798;
  background:#f6f6f7 url(img/bg_sec.gif) repeat-x;

}

h3 {
  color: #030;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2;
  padding-left: 1em;
  border-bottom: 1px solid #DEE9D6;
  border-left:5px solid #DEE9D6;
  background-color: #EDF3E9;
  margin: 1em 1em 1em 0;
}

h4 {
  color: #030;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1em;
  border-left:5px solid #DEE9D6;
  border-bottom: 2px dotted #DEE9D6;
  
  margin: 1em 1em 1em 0;
}

h5,h6 {
  color: #030;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1em;
  border-bottom: 1px solid #DEE9D6;
  margin: 1em 2em 1em 0;
}

/* -------------------------------------------------------------------------------*/



/* -------------------------------------------------------------------------------*/
