@charset "UTF-8";



/* 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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo , verdana , Osaka, "ＭＳ Ｐゴシック", 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: 1000px;
   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, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   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: 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;
   padding: 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;
   padding: 5px 10px 20px 10px;
}

.entry-list-footer,
{
   clear: both;
   padding: 0px 0px 0px 0px;
}

.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 10px;
}

.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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo , verdana , Osaka, "ＭＳ Ｐゴシック", sans-serif;
   font-size: 12px;
}
a { color: #16832e; text-decoration: non; }
a:hover { color: #a6d620; }

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

.module-content a { color: #16832e; text-decoration: none; }
.module-content a:hover { color: #a6d620; }

h1, h2, h3, h4, h5, h6
{
   /* font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif; */
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo , verdana , Osaka, "ＭＳ Ｐゴシック", 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: 5px solid #16832e; */
   border-right: 2px solid #16832e;
   border-bottom: 3px solid #16832e;
   padding: 5px;
   color: #fff;
   background: #a6d620;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.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: #fff;
}

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

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


/* page layout */
/* ページのベースとなるカラー（側面・枠）*/

body
{
   min-width: 1000px;
   color: #333;
   background: #CFE688;
   background: url(images/expa-bgcolor.gif);
}

#container
{
   width: 1000px;
   margin-bottom: 0px;
   background: #ffffff;
}

#container-inner
{
   border-width: 0px 0px 0px 0px;
   border-style: solid;
/* border-color: #a6d620; */
   border-color: #ffffff;

}

/* 上部（ヘッダ部）カラー */
#banner
{
   width: 1000px; /* necessary for ie win */
   background: #CFE688;
}

#banner-inner
{
   padding: 17px 0px 0px 0px;
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   background: #CFE688;
}

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

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

#banner-header
{
   margin: 0;
   padding: 0px 17px 0px 0px;
   color: #000000;
   height: 84px;
   text-align: right;
   font-size: 10px;
   line-height: 1.25;
   background: url(images/plaza-bg_headnavi.gif) top left no-repeat ;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #a6d620;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha {
   margin: 15px 0px 0px 15px;
   width: 760px;
   padding: 15px 0px 0px 0px;
}
#beta { width: 200px; background: #ffffff; }
#gamma, #delta { width: 180px; background: #ffffff; }

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

.date-header
{
   margin-top: 0;
/* border-left: 5px solid #16832e; */
   border-right: 2px solid #16832e;
   border-bottom: 3px solid #16832e;
   padding: 5px 0px 5px 10px;
   color: #ffffff;
   background: #a6d620;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #16832e;
   padding: 5px 0px 5px 10px;
   color: #16832e;
   font-weight: bold;
   font-size: 18px;
}

.entry-list-header
{
   margin-top: 0;
   border-left: 21px solid #16832e;
   padding: 5px 0px 5px 10px;
   color: #ffffff;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.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 #16832e;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.entry-list-footer,
{
   margin: 0 0 20px 0;
   border-top: 1px solid #16832e;
   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 #ffffff;
   background: #ffffff;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #ffffff;
/* 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; */
   border-right: 2px solid #16832e;
   border-bottom: 3px solid #16832e;
   padding-bottom: 10px;
   color: #ffffff;
   background: #a6d620;
}

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

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

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.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;
   }





/* two-column-left tweaks */

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

   .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: 600px;
      background: none;
   }

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



/*ヘッダコピー*/
.h-copy{
	float: right;
	letter-spacing: 0.1em;
	line-height: 150%;
	padding-top: 15px;
	padding-right: 20px;
}

/*トップ画面の画像定義*/

.line-t .top {
	float: left;
	width: 430px;
	padding-bottom: 12px;
}

.line-t .right {
	float: right;
	width: 320px;
	text-align: left;
}

