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

/* basic elements */

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: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
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
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 780px;
   text-align: left;
}


#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

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

#beta { float: left; }
#alpha-inner, #beta-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: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

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

#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: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 5px;
}
.module-content p
{
   letter-spacing:1px;
   line-height:1.5em;
}

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

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.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: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #36414d; text-decoration: none; }
a:hover { color: #a3b8cc; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d;text-decoration:none; }
.module-content a:hover { color: red; }

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.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;
   border-left: 0 solid #f5f5f5;
   border-top: 0 solid #f5f5f5;
   border-right: 0 solid #f5f5f5;
   padding-left: 5px;
   color: #228B22;
   background:#fff url(http://greenthumb.party-2.com/images/greenback175.gif)  left bottom no-repeat;
   font-size: 11px;
   font-weight: bold;
   line-height: 28px;
   height:28px;
   letter-spacing:1px;
}

.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
{
   color: #6B8E23;
}

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

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


/* page layout */

body
{
   min-width: 780px;
   color: #333;
   background:#f5f5dc;
}

#container
{
   width: 780px;
   margin-bottom: 20px;
   margin-top: 20px;
   background: #fff;
   border:solid 1px #999;
}



#container-inner
{
   border-width:0;
   border-style: solid;
   border-color: #f5f5f5
}

#banner
{
   width: 100%; /* necessary for ie win */
   background: #fff url(http://greenthumb.party-2.com//images/bannerbg.gif) no-repeat left bottom ;
}

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

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

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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 3px;
   margin-bottom: 0;
   color: #996633;
   background: none;
   font-size: 12px;
   line-height: 150%;
   letter-spacing:1px;
}

#alpha { margin: 15px 15px 0 15px; width: 560px; }
#beta { width: 180px; background: #fff; }

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

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   border-top: 1px solid #dae0e6;
   border-bottom: 1px solid #dae0e6;
  border-right: 5px solid #dae0e6;
   padding: 3px 0 3px 10px;
   color: #963;
　font-weight:bold;
   font-size: 13px;
　letter-spacing:1px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

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


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #fff;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 0 solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

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

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

.module-list,.module-list a
{
   margin: 0 5px 5px 12px;
   list-style:url(http://greenthumb.party-2.com//images/ic_green.gif) square outside;
  color:#9C3;
}
.module-list a:hover
{
   list-style:url(http://greenthumb.party-2.com//images/ic_red.gif) disc outside;
  color:#669999;
}
.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 10px;
   list-style:url(http://greenthumb.party-2.com//images/ic_miniviolet.gif) disc outside;
}
.module-list .module-list a
{
   list-style:url(http://greenthumb.party-2.com//images/ic_miniviolet.gif) disc outside;
}
.module-list .module-list a:hover
{
   list-style:url(http://greenthumb.party-2.com//images/ic_minigreen.gif) disc outside;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.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: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* 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;
   }

#gt{
          height:93px;
          text-indent:-5000px;
          background:url(http://greenthumb.party-2.com//images/logo2.gif)  no-repeat;
         padding-top:5px;
         float:left;
         display:inline;
          }


#gt a{
         display:block;
         width:168px;
          height:93px;
          }



address{
         font-style:normal;
         }


ul#contact{
	width: inherit;
	height:25px;
               letter-spacing:1px;
	padding:0;
	margin:0;
	}
ul#contact li{
	width:100px;
	text-align:center;
	display: block;
	float:right;
	list-style-type: none;
	}
ul#contact li a{
	display:block;
	width:100px;
	height:25px;
                line-height:25px;
	text-decoration:none;
	color: #699;
	}
ul#contact li a:hover{
	color: #69c;
	text-decoration: none;
	}



/*ナビゲーション*/
ul#nav{
          width: 100%;
	height:25px;
               font-size: 12px;
               letter-spacing:1px;
               line-height:25px;
                color:#996633;
                margin:0;
               background: #f5f5dc;
                border-top:solid 1px #ccc;
                border-bottom:solid 1px #ccc;          
	}


