/* Base Weblog (base-weblog.css) */

/* basic elements */

/*clearfix
-----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
   font-size: 100%;
}
input#search:focus,
input#comment-author:focus,
input#comment-email:focus,
input#comment-url:focus,
textarea:focus {
	background:#FFFFCC;
}
h2#archive-title {
	clear:both;
	font-size:1.2em;
	text-indent:3px;
}
form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   margin: 0 auto; /* center on everything else */
   width: 800px;
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; margin-top:3px;}
#banner-inner { position: static; }
div#hdrleft {
	float:left;
}
#logo {
	display:inline;
	float:left;
	padding-top:14px;
}
div#hdrright {
	float:right;
}
#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float:right;
   min-height: 1px;
}
#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 5px 5px 10px 5px;
   font-size:0.8em;
   text-align: center;
}
.content-nav a {
	color:#053bff;
}
.date-header,
.entry-content
{
   position: static;
   clear: both;
}
.date-header {
	color:#999;
}
.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   padding-bottom:20px;
}
.entry-content {
   clear: both;
   margin: 5px 10px;
}
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
   font-size:0.8em;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}
.entry-level p {
	font-size:0.8em;
}
.entry-body p a {
	color:#053bff;
}
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	margin: 10px 0;
	clear:both;
}
.archive-list-item h2 {
	font-size:0.9em;
	line-height:1.5;
	margin:0;
	padding:0;
	background:
}
.archive-list-item a {
	color:#053bff;
}
.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
{
   width: 240px;
}

#comment-text {
   width: 336px;
}
#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 232px;
   border:1px solid #B3B3B3;
}
.module-content
{
   position: relative;
   margin: 5px 10px 0 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}
.module-list-item h3 {
	font-size:1em;
	line-height:1.2;
	margin:0;
	padding:0;
}
.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}


.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	font-size: 100%;
}

a { color: #053bff; }
a:hover { text-decoration: none; }

#banner a { color: #053bff; text-decoration: none; }

.module-content a { color: #053bff; }
/*.module-content a:hover { color: #5585FF; }
*/
h1, h2, h3, h4, h5, h6
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
h1#hdr {
	font-size:0.8em;
	color:#666;
	margin:0;
	padding:0;
}
span#banner-header {
	margin:14px 0 0 0;
	padding:15px 0 0 10px;
	float:left;
}
span#banner-header img {
	margin-right:7px;
}
span#banner-header a {
	color:#333;
}
h2#comment {
	text-align:center;
	background-color:#D8FF8A;
	border-top:1px #A8C76B solid;
	border-bottom:1px #A8C76B solid;
	font-size:0.9em;
	color:#666;
	padding:7px 0px;
	width:760px;
}
h2#comment span {
	vertical-align:middle;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 3px 5px;
   color: #666;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/elementback.gif);
   font-size: 0.8em;
   font-weight: bold;
   line-height: 1;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 0.8em;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
   min-width: 806px;
   color: #333;
   background: #F6F6F6;
   margin:0;
   padding:0;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/bodyback.gif);
}

#container
{
   width: 800px;
   background: #fff;
}

#container-inner
{
   padding:3px 20px 0 20px;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   padding-bottom:20px;
}

#banner
{
   width: 760px; /* necessary for ie win */
   margin-bottom:7px;
}

#banner-inner
{
   padding: 0;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 1em;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin:0;
   padding: 63px 0 0 88px;
   color: #000;
   font-size: 0.8em;
   font-weight:bold;
   line-height: 1;
}