.detail-b {
	background: url(http://www.ho-zai.com/shared/customer/img/ya_left.gif) no-repeat;
	padding: 0px 0px 0px 15px;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0px;
}


/*トップ画面のサイドバー定義*/

.side {
	float: left;
	width: 182px;
	padding: 23px 0 0 10px;
	text-align: left;
}
.side .member {
	width: 170px;
	margin-bottom: 9px;
	padding: 5px;
	border: solid #7F7F7F 1px;
	line-height: 180%;
	text-align: center;
} 
.side .member img.btn {
	margin-bottom: 5px;
} 



/*商品カテゴリリスト*/
.category-list {
	width:750px;
	background: url(../img/bg_plan.gif) top left repeat-y;
	padding: 10px 16px 20px 16px;
	color: #336600;
}

/*商品カテゴリリスト－■大見出し■*/
.category-list-title {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
	background-color: #CFE688;
	border-top: solid #336600 1px;
	border-bottom: solid #336600 3px;
	font-weight: bold;
	font-size: 14px;
	color: #336600;
}

/*商品カテゴリリスト－★中見出し★*/
.category-list-txt-title {
	margin: 15px 0px 3px 10px;
	padding: 5px 0px 1px 14px;
	background-color: #E6F2C1;
	border-top: solid #669933 1px;
	border-bottom: solid #669933 2px;
	font-weight: bold;
	font-size: 12px;
	color: #336600;
}

/*商品カテゴリリスト－◆小見出し◆*/
.category-list-txt {
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px -20px 24px;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}

.category-list-txt a:hover {
	text-decoration: underline;
	color: #336600;
}

/*商品カテゴリリスト－一覧ボックス左*/
.BoxLeft {
	margin-bottom: 3px;
	width: 54%;
	float: left;
}

/*商品カテゴリリスト－一覧ボックス左コメント部分*/
.BoxLeft p {
	text-decoration: none;
	margin: 0px 0px 2px 34px;
	font-size: 10px;
	color: #669933;
}

.BoxLeft a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}

/*商品カテゴリリスト－一覧ボックス右*/
.BoxRight {
	margin-bottom: 3px;
	width: 44%;
	float: right;
}

/*商品カテゴリリスト－一覧ボックス右コメント部分*/
.BoxRight p {
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	font-size: 10px;
	color: #669933;
}

.BoxRight a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}



/*企画コンテンツページ*/
.project-main {
  width: 520px;
  float: left;
  text-align: left;
}

.project-main .project-headline {
  clear: both;
  margin: 10px 0px 10px 0px;
  padding: 2px 0px 3px 7px;
  border-top: solid #000000 1px;
  border-bottom: solid #000000 1px;
  background-color: #cfe688;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo , Osaka, "ＭＳ Ｐゴシック", verdana , sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.project-main .project-text {
  clear: both;
}

.project-main dl.project-text {
  margin: 0px 0px 20px 7px;
}

.project-main dl.project-text dt {
  line-height: 150%;
  margin: 0px 0px 10px 0px;
}

.project-main dl.annotation {
  margin: 10px 0px 20px 16px;
}

.project-main dl.annotation dt{
  margin: 0px 0px 0px 18px;
  line-height: 135%;
  color: #777777;
  text-indent: -1.5em;
}

.project-text .img {
  float: left;
  margin-bottom: 10px;
}

.project-text .text-strong {
  color: #009900;
  font-weight: bold;
}



/*スペック縦*/
.rec-t-img {
	margin-top: 5px;
	text-align: left;
} 
.rec-t-new {
	height: 15px;
	line-height: 15px;
	padding-left: 0px;
} 
.rec-t-code {
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
} 
.rec-t-ttl {
	color: #1A1A1A;
	font-size: 14px;
	padding-top: 5px;
} 
.rec-t-price {
	font-size: 10px;
	padding-top: 3px;
} 
.rec-t-price-f {
	color: #A7496F;
	font-size: 10px;
	padding-top: 3px;
} 
.rec-t-price-b {
	color: #FF9900;
	font-size: 10px;
	line-height: 130%;
} 
.rec-t-price-o {
	color: #6C9B00;
	font-size: 10px;
	line-height: 130%;
} 
.rec-t-txt {
	color: #4E4E4E;
	font-size: 10px;
	line-height: 140%;
	padding-top: 8px;
} 
.rec-t-edit {
	padding-top: 5px;
} 
.ttl-re-t-b {
	width: 520px;
	height: 18px;
	border-bottom: solid #FF8C41 2px;
	margin: 30px 0 10px 0;
}
.ttl-re-t-b h3 {
	width: 255px;
	float: left;
	padding-bottom: 3px;
}
.ttl-re-t-b .ttl-r {
	width: 255px;
	float: right;
	text-align: right;
	padding-top: 3px;
}
.rec-t-price-bold {
  color: #FF0000;
  font-size: 10px;
  line-height: 130%;
  font-weight: bold;
}