ul#nav li{
	text-align:center;
                width:auto;
	height:25px;
                padding-right:25px;
                padding-left:25px;
               line-height:25px;
	display: block;
	float:left;
	list-style: none;
              background: #f5f5dc;
                margin:0;
                color:#693;
                font-weight:bold;
	}
ul#nav li a{
	text-align:center;
                width:auto;	
                display:block;
                line-height:25px;
                margin:0;
	color: #996633;
               text-decoration:none;
               font-weight:bold;
              background: #f5f5dc;
	}




ul#nav li a:hover{
	color:#693;
              background: #f5f5dc;
	}
#footer{
          text-align:center;
          color:#996633;
          font-size:90%;
          letter-spacing:2px;
          }
#footer p{
          color:#996633;
          }
.menu_title{
              background: #f5f5dc url(http://greenthumb.party-2.com/images/bg_01mini.gif) repeat;
}
/*GetsrcURLプラグイン用*/
a img {
text-decoration: none;
border: none;
}
ul.entry-image{
list-style:none;
padding:0;
margin:0;
}
ul.entry-image li {
text-align:center;
line-height:1.5em;
padding-bottom:15px;
padding-top:5px;
border-bottom:dashed 1px #ccc;
clear:both;
}
ul.entry-image li img{
margin: 0 5px 10px 5px;
}

ul.image-list li {
display: inline;
}

ul.image-list li img {
margin: 0 5px 10px 5px;
}
img{
margin:0 5px 2px 2px;
float:left;
border:none;
}
.catname{
color:#C66;
font-size:11px;
letter-spacing:2px;
font-weight:bold;
font-size:13px;
}
dl{
font-size:11px;
margin-left:5px;
color:#555;
line-height:2.5em;
}
dt{
font-weight:bold;
float:left;
color:#699;
}
dd{
margin-left:10em;
}
ul.entry-image li {
text-align: left;
}


