/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #333;
}

thead {
  background-color: #999;
}

tfoot,
tbody {
}

td,
th {
  padding: 0px 10px;
}

/* reset */

div,
span,
iframe,
p,
blockquote,
cite,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

/* other */

i,
em {
  font-style: italic;
}

blockquote {
  padding: 20px;
  color: #666;
  background-color: #ddd;
}

.article__content ul li {
  list-style: disc;
  margin: 0 0 0 1.8em;
}

.article__content ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #333;
  vertical-align: baseline;
  word-break: break-all;
  font-size: 14px;
  font-family: 'Helvetica Neue','Helvetica', Arial, '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif, Verdana, serif, cursive, fantasy , monospace;
  line-height: 1.8;
  letter-spacing: 0;
  zoom: 1;
  text-align: center;　/*追記*/
  margin-right: auto;
  margin-left: auto;
}

li {
  list-style: disc;
}

img {
  vertical-align: bottom;
}

a {
  /*color: #43bee0;*/
  color: #0099cc;
  /*text-decoration: none;*/
}

a:hover {
  color: #60d3f2;
  text-decoration: underline;
}

.menu-s{
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}


/* Layout */
/*-------------------------------------------------------------------------*/
#container {
  width: 960px;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;　　/*追記*/
}

/* Layout - blogTitle */
#banner {
/*  padding: 80px 0;*/
/*  text-align: center;*/
  height:460px;
  margin:0px;
  padding:30px 0px 0px 5px;
  text-align:left;
  background-image:url(http://spaniigata.up.seesaa.net/image/E38390E3838AE383BC.JPG);
  background-repeat:no-repeat;
  background-position:0px 130px;
}
#banner h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}
#banner h1 a {
  color: #333;
  text-decoration: none;
}
#banner h1 a:hover {
  color: #333;
  text-decoration: underline;
}

#banner .description {
}

/* Layout - mainColumn */
#content {
  width: 660px;
  float: left;
  margin-right: 20px;
}

/* Layout - leftColumn */

/* Layout - rightColumn */
#links {
  width: 260px;
  float: right;
  padding: 0;
}


/* Side */
/*-------------------------------------*/
.side,
.side-tag {
  margin-bottom: 40px;
}

.side-tag ul li {
  list-style-image: url("http://blog.seesaa.jp/img/listCategoryArticle.gif");
  margin: 0 0 0 1.4em;
}

.sidetitle {
  font-size: 16px;
  font-weight: bold;
}

.fanIco1,
.fanIco2 {
  margin-top: -7px;
}
.side ul li {
  list-style-image: url("http://blog.seesaa.jp/img/listCategoryArticle.gif");
  margin: 0 0 0 1.4em;
}

.side ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}

/* Side - calender */
#calendar {
  text-align:center;
  margin-bottom: 40px;
}
#calendar table {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.calendarhead {
}
#calendar th,
#calendar td {
  text-align: center;
}

.calendarday {
}
.calendarday a {
}

/* Side - search */
.side input[type="text"] {
  padding: 6px 10px;
  height: 26px;
  width: 79% !important;
  line-height: 1.2;
  border: 1px solid #ccc;
}
.side .input-submit {
  float: right;
  width: 19%;
  height: 26px;
  /*background: #43bee0;*/
  background: #0099cc;
  color: #fff;
  border-radius: 0;
}

.side .input-submit:hover {
  background: #60d3f2;
}

.seesaaArticleSearch .sASweb {
  padding-top: 3px;
  background-position: 0 6px;
}
.seesaaArticleSearch .sASarticle {
  width: 140px;
  padding-top: 3px;
}


