html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
header,
nav,
hgroup,
footer,
section,
article,
aside {
  display: block;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}

body {
  margin: 0;
  font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  background-color: #FFFFFF;
  padding-top: 0;
}
a:link,
a:visited {
  color: #888888;
  text-decoration: none;
}
a:hover,
a:active {
  color: #FA2500;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  color: #666666;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 4px #4A89DC;
  -moz-box-shadow: 0px 0px 4px #4A89DC;
  box-shadow: 0px 0px 4px #cccccc;
  border: 1px solid #999999;
}
h3 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 16px;
  font-size: 15px;
  word-wrap: break-word;
  color: #777;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
}
hr {
    border: 0;
    height: 1px;
    margin:50px 0% 0;
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.85), rgba(153,153,153,0)); 
    background-image:    -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.85), rgba(153,153,153,0)); 
    background-image:     -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.85), rgba(153,153,153,0)); 
    background-image:      -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.85), rgba(153,153,153,0)); 
}
/*  ヘッダー、メニュー部分の設定
    ------------------------------------------------------- */
#wapper {
  background: url(http://file.eiffel.pazru.com/top-bg-color.jpg) no-repeat left top;  
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#HeaderBase {
  margin-top: 5px;
  width: 100%;
}
#HeaderBase  > header {
  margin: 0px auto ;
  width: 800px;

}
/* ヘッダーの見出し下の文章の設定 */
.headerDesc {
  margin: 0 80px 100px 0;
  padding-top:20px;
  text-align: right;
}

/* メニュー部分の設定 */
#MenuPage {
  width:800px;
  height:45px;
  margin: 0;
  text-align: left;
}
#MenuPage ul {
  margin-top: 30px;
  list-style: none;
  width: 100%;
 background-color:#fefefe; filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;
}
#MenuPage li {
  display: inline-block;
}
#MenuPage a {
  display: block;
  padding: 14px 20px;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  font-family: Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
}
#MenuPage a.current,
#MenuPage a:focus,
#MenuPage a:hover,
#MenuPage a:active {
  padding: 7px 20px;
  border-bottom: 2px solid #FA2500;
  display: inline-block;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  font-family: Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
  color: #FA2500;
}

#HeaderBase  > header #HeaderLinks {
  min-height: 30px;
  text-align: right;
  margin-right: 50px;
}
#HeaderBase  > header #HeaderLinks a{
  font-size: 42px;
  font-weight: bold;
  line-height: 30px;
  font-weight: normal;
  font-family:  AbrazoScriptSSK;Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
  letter-spacing: 0.6em;
  color: #555;
}
#HeaderBase  > header #BlogTitle {
  text-align: left;
}
#HeaderBase  > header #BlogTitle a:link,
#HeaderBase  > header #BlogTitle a:visited {
  font-weight: bold;
  font-size: 200%;
  text-decoration: none;
}

/* メインコンテンツ部分の設定 */
#MainBlock {
  width: 800px;
  font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
}

.news {
  height: 115px;
  padding:50px 0 0px 520px;
}

#EntryListBlock {
  width: 800px;
  padding-left: 10px;
}
.EntryTextBox {
  padding: 30px 25px 10px 150px;
  color: #555;
}

.EntryTextBox header {
  margin-top: 10px;
  padding: 20px 25px 10px 0px;
}

.EntryTextBox header .EntryTitle {
  padding: 25px 380px 25px 0px !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.0em;
  letter-spacing: 0.2em;
  text-align:right;
  background-color:#FFF; 
  filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;
}

.EntryTextBox header .EntryTitle a {
  text-decoration: none;
  color: #111;
}

.EntryTextBox header .EntryTitle a:link,
.EntryTextBox header .EntryTitle a:visited {
  color: #111;
}

.EntryTextBox header .EntryTitle a:hover {
  color: #4A89DC;
}

.EntryTextBox .EntryBottomBlock {
  padding: 20px 5px 0 30px;
  width: 800px;
}

.EntryTextBox .EntryBottomBlock ul {
  float: left;
  margin-top: 20px;
  list-style: none;
  font-size: 10.5px;
  color: #b3b3b3;
}
.EntryTextBox .EntryBottomBlock li {
  display: inline-block;
  margin-left: 15px;;
}
.EntryTextBox .EntryBottomBlock li a:link,
.EntryTextBox .EntryBottomBlock li a:visited {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  line-height: 20px;
  color: #a6a6a6;
}
.EntryTextBox .EntryBottomBlock li a:hover,
.EntryTextBox .EntryBottomBlock li a:active,
.EntryTextBox .EntryBottomBlock li a:focus {
  color: #666666;
}
.EntryTextBox .EntryBottomBlock .EntryCategory:before {
  content: "Category:";
}
.EntryTextBox .EntryBottomBlock  .EntryWriteDate:before {
  content: "Date:";
}

.EntryText {
  padding-top: 20px;
  margin-bottom: 20px;
}