ul.image-list li img {
margin: 0 5px 10px 5px;
}
.name{
width:100px;
color:red;
display:block;
}
/*角丸*/
div.roundbox{
  background: #f5f5f5 url(http://greenthumb.party-2.com/images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
 margin-right:5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox ul{
list-style:none;
}
div.roundbox img{
margin-left:5px;
}
div.roundbox p{
margin:5px 5px 10px 5px;
}
div.roundbox span {
  display: none;
}

div.roundbox h3 {
  display: block;
  background: #f5f5f5 url(http://greenthumb.party-2.com/images/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
/*角丸*/
div.roundbox2{
  background: #f5f5de url(http://greenthumb.party-2.com/images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
　margin-right:5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox2 ul{
list-style:none;
}
div.roundbox2 img{
margin-left:5px;
}
div.roundbox2 p{
margin:5px 5px 10px 5px;
}
div.roundbox2 span {
  display: none;
}

div.roundbox2 h3 {
  display: block;
  background: #f5f5de url(http://greenthumb.party-2.com/images/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
/*角丸3*/
div.roundbox3{
  background: #dde3ec url(http://greenthumb.party-2.com/images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox3 ul{
list-style:none;
}
div.roundbox3 img{
margin-left:5px;
}
div.roundbox3 p{
margin:5px 5px 10px 5px;
}

div.roundbox3 span {
  display: none;
}

div.roundbox3 h3 {
  display: block;
  background: #dde3ec url(http://greenthumb.party-2.com/images/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
/*角丸4*/
div.roundbox4{
 clear:both;
  background: #f5f5de url(http://greenthumb.party-2.com/images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
　margin-right:5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox4 ul{
list-style:none;
}
div.roundbox4 img{
margin-left:5px;
}
div.roundbox4 p{
margin:5px 5px 10px 5px;
}

div.roundbox4 span {
  display: none;
}

div.roundbox4 h3 {
  display: block;
  background: #f5f5de url(http://greenthumb.party-2.com/images/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
/*角丸5*/
div.roundbox5{
  background: #dde3ec url(http://greenthumb.party-2.com/images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
　margin-right:5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox5 ul{
list-style:none;
}
div.roundbox5 img{
margin-left:5px;
}
div.roundbox5 p{
margin:5px 5px 10px 5px;
}

div.roundbox5 span {
  display: none;
}

div.roundbox5 h3 {
  display: block;
  background: #dde3ec url(http://WWW.wonderbaby.net/blog/htdocs/mt/archives/i/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
/*角丸6*/
div.roundbox6{
  background: #f5f5f5 url(http://greenthumb.party-2.com//images/rounded_bottom_180.gif) no-repeat bottom center;
  margin-top: 5px;
  width: 180px;
  float: left;
  border: none;
  padding: 0 0 15px 0;
}
div.roundbox6 p{
margin:5px 5px 10px 5px;
}

div.roundbox6 span {
  display: none;
}
div.roundbox6 img{
margin-left:5px;
}

div.roundbox6 h3 {
  display: block;
  background: #f5f5f5 url(http://greenthumb.party-2.com/images/rounded_top_180.gif) no-repeat top center;
  height: 15px;
  margin: 0;
  padding: 0;
}
#number{
list-style:none;
}
#number li{
padding:10px 30px;
margin-bottom:6px;
border-bottom:1px solid #ccc;
}
#one{
background:url(http://greenthumb.party-2.com/images/1.gif) no-repeat 6px 50%
}
#two{
background:url(http://greenthumb.party-2.com/images/2.gif) no-repeat 6px 50%
}
#three{
background:url(http://greenthumb.party-2.com/images/3.gif) no-repeat 6px 50%
}
#four{
background:url(http://greenthumb.party-2.com/images/4.gif) no-repeat 6px 50%
}
#five{
background:url(http://greenthumb.party-2.com/images/5.gif) no-repeat 6px 50%
}
#six{
background:url(http://greenthumb.party-2.com/images/6.gif) no-repeat 6px 50%
}
#seven{
background:url(http://greenthumb.party-2.com/images/7.gif) no-repeat 6px 50%
}
#eight{
background:url(http://greenthumb.party-2.com/images/8.gif) no-repeat 6px 50%
}
#nine{
background:url(http://greenthumb.party-2.com/images/9.gif) no-repeat 6px 50%
}
.title{
color:green;
font-size:14px;
font-weight:bold;
}
.message{
line-height:1.5em;
letter-spacing:1px;
font-size:11px;
color:#666;
}
.lightgreen{
color:#9c3;
}

/*topのみ使用*/
/* two-column-left tweaks これを使用*/

   .layout-two-column-left #alphatop
   {
      margin: 0;
      width: 300px;
      background: #fff;
      float:left;
   }

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

   .layout-two-column-left #betatop
   {
      margin: 15px 15px 0 15px;
      width: 420x;
      background: none;
           float:right;
   }

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



/*追加*/

.h2_intro {
                margin: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#container2
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 780px;
   text-align: left;
}

#container2
{
          width:780px;
   margin-bottom: 20px;
   margin-top: 5px;
   background: #fff;
   border:solid 1px #999;
}

#gt_r{
          height:110px;
          text-indent:-5000px;
          background:url(http://greenthumb.party-2.com//img_/logo_2.jpg)  no-repeat;
          flort:left;
          width:380px; 
          }

#gt_r a{
          width:380;
          height:110px;
          display:block;
          }

#contact_right ul{
	width:220px;
                list-style-type:none;
	padding:0;
	margin:0;
	}
#contact_right li{
	width:220px;
　　　　　　　text-align:center;
	}

#contact_right{
                width:220px; 
                float:right;
                margin-top:11px;            
                } 


#header_r{
          width:780px;
                }

#contact_cl{clear:both; heigt:25px; width:780px; margin:0 auto;}


#module-header2{
                 width:420px;
}


ul#nav2{
          width:780px;
	height:25px;
               font-size: 12px;
               letter-spacing:1px;
               line-height:25px;
                color:#996633;
                padding:0;
                margin:0 auto;
               background: #f5f5dc;
                border-top:solid 1px #ccc;
                border-bottom:solid 1px #ccc;          
	}
ul#nav2 li{
	text-align:center;
                width:auto;
	height:25px;
                padding-right:25px;
                padding-left:25px;
               line-height:25px;
	display: block;
	float:left;
	list-style: none;
              background: #f5f5dc;
                padding:0;
                margin:0;
                color:#693;
                font-weight:bold;
	}