/*メインニュース 2007/06/14追加*/
.guide-flow-right {
	width: 520px;
	margin-bottom: 10px;
}
.guide-flow-right .img {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
.guide-flow-right dl.txt {
	float: right;
	width: 250px;
}
.guide-flow-right dl.txt dt {
	margin: 20px 0 5px 0;
	color: #16832E;
	font-weight: bold;
	border-bottom: solid #7F7F7F 1px;
	font-size: 14px;
	line-height: 150%;
}
.guide-flow-right dl.txt dd {
	margin: 0px 0px 10px 14px;
	line-height: 140%;
}
.guide-flow-right dl.txt dd ul {
	margin: 10px 0 10px 0px;
}
.guide-flow-right dl.txt dd li {
	margin-bottom: 5px;
	list-style-type: disc;
}

.guide-flow-left {
	width: 520px;
}
.guide-flow-left .img {
	float: right;
	width: 250px;
}
.guide-flow-left dl.txt {
	float: left;
	width: 250px;
}
.guide-flow-left dl.txt dt {
	margin: 20px 0 5px 0;
	color: #16832E;
	font-weight: bold;
	border-bottom: solid #7F7F7F 1px;
	font-size: 14px;
	line-height: 150%;
}
.guide-flow-left dl.txt dd {
	margin: 0px 0px 10px 14px;
	line-height: 140%;
}
.guide-flow-left dl.txt dd ul {
	margin: 10px 0 10px 0px;
}
.guide-flow-left dl.txt dd li {
	margin-bottom: 5px;
	list-style-type: disc;
}

/*メインニュースメニュー 2007/06/21追加*/
.top-flow-menu {
	width: 700px;
}
.top-flow-menu .img {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 255px;
}
.top-flow-menu  dl.txt {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 400px;
}
.top-flow-menu dl.txt dt {
	margin: 20px 0px 0px 0px;
	color: #16832E;
	font-weight: bold;
	font-size: 14px;
	line-height: 110%;
}
.top-flow-menu dl.txt dd {
	line-height: 110%;
}
.top-flow-menu dl.txt dd ul {
	margin: 10px 0px 0px 0px;
}
.top-flow-menu dl.txt dd li {
	list-style-type: disc;
}

/*本文ボールド 2007/06/27追加*/
.flow {
	color: #009900;
	font-weight: bold;
}



/*注意書き追加用 2007/08/16追加*/
/* 2007/09/08 ガイドラインに沿った記述に訂正 */

.caution {
	display: inline;
	line-height: 140%;
	font-size: 10px;
}

.guide-flow-right dl.txt .caution dl{
	float: right;
	clear: both;
	color: #ff0000;
	font-size: 10px;
}

.guide-flow-right dl.txt .caution dt {
	display: inline;
	clear: both;
	line-height: 140%;
	border: 0;
	color: #ff0000;
	font-size: 10px;
}

.guide-flow-right.txt.caution dd {
	display: inline;
	line-height: 140%;
	font-size :10px;
}


.guide-flow-left dl.txt .caution dl{
	clear: both;
	float: right;
	color: #ff0000;
	font-size: 10px;
}

.guide-flow-left dl.txt .caution dt {
	display: inline;
	clear: both;
	line-height: 140%;
	border: 0;
	color: #ff0000;
	font-size: 10px;
}

.guide-flow-left.txt.caution dd {
	display: inline;
	line-height: 140%;
	font-size: 10px;
}


/* 企画ページ向け－リスパック提供の画像用  2007/09/08追加 */

.guide-flow-risu {
	clear: both;
	margin-bottom: 15px; 
	text-align: center;
}

.guide-flow-risu .img {
	display: block;
	float: none;
	clear: both;
	width: 346px;
}

.guide-flow-risu p {
	display: block;
	font-size: 10px;
	text-align: right;
}



/*
濃緑: #16832e;
薄緑: #a6d620;
ヘッダ緑: #cfe688;
*/