/* Entry */
/*-------------------------------------*/
.blog {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.date {
  display: inline-block;
  margin-right: 5px;
}
.blogbody {
  margin-bottom: 0;
  padding: 0;
}

/* Entry - navi */
.navi {
  padding-bottom: 14px;
  text-align: center;
}
.navi a {
  text-decoration: none;
  font-weight: 700;
}

/* Entry - title */
.blog h3{
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
h3 a.title {
  color: #333;
  text-decoration: none;　　　　　　　　　　　　　　　　　　　/*追加*/
}

h3 a.title:hover {                   　　　    /*追加*/
  color: #333;
  text-decoration: underline;
}
/* Entry - text */
.blog .text {
  margin: 30px 0;
}
.text:after {
  content: "";
  display: block;
  clear: both;
}
.text img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.blog .text ul li {
  /*list-style: disc;*/
  margin: 0 0 0 1.4em;
}

.blog .text ol li {
  list-style: decimal;
  margin: 0 0 0 1.8em;
}

/* Entry - posted */
.posted {
  margin-bottom: 40px;
  text-align: right;
  font-size:10px;
}
.bookmark {
  clear: both;
  margin-top: 5px;
}

/* Entry - comment */
#comments {
  margin-top: 25px;
  padding: 20px;
}
#comments form {
  margin: 0;
}
.comments-head {
  margin: 0 0 10px 0;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
}
.comments-body {
  margin: 0;
  padding: 0;
}
.comments-body .text {
  padding: 0;
  margin: 0;
}
.comments-post {
  padding: 5px 10px;
  text-align: right;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

/* Entry - comment - input */
#comments input {
  padding: 6px 10px;
  line-height: 1.2;
  border: 1px solid #ccc;
  width: 60%;
  color: #333;
}
#comments textarea {
  border: 1px solid #ccc;
  width: 80%;
  padding: 6px 10px;
  color: #333;
}
#comments .input-submit {
  padding: 10px 0;
  width: 30%;
  background: #43bee0;
  color: #fff;
  margin-right:20px;
}
#comments .input-submit:hover {
  background: #60d3f2;
}

/* Entry - trackback */
#trackback {
  padding: 20px;
  margin-top: 25px;
  border: 1px dotted #ccc;
}


/* Entry - listcategoryarticle */
.listCategoryArticle {
  margin-top: 5px;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}
.listCategoryArticle ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  text-align: left;
  list-style-position: outside;
}
.listCategoryArticle li {
/*---  margin: 2px 0;
  background:url("http://blog.seesaa.jp/img/listCategoryArticle.gif") no-repeat 0 2px;
  padding-left: 12px;
-------------------------------------------*/
  line-height: 1.6;
  list-style-image: url("http://blog.seesaa.jp/img/listCategoryArticle.gif");
  margin: 0 0 0 1.4em;
}

/* tag */
/*-------------------------------------*/
.tag-word {
  margin: 10px 0 0 0;
  line-height: 1.4;
  text-align: right;
}
.tag {
  margin-top: 0;
  padding: 20px;
}
#tag_cloud {
  position: relative;
  padding: 10px;
  border: 1px dotted #ccc;
  text-align: left;
}
#tag_cloud a {
  padding: 2px;
}
.tag-title {
  font-weight: bold;
  text-align: left;
}
.tag-body {
  position: relative;
  margin: 10px 0;
  padding: 10px 0 0 0;
}
.tag-service {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 5px 0;
  clear: left;
  position: relative;
}
.tag-search {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: right;
  font-weight: bold;
}
.tag-article {
  position: relative;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.tag-article-title {
  position: relative;
  padding: 0 0 5px 0;
  text-align:left;
  font-weight: 700;
}
.tag-article-posted {
  position: relative;
  font-weight: 400;
}
.tag-article-summary {
  position: relative;
  padding: 0 10px;
  line-height: 1.4;
}
.tag-more {
  position: relative;
  clear: left;
  margin: 10px 0;
  text-align: right;
}
.tag-photos {
  position: relative;
  float: left;
  width: 140px;
  height: 200px;
  margin: 10px 5px;
}
.tag-photos-title {
  position: relative;
  padding: 5px 0;
  line-height: 1.4;
  text-align: left;
}
.tag-audios {
  position: relative;
  margin: 5px;
}
.tag-audios-title {
  position: relative;
  padding: 0 0 5px 0;
  text-align: left;
  font-weight: bold;
}
.tag-audios-posted {
  font-weight: 400;
  position: relative;
}
.tag-videos {
  position: relative;
  float: left;
  margin: 10px 5px;
}
.tag-videos-title {
  position: relative;
  padding: 5px 0;
  line-height: 1.4;
  text-align: left;
}
.tag-navi {
  position: relative;
  clear: left;
  margin: 10px 0;
  text-align: center;
}


/* TwitterBlockQuote */
/*-------------------------------------*/
.tweetBlockQuote {
  overflow: hidden;
  margin-bottom: 10px;
}
.tweetBlockQuote img {
  border: 0;
}
.tweetBlockQuote .tweetImg {
  overflow: hidden;
  float: left;
  width: 53px;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
.tweetBlockQuote .tweetMain {
  margin-left: 63px;
  padding: 5px;
  border: solid 1px #ccc;
  vertical-align: top;
}
.tweetBlockQuote .tweetMain a.tweetOwner {
  font-weight: bold;
  text-decoration: none;
}
.tweetBlockQuote .tweetMain a.tweetFriends {
  font-weight: bold;
  text-decoration: none;
}
.tweetBlockQuote .tweetMain .tweetText {
}
.tweetBlockQuote .tweetMain .tweetText a {
  text-decoration: underline;
}
.tweetBlockQuote .tweetMain .tweetDate {
}
.tweetBlockQuote .tweetBoth {
  clear: both;
}


/* Diet */
/*-------------------------------------*/
.diet-content {
  padding-left: 10px;
}
#diet-foods {
  padding-left: 10px;
}
.food-title {
  clear: left;
  float: left;
  width: 20%;
}
.food-content {
  width: 75%;
  padding-top: 10px;
}
#diet-container {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}
.diet-title {
  margin-top: 5px;
  padding: 2px 10px 2px 5px;
}
.diet-content {
  padding-left: 10px;
}
#diet-foods {
  padding-left: 10px;
}
.food-title {
  clear: left;
  float: left;
  width: 20%;
}
.food-content {
  width: 75%;
  padding-top: 10px;
}


