* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  margin: 0 40px;
  background: #FFF;
  color: #070A26;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.3; 
  letter-spacing: 0.09em;
}
br {  letter-spacing: 0;}

a:link {  color: #1E447F;}
a:visited {  color: #3F6399;}
a:hover, a:active, a:focus {
  position: relative;
  top: 0;
  left: 1px;
}
a img{  border: none;}

ul, ol {
  list-style: none;}
blockquote {
  margin: 0 0 1.5em;
  padding: 15px 0 5px 2em;
  background: url(http://file.bath.blog.shinobi.jp/quote.gif) top left no-repeat;
  border: solid #ccc;
  border-width: 0 0 2px;
}
blockquote p {
  margin: 0 !important ;
}
th {
  font-weight: normal;
  text-align: left;
}
#box {
  margin: 0 0;
  background: url(http://file.bath.blog.shinobi.jp/bg_green.gif) left top repeat scroll;
  border: solid #1C4480;
  border-width: 0px 1px;
  p adding: 1px 0;
  width: 100%;
  height: 100%;
  max-width: 1402px;
}
body > #box {
  height: auto;
  min-height: 100%;
}
#box2 {
  margin: 110px 0 0;
  background: url(http://file.bath.blog.shinobi.jp/bg_box.gif) left top repeat-y scroll;
}

/* 
==================== header ==================== */

#header {
  margin: 0;
  height: 110px;
}
#header h1 {
  width: 300px;
  height: 110px;
  background: #E2F4FE;
  text-align: center;
}
#header h1 a {
  position: relative;
  top: 35px;
  left: 0;
  margin: 0 auto;
  width: 232px;
  height: 37px;
  display: block;
  background: url(http://file.bath.blog.shinobi.jp/logo.gif) left top no-repeat;
  text-indent: -2000px;
}
#header h1 a:hover {
  background-position: 1px top;

}
#header #header_description {
  display: none;}

/* 
==================== main / entry ==================== */
#main {
  margin: -110px 0 0 -300px;
  width: 100%;
  float: right;
  background: url(http://file.bath.blog.shinobi.jp/bg.gif) -1px top no-repeat scroll transparent;
　overflow: hidden;/* IEカラム落ち防止 */
}
#main_box {
  margin: 160px 0 0 300px;
  padding: 0;
  background: #E2F4FE;
  max-width: 1400px;
}
#main_box2 {
  position: relative;
  top: -90px;
  left: 0;
  background: transparent;
}
.entry {
  margin: 0 0 20px 0;
  max-width: 850px;
}
.entry, .comment, .trackback {
  margin: 0 40px 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #3F6399;
}
.entry_header {
  margin: 0 0 0 -2px;
  padding: 4px 0 0 42px;
  min-height: 38px;
  background: url(http://file.bath.blog.shinobi.jp/entry_title_circle.gif) left 3px no-repeat;
  font-size: 100%;
  font-weight: bold;
}
#main .entry_header a {
  text-decoration: none;
}
.entry_date {
  display: block;
  font-size: 77%;
  letter-spacing: 0.02em;
}
.entry_title {
  width: 460px;
  font-size: 116%;
}

.entry_body {
  margin: 1em 0px;
  padding: 0;
  font-size: 116%;}
.entry_more {
  margin: 1em 0;}
.entry_body p, .entry_body table {
  margin: 0 0 1.5em;
}

.blockquote_info {
  font-size: x-small;
  *font-size: x-small; /* IE 7向け */
  *font: xx-small; /* IE 6以下 */
  text-align: right;
}
.entry_text_sankou h3, .entry_text_kanren h3 { /* 参考リンク */
  font-size: 100%;
  font-weight: bold;
}
.entry_text_sankou li, .entry_text_kanren li {
  margin: 0 0 0.5em;
}
.entry_footer {
  margin: 1em 0px;
  font-size: 77%;
  text-align: right;
}
.entry_footer .entry_date {
  display: inline;
  font-size: 100%;
}
.page_link {
  margin: 3em 40px 0;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #72D4C9;
  font-size: 77%;
  font-weight: bold;
  text-align: center;
}
.page_link a {
  padding: 1px 0.3em;
  background: #D8F4FC;
  border: 1px solid #72D4C9;
  text-decoration: none;
}