ul#nav2 li a{
	text-align:center;
                width:auto;	
                display:block;
                line-height:25px;
                padding-right:25px;
                padding-left:25px;
                margin:0;

	color: #996633;
               text-decoration:none;
               font-weight:bold;
              background: #f5f5dc;
	}



#top_flash{
              width:760px;
              height:300px;
               margin-top:10px;
              margin-left:10px;
              }

#contents{
              width:760px; 
               margin-top:10px;
              margin-left:10px;
}

#betatop_r{
              width:440px;
              float:right;
              }

#left_contents{width:280px;
                     float:left;
}

ul#nav3{
          width:780px;
	height:68px;
                padding:0;
                margin:0;  
list-style-type: none;  
	}
img{
    vertical-align: bottom;}

#cl_naviunder{
               padding:0px;
               margin:0px;
               width:780px;
               clear:both;
               height:13px;
               }


.li00{
         width:264px;
          height:80px;       
         float:left; 
}

.li00 a{
          display: block;
          width:100%; 
          height:80px;
          text-indent:-9999px;
          text-decoration: none; 
          outline:0px;
          background-image:url(img_/wethinkso.jpg);
          } 

.li01{
         width:257px;
          height:80px;       
         float:left; 
}

.li01 a{
          display: block;
          width:100%; 
          height:80px;
          text-indent:-9999px;
          text-decoration: none; 
          outline:0px;
          background-image:url(img_/shop.jpg);
          } 


.li02{
         width:259px;
          height:80px;       
         float:left; 
}

.li02 a{
          display: block;
          width:100%; 
          height:80px;
          text-indent:-9999px;
          text-decoration: none; 
          outline:0px;
          background-image:url(img_/house.jpg);
          } 

#flow01,#flow02,#company01,#company02,#link01,#interlocking,#zouen1,#zouen2,#sentei1,#winter1,#pesticidespray,#fence1,#fence_deck_g,#stonearrangement1,#toi_1{ 
       color:#300;
       text-indent:-9999px;
       background-repeat:no-repeat;
       height:50px;
          }

#flow01{ background-image:url(img_/flowplanning.jpg);
     }

#flow02{ background-image:url(img_/flowplanning2.jpg);
    }

#company01{ background-image:url(img_/companyprofile.jpg);
    }

#company02{ background-image:url(img_/companyprofile2.jpg);
    }

#link01{ background-image:url(img_/link.jpg);
    }


#interlocking{ background-image:url(img_/interlocking.gif);
    }

#zouen1{ background-image:url(img_/zouen_1.gif);
    }

#zouen2{ background-image:url(img_/zouen_2.gif);
    }

#sentei1{ background-image:url(img_/sentei_1.gif);
    }

#winter1{ background-image:url(img_/winterfence.gif);
    }

#pesticidespray{ background-image:url(img_/pesticidespray_g.gif);
    }

#fence1{ background-image:url(img_/fence_g.gif);
    }

#toi_1{ background-image:url(img_/toi_title_1030.jpg);
    }


#fence_deck_g
{ background-image:url(img_/fence_deck_g.gif);
    }

#stonearrangement1{ 
     background-image:url(img_/stonearrangement.gif);
    }

.whatsnew_li{width:95px; float:left; height:120px;margin-left:7px; margin-bottom:7px;font-size:10px;list-style:none;display:white-space:nowrap;display:inline;vertical-align:top;}

.ul_saishin{list-style-type:none; margin:0; padding:0;}

.new_li_sum{width:90px; float:left; height:90px;margin-left:5px; margin-bottom:5px;font-size:10px;list-style:none;display:white-space:nowrap;display:inline;vertical-align:top;}
.new_li_sum2{width:90px; float:left; height:90px;margin-left:5px; margin-bottom:5px;font-size:10px;list-style:none;display:white-space:nowrap;display:inline;vertical-align:top;background-repeat:no-repeat;text-indent:-9999px;}


.clr_new{ clear:both; border:solid 1px #ccc;}


ul.image-list li {
display: inline;
}

.size_1{width:200px;}
.green_color{color:#333333;}


#footer_1{width:780px; margin:0 auto; color:#666; text-align:center;}