/* Footer */
/*-------------------------------------*/
#footer {
  clear:both;
}
.copyright {
  text-align: center;
}
.powered {
  padding: 20px 0 20px 0;
  text-align: center;
}
.powered table{
  margin: 0 auto;
}
.syndicatesy {
  margin-right: 10px;
  text-align: center;
}


/*------------追加 ヘッダーメニュー-------------------------------------------*/
/*グローバルナビゲーション設置場所*/
#navi-bar { 
  margin-top:1px; padding:0;
}
#navi-bar ul.menu{  
  margin:0;
  padding:0;
  list-style:none;
}
#navi-bar ul.menu li{  
  display:inline;
}  
#navi-bar ul.menu li a{
  display:block;
  float:left;
  margin:0;
  padding:0;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
}
#banner{
  margin-bottom:0px;
}


/* ▼▼▼ 位置・サイズ調整 */
#navi-bar{　　width:960px;}   /* メニュー全体の幅 */
#navi-bar ul.menu li a{
  width:96px;            /* ボタンの幅 */
  line-height:16px;       /* ボタンの高さ */
  /*font-size:14px;*/         /* ボタンの文字サイズ */
  /*display:inline;
  padding-left:10px;
  padding-right:10px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;*/
}
#navi-bar ul.menu li+ li a{
   border-left: 1px solid #000000;
}

/*▼▼▼ 色・文字装飾・背景など */
#navi-bar ul.menu li a{         /* 通常時 */  
  color: #333;                /* 文字色 */  
  /*font-weight:bold;*/             /* 太字 */  
  text-decoration:none;         /* 下線(なし) */  
  /*background-color:#6699CC; */    /* 背景色(藍色) */  
  background-image:url();       /* 背景画像 */  
  background-repeat:repeat;     /* 背景画像繰り返し */
}
#navi-bar ul.menu li a:hover{  /* カーソルが乗った時 */
  color:#43bee0;               /* 文字色 */
  /*font-weight:bold;*/            /* 太字 */ 
  text-decoration: underline;  /* 下線(あり) */
  /*background-color:#6699CC;*/    /* 背景色(藍色) */
  background-image:url();      /* 背景画像 */
  background-repeat:repeat;    /* 背景画像繰り返し */
}

/*ぱんくずリスト*/
.crumb {
  clear: both;
  text-align:left;
  margin: 10px 0 10px 0;　/*上右下左*/
  /*font-size: 14px;*/
  line-height: 18px;
}