.EntryText,
.EntryText * {
  line-height: 1.7;
}
.EntryText a:link,
.EntryText a:visited {
  color: #555;
  text-decoration: underline;
}
.EntryText a:focus {
  text-decoration: underline;
  color: #763C87;
}
.EntryText img {
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc; 
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
  margin: 1.5em 0px 0.6em;
  padding: 0 0 0 0.5em;
  word-wrap: break-word;
  font-weight: bold;
}
.EntryText h1,
.EntryText h2 {
  font-size: 130%;
  border-left: #414244 4px solid;
}
.EntryText h3 {
  font-size: 120%;
}
.EntryText h4 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h5 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h6 {
  font-size: 100%;
  font-style: italic;
}
.EntryText p {
  margin: 0.7em 0 1.5em 0.5em;
}
.EntryText mark {
  background: #FFDB4F;
  color: #555555;
  padding: 0 0.2em;
}
.EntryText table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.EntryText table th,
.EntryText table td,
.EntryText table caption {
  padding: 2%;
}
.EntryText table th {
  padding: 5px;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  text-align: center;
}
.EntryText table td {
  padding: 5px;
  border-width: 0 0 1px 1px;
  text-align: left;
}
.EntryText ul,
.EntryText ol,
.EntryText dl {
  margin: 0.8em 1.2em;
}
.EntryText ul li {
  list-style: disc inside;
  margin: 0 0 0.3em 0;
}
.EntryText ol li {
  list-style: decimal inside;
  margin: 0 0 0.3em 0;
}
.EntryText dl dt {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.EntryText dl dd {
  margin: 0 0 0.8em 0.5em;
}

/**	Blockquotes  **/
blockquote, blockquote p {
  color: #777777; line-height: 20px; font-style: italic; 
 }
blockquote { 
  margin: 10px 0 30px 10px; padding: 3px 5px 5px 15px; border-left: 1px solid #ddd;
 }
.EntryText pre {
  background-color: #EEEEEE;
  padding: 10px;
  font-size: 90%;
}
.EntryText hr {
  border: 0;
  height: 1px;
  margin: 2em auto;
  background-color: #CCCCCC;
}

.EntryTextBox .EntryPsText {
  margin: 1.5em 0;
  text-align: center;
}
.EntryTextBox .EntryPsText a {
  display:block;
  padding:10px;
  text-decoration: none;
  background:#EEEEEE;
}
.EntryTextBox .EntryPsText a:hover {
  background:#4A89DC;
  color:#FFFFFF;
}

.NinjaClap {
  padding: 1em 0 0;
}
.NinjaClap .NinjaClap a img {
  margin: 0 0.5em;
  vertical-align: middle;
  width: 80px;
}

/* ページャーの設定 */
#PageLinkBlock {
  text-align: center;
  margin: 0;
  list-style: none;
  display: table;
  width: 700px;
}

#PageLinkBlock ul {
  text-align: center;
}
#PageLinkBlock ul li {
  display: inline;
  padding: 0 30px;
}

#PageLink10Block {
  margin: 20px auto 30px;
}
#PageLink10Block #PageLink10 {
  width: auto;
  text-align: center;
  text-indent: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#PageLink10Block #PageLink10 li {
  margin: 5px;
  font-weight: bold;
  display: inline;
}
#PageLink10Block #PageLink10 li a,
#PageLink10Block #PageLink10 li span {
  background: #2e3641;
  padding: 5px 8px;
  font-weight: normal;
  text-decoration: none;
  color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PageLink10Block #PageLink10 li span {
  background: #4A89DC;
  color: #555555;
}
#PageLink10Block #PageLink10 li a:focus,
#PageLink10Block #PageLink10 li a:hover,
#PageLink10Block #PageLink10 li a:active {
  background: #4A89DC;
  color: #555555;
}

/* サイドバーの設定 */
#PluginBlock {
  width: 260px;
  float:left;
  padding: 10px 0 0 20px;
}

#PluginLayout,
#PluginLayout2 {
}
.PluginInnerBlock {
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
}

.PluginTitle {
  margin: 0;
  padding: 0px 7px 10px;
  line-height: 16px;
  font-size: 15px;
  word-wrap: break-word;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-family: Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
}
.PluginContents {
  line-height: 1.8;
  background-color:#FAFAFA;
}