/* 
==================== comment / trackbak ==================== */

.comment h3, .trackback h3 {
  margin: 0 0 0.5em;
  color: #1E447F;
  font-size: 116%;
  font-weight: bold;
}
.comment_area_body, .comment_form,
.trackback_body, .trackback_entryurl
 {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #72D4C9;
}
.comment_area_name, .comment_area_text, .comment_res_text, .comment_form,
.trackback_title, .trackback_text, .trackback_entryurl {
  font-size: 116%;
}
.comment .form_text, .comment .textarea, {
  margin: 1px 0 0;
}
.comment_area_name,
.trackback_title {
  font-weight: bold;
}
.comment_area_footer,
.trackback_footer {
  font-size: 77%;
  text-align: right;
}

/* 
==================== menu / plugin ==================== */

#menu {
  margin: -110px 0 0;
  padding: 70px 0 0;
  width: 300px;
  float: right;
}
#menu a:link, #menu2 a:link {
  color: #1E3A82;}
#menu a:visited, #menu2 a:visited {
  color: #3D778E;}

.plugin_box {
  margin: 0 30px 20px;
  padding: 5px;
  background: #72D4C9 url(http://file.bath.blog.shinobi.jp/plg_round_title.gif) 3px 5px no-repeat;
  font-size: 116%;
}
.plugin_title {
  color: #002753;
  height: 15px;
  background: url(http://file.bath.blog.shinobi.jp/plg_title.gif) no-repeat;
  text-indent: -2000px;
  font-size: 10%;
  font-weight: bold;
}
#plugin_type6 .plugin_title   {  background-position: 20px 0;} /* new */
#plugin_type3 .plugin_title {  background-position: 20px -19px;} /* ceteg */
#plugin_type1 .plugin_title   {  background-position: 20px -39px;} /* arc */
#plugin_type4 .plugin_title   {  background-position: 20px -58px;} /* osu */
#plugin_type11 .plugin_title{  background-position: 20px -77px;} /* search */
#plugin_type8 .plugin_title  {  background-position: 20px -97px;} /* prof */

#menu .plugin_text li, #menu .plugin_text form {
  margin: 7px 0 0;
  padding: 6px 0 0 20px;
  background: url(http://file.bath.blog.shinobi.jp/plg_round.gif) 5px 0.8em no-repeat;
  border-top: 1px solid #AEE5DE;
}
.plg_category_num0 {
  display: none;}
#menu2 {
}
#menu2 .plugin_box {
  background: #72D4C9;
  font-size: 77%;
}
#menu2 .plugin_title {
  padding: 0 0 3px 20px;
  height: auto;
  background: none;
  border-bottom: 1px solid #AEE5DE;
  text-indent: 0;
  font-size: 100%;
}
#menu2 .plugin_text {
  margin: 3px 0 0;
}
#menu2 .plugin_text li {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
  background: url(http://file.bath.blog.shinobi.jp/plg_round.gif) 7px 0.45em no-repeat;
  border: 0;
}

/* 
==================== footer ==================== */

#footer {
  clear: both;
  margin: 0 0 0 300px;
  padding: 0 0 10px;
  background: #E2F4FE;
  color: #3F6399;
  font-size: 77%;
  text-align: center;
  height: 60px;
}
#box2 > #footer {
  height: auto;
  min-height: 100%;
}
#footer_copy {
  margin: 0 0 10px;
}
/* 
==================== admin ==================== */

.entry_admin_only, .menu_admin_only {
  display: none;
}
/* 
==================== each entry ==================== */
/* 
-------------------- 081124  */

table.comike_ganreday {
  background: #FFF;
  border: 1px solid #999;
  border-collapse: collapse;
}
table.comike_ganreday th, table.comike_ganreday td {
  border: 1px solid #999;
  padding: 3px;
  vertical-align: top;
  line-height: 1.4;
}
table.comike_ganreday th {
  background: #ddd;
}
table.comike_ganreday td.comike_ganreday_day {
  vertical-align: middle;
}
table.comike_ganreday td.comike_ganreday_cat {
  vertical-align: middle;
}
table.comike_ganreday td.comike_ganreday_g {
  vertical-align: top;
}