#banner-description
{
	margin:5px 0 0 0;
	text-align:center;
	background-color:#E7FAE7;
	border-top:1px #9CCF9C solid;
	border-bottom:1px #9CCF9C solid;
	font-size:0.9em;
	color:#95C137;
	padding:5px 0;
	width:760px;
	clear:both;
}
#menu {
	clear:both;
	background:#053bff;
	width:760px;
	margin:0;
	padding:0;
	
}
#menu ul {
	background:#053bff;
	margin:0;
	padding:0;
	width:760px;
}
#menu ul li {
	display:block;
	text-align:center;
	background:#ABDEFF;
        background:url(http://www.hikakucommune.com/buzzerabikata/img/menuback.jpg) repeat-x;
	float:left;
	width:95px;
	border-top:1px #053bff solid;
	border-bottom:1px #053bff solid;
}
#menu ul li a {
	font-size:0.9em;
	color:#fff;
	height:1.7em;
	line-height:1.7em;
	padding:0 10px;
	margin:2px 16px;
	display:block;
}
#menu ul li a:hover {
	background:#fff;
	color:#053bff;
}
#alpha { margin: 0; padding:0; width: 760px; }
.master-archive-index #alpha { margin: 0; padding:0; width: 509px; }
#beta { width: 234px; margin:0; padding:0; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#alpha_tag { margin: 0; padding:0; width: 519px; float:left; }
#beta_tag { width: 234px; margin:0; padding:0; float:right; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   border:none;
}

.date-header
{
   margin: 0;
   padding:0;
   font-size: 0.8em;
}

h2.entry-header, h2#archive-title
{
   margin:0 0 2px 0;
   padding: 0 0 0 20px;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/bullet.jpg) no-repeat left center;
   color: #333;
   font-size: 1em;
   font-weight:bold;
   border-bottom:1px solid #B3B3B3;
   line-height:1.3;
}
h3.entry-header
{
   margin:0;
   padding: 0 0 0 20px;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/bullet_book.jpg) no-repeat left center;
   color: #333;
   font-size: 1em;
   font-weight:bold;
   border-bottom:1px solid #B3B3B3;
   line-height:1.3;
}
.entry-header span {
	font-size:0.8em;
	vertical-align:middle;
}
.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 0.8em;
   text-align: right;
}
.entry-footer a,
.comment-footer a,
.trackback-footer a
{
	color:#053bff;
}
/*.entry-footer a:hover,
.comment-footer a:hover,
.trackback-footer a:hover
{
	color:#5585FF;
}*/
.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
	border:1px dotted #6EBEF2;
	background:#ECF5FA;
   color: #292e33;
   font-size: 0.8em;
   text-align: center;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 5px 0;
}
.module-content
{
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: 0.8em;
   line-height: 1.2;
}

.module-search input { font-size: 1em; }
.module-search #search { width: 160px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 0.9em; }

.module-powered {    border: 1px dashed #a3b8cc; }
.module-powered .module-content
{
   margin-bottom: 0;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}
.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 0 10px 0;
   list-style:disc;
   }

.module-list .module-list
{
   margin: 5px 0 0 0;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
   list-style:none;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/list_bullet.gif) no-repeat left center;
   padding-left: 11px;
}
.module-list-item-new
{
   margin-top: 0;
   color: #666;
   line-height: 2;
   list-style:none;
   background:url(http://www.hikakucommune.com/buzzerabikata/img/new.gif) no-repeat left center;
   padding-left: 30px;
}
.module-list-item a {
	color:#053bff;
}
.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner

   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 806px; }
   .layout-one-column #container { width: 806px; }
   .layout-one-column #banner { width: 760px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