.PluginContents li {
  line-height: 1.8;
}
.PluginContents .plugin_data {
  line-height: 12px;
  font-size: 11px;
  color: #666;
  padding: 0px 5px;
  background: url(http://file.eiffel.pazru.com/bg_li.png)  no-repeat left center;
}
.plugin_data {
  line-height: 15px;
  font-size: 13px;
  color: #666;
  padding: 3px 10px;
  background: url(http://file.eiffel.pazru.com/bg_li.png)  no-repeat left center;
}

.PluginContents .plugin_data:last-child {
  padding: 20px 20px 20px ;
}

.PluginContents .plugin_data_date {
  padding: 0px 20px 0 ;
  text-align: right;
}

.PluginContents .plugin_data_date:last-child {
  padding: 0px 20px 15px ;
}

.PluginContents .plugin_data .plugin_cm_with_res {
}

.PluginContents .plugin_data .plugin_cm_with_res img{
  margin: 0 4px ;
}

.PluginContents .plugin_data a:link,
.PluginContents .plugin_data a:visited {
  color: #4A89DC;
  outline: none;
  text-decoration: none;
}
.PluginContents .plugin_data a:hover,
.PluginContents .plugin_data a:active {
  font-size: 11px;
  color: #504DCC;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.PluginContents .plugin_data * {
  line-height: 1.4;
}

.PluginContents .plugin_data .left {
  text-align: left;
}
.PluginContents .plugin_data .center {
  text-align: center;
}
.PluginContents .plugin_data .right {
  text-align: right;

}

.CalendarMoveTable {
  margin: 0 auto;
  width: 100%;
  border-bottom:1px solid #eeeeee;
}
.CalendarMoveTable td {
  height: 2.7em;
  text-align: center;
  vertical-align: middle;
}

.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
  text-decoration: none;
}

.CalendarTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarTable th,
.CalendarTable td {
  height: 3.0em;
  text-align: center;
  vertical-align: middle;
}
.CalendarTable .CalendarWdayTr .CalendarWdaySat,
.CalendarTable .CalendarWdayTr .CalendarWday,
.CalendarTable .CalendarWdayTr .CalendarWdaySun {
  display:none;
}
.CalendarTable .CalendarTr .CalendarTd,
.CalendarTable .CalendarTr .CalendarTdSat,
.CalendarTable .CalendarTr .CalendarTdSun {
  text-align: center;
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.CalendarTable .CalendarTdLink {
  display: block;
  text-align: center;
  background: #2e3641;
  height: 22px;
  width: 22px;
  margin: 0 auto;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  vertical-align:middle;
}
.CalendarTable .CalendarTdLink:hover {
  background:#4A89DC;
}
.CalendarTable .CalendarTdLink a {
  color:#FFFFFF;
  text-decoration:none;
}
.CalendarTable .CalendarTdLink a .CalendarTdLinkFont {
}

/* ブログ内検索用デザイン */
.blogsearch .box {
  width: 70%;
  float: left;
}
.blogsearch .btn {
  width: 22%;
  float: right;
  text-align: center;0;
}
.blogsearch .btn:hover {
  background: #FA2500;
  color: #555555;
  border:0;
}
.qrcode_image {
  text-align: center;
}

.profile_image {
    padding:15px 15px 0;
}
.profile_image img {
  max-width: 100%;
  text-align: center;
}

/*  フッターの設定
    ------------------------------------------------------- */
#FooterBase {
 margin: 20px 5px 0 10px;
}

.columns   { float: left; display: inline; margin-left: 0px; margin-right: 10px; }
.five.columns  { width: 220px; }
.offset-by-five  { padding-left: 220px; }
.six.columns   { width: 290px; }
.offset-by-six  { padding-left: 290px; }
.seven.columns   { width: 360px; }
.offset-by-seven  { padding-left: 360px; }

#FooterBase > footer {
  width: 850px;
  float:center;
  text-align: left;
  font-size: 11px;
  color: #555;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
}
#FooterBase > footer a {
  margin-right: .5em;
  display: inline-block;
  color: #999999;
  border-radius: 2px;
  text-decoration: none;
}

/* レスポンシブ
    ------------------------------------------------------- */
@media screen and (max-width: 360px) {
#wapper {
    height: auto;
    max-width: 360px;
   background: url(http://file.eiffel.pazru.com/top-bg-s.jpg) no-repeat left top;
}
  #HeaderBase > header {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #HeaderLinks {
    display:none;
  }
.headerDesc {
  background-color:#ffffff; 
  margin: 0;
  padding-left: 20px;
  text-align: left;
}
 #MenuPage {
    width:100%;
    padding: 0;
    margin:0 auto 0;
  }
  #MenuPage ul {
  }
  #MenuPage li {
  display: block;
  }
#MenuPage a {
  display: block;
  padding: 8px 20px;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  font-family: Georgia,Times New Roman, Sylfaen, symbol, Comic Sans MS,
}
.navbarSearch {
  display: none;
}
  #MainBlock {
    width: 100%;
    margin: 0;
 }
.news {
 display: none;
}
  #EntryListBlock {
    width: 96%;
    float: none;
    margin: 165px auto 0;
    padding: 0;
  }
.EntryTextBox {
  padding: 5px;
}

.EntryTextBox header .EntryTitle {
  padding: 10px 0 !important;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.0em;
  letter-spacing: 0.2em;
  color: #333;
  text-align:left;
  background-color:#FFF; 
}

  #EntryListBlock .EntryTextBox {
    width: 94%;
  }
.EntryText img {
    width: 90%;
}
  #PageLinkBlock {
    width: 90%;
    margin: 20px auto 0;
  }
  #section plugin {
    width: 90%;
    float: left;
    margin: 0 auto 10px;
    padding: 0 0;
  }
  #FooterBase > footer {
    width: 90%;
    margin: 0;
  }
  img {
    max-width: 90%;
    height: auto;
    width: auto;
    margin: 0;
  }
}