.entry-body ul {
	padding:0;
	margin:0;
}
.entry-body ul li {
	padding:0 13px;
	line-height:140%;
	font-size:0.8em;
	list-style-type:none;
	float:left;
	width:728px;
}
.entry-body ul li.url {
	margin-bottom:12px;
	line-height:1.3;
}
.entry-body ul li.url a:link {
	color:#81818D;
	text-decoration:none;
	font-size:0.8em;
}
.entry-body p {
	font-size:0.8em;
}
.entry-body ul li strong {
	background:#FFFFE5;
}
.entry-body ul li a img {
	float:left;
	margin-right:10px;
}
.entry-body ul li.title {
	margin:5px 10px 0 0;
	padding:0 3px 0 0;
	font-size:0.8em;
	font-weight:bold;
	clear:both;
	width:728px;
}
.entry-body ul li.title a {
	margin-left:0px;
	padding-left:13px;
	clear:both;
}
.entry-body ul .title a img {
	vertical-align:middle;
	float:left;
	background-image:none;
	margin-right:5px;
}
.entry-body ul li a:link {
	color:#053bff;
}
.entry-body ul li a:visited {
	color:#053bff;
}
/*.entry-body ul li a:hover {
	color:#5585FF;
}
*/#pr {
	margin-left:10px;
}
.adbanner{
   margin: 0 0 5px 0;
   padding:0;
}
.adbanner .module-content {
	margin:0;
	padding:0;
}
.adbanner_adjust {

   margin: 0 0 5px 0;
   padding-left:1px;
}
#mainbanner {
}
.foto {
	float:left;
	margin:7px;
}
#rss {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	text-align: left;
	margin:0 0 6px 0;
}
#rss a {
	background:url(http://www.hikakucommune.com/buzzerabikata/img/rss.jpg) no-repeat left center;
	padding-left:15px;
}
#squarelink ul li {
	float:left;
	width:126px;
	border:none;
}
#squarelink ul li a:hover img {
	position:relative;
	top:1px;
	left:1px;
}
.entry-body ul li.rank .feedamazon-rss-link-banner {
	visibility:hidden;
}
.entry-body ul li.rank {
	padding:5px 15px;
	line-height:1;
	font-size:0.8em;
	list-style-type:none;
	border:1px solid #d68813;
	float:left;
	width:487px;
}
.entry-body ul li.rank strong {
	background:#FFFFCC;
}
.entry-body ul li.rank a img {
	float:left;
	margin-right:10px;
	margin-left:13px;
}
.entry-body ul li.ranktitle {
	margin:5px 0 0 0;
	padding:0 3px 0 15px;
	font-size:0.8em;
	font-weight:bold;
	border-top:1px solid #d68813;
	border-left:1px solid #d68813;
	border-right:1px solid #d68813;
	border-bottom:none;
	background: url(http://www.hikakucommune.com/buzzerabikata/img/ranktitle_back.jpg) repeat-x;
	clear:both;
	width:499px;
}
.entry-body ul li.ranktitle a {
	background: url(http://www.hikakucommune.com/buzzerabikata/img/ranktitle_list.gif) no-repeat left center;
	margin-left:0px;
	padding-left:20px;
	clear:both;
}
.entry-body ul .ranktitle a img {
	vertical-align:middle;
	float:left;
	background-image:none;
	margin-right:5px;
}
.entry-body ul li.rank a:link {
	color:#053bff;
}
.entry-body ul li.rank a:visited {
	color:#053bff;
}
#squarelink ul li {
	float:left;
	width:126px;
	border:none;
}
#squarelink ul li a:hover img {
	position:relative;
	top:1px;
	left:1px;
}
.module-list li#nolist
{
	list-style:none;
	margin-bottom:5px;
}
.module-list li#nolist img
{
	list-style:none;
	margin-right:5px;
}
.module-content-nomargin
{
   position: relative;
   margin: 0;
   padding: 0;
   font-size: 0.8em;
   line-height: 1.2;
}
.module-content-nomargin ul {
	margin:5px;
	padding:0;
}
.module-content-nomargin ul li {
   	background:none;
	line-height:1.2;
	padding:0;
}
#alpha-inner .module-archives .module-content ul.module-list li#nolist {
    float:left;
    width:230px;
}
#alpha-inner .module-archives {
    width:509px;
}
#alpha-inner .module-tagcloud {
    width:760px;
    border:none;
    min-height:300px;
    _height:300px;
}
/*******************▽検索結果テンプレート用CSS*********************************/
h2.search-results-header,
h3.search-results-header {
    background:url(http://www.hikakucommune.com/buzzerabikata/img/tag_bullet.gif) no-repeat #FFE5FF left center;
	margin:7px 0;
   	color: #9933FF;
	font-weight:bold;
	padding:3px 0 3px 25px;
	border-bottom:1px solid #ccc;
	font-size:1em;
	width:486px;
}
.search-results-container h3 {
	margin:0;
	padding:2px 10px;
	font-size:1em;
}
.search-results-container p.entry-footer {
	float:right;
}
.module-search-feed {
	border:1px solid #ccc;
}
.module-search-feed h2.module-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   padding: 3px 5px;
   color: #666;
   background: #F6F6F6;
   font-size: 0.8em;
   font-weight: bold;
   line-height: 1;
}
.module-search-feed .module-content p {
	padding:5px;
	margin:0;
}
.module-search-feed .module-content p#feed {
	float:right;
}
.module-tags {
	border:1px solid #ccc;
}
.module-tags h2.module-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   padding: 3px 5px;
   color: #666;
   background: #F6F6F6;
   font-size: 0.8em;
   font-weight: bold;
   line-height: 1;
}
.module-tags .module-content p {
	padding:5px;
}
.module-tags .module-content ul {
	margin:0 7px;
	padding:0;
}
.module-tags .module-content ul li {
	list-style:none;
	text-decoration:none;
}
.entry-tags ul.entry-tags-list {
	font-size:0.8em;
}
.entry-tags ul.entry-tags-list li {
	display:inline;
	text-decoration:none;
}
.onetagwrap {
	margin-bottom:7px;
	border:1px solid #ccc;
	width:509px;
}
.onetagwrap h3 {
	background:#F5F5F5;
	font-size:0.8em;
}
.onetagwrap p {
	margin:10px 15px;
	font-size:0.8em;
}
.onetagwrap a:link {
	color:#053bff;
}
.onetagwrap h3 a {
	color:#053bff;
}
#searchbox {
	border:1px solid #6EBEF2;
	background:#ECF5FA;
	margin-top:7px;
	width:509px;
}
#searchbox p {
	text-align:center;
}
#searchbox form {
	text-align:center;
}
#searchbox table  {
	margin:0 auto;
}

/*******************▲検索結果テンプレート用CSS*********************************/

#googlepack {
        height:60px;
}
#googlepack p {
margin:0;
padding:0;
float:left;
}
#googlepack p.googlepack_text {
width:52px;
padding:0 2px 0 0;
font-size:0.5em;
}
#googlepack p.googlepack_text a {
color:#053bff;
text-decoration:none;
}
ul.archive-list li.archive-list-item {
	font-size:0.8em;
}
/*******************▽Tagcloud用CSS*********************************/
.module-tagcloud .module-content-nomargin {margin-top:5px;}
.module-tagcloud .module-content-nomargin a {text-decoration: none; }
.module-tagcloud .module-content-nomargin { text-align: left; }
.module-tagcloud .module-content-nomargin .module-list { list-style: none; }
.module-tagcloud .module-content-nomargin .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel1{ font-size: 20px; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel2{ font-size: 18px; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel3{ font-size: 16px; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel4{ font-size: 14px; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel5{ font-size: 12px; }
.module-tagcloud .module-content-nomargin .module-list li.taglevel6{ font-size: 10px; }
/*******************▲Tagcloud用CSS*********************************/

/*******************▽simpleapi画像用CSS*********************************/
.module-content ul.module-list li#nolist a img,
.simpleapi_left img
 {
	width:80px;
	border:none;
        margin-bottom:7px;
}
.module-content ul.module-list li#nolist #left,
.simpleapi_left
 {
	float:left;
	margin-right:3px;
}
.module-content ul.module-list li#nolist {
	color:#999;
	clear:both;
        margin-bottom:7px;
}
.trackback-content .simpleapi_left {
	margin-right:10px;
}
.trackback-content p span {
	color:#999;
	font-size:0.8em;
}
.trackback-content p a {
	color:#053bff;
}
/*******************▲simpleapi画像用CSS*********************************/

/*******************▽rakuapi*********************************/
.shopname a:link {
        text-decoration:none;
}
/*******************▲rakuapi*********************************/
#copyright {
	margin:20px auto 30px auto;
	text-align:center;
	font-size:0.8em;
	color:#999;
	padding-top:15px;
	border-top:1px dotted #999;
}