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

/* basic elements */

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

body
{
	/* setting border: 0 hoses ie5 win window inner well border */
min-width: 720px;
	padding: 0;
	margin: 0;


	background-color: #FFFFFF
	color: #333333;
	background-position: center;
;
	background-color: #FFFFFF;
}
   

form, input { margin: 0; padding: 0; }


/*リンク*/
a { color: #FF6600; text-decoration: none; }
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}module-content a


h1, h2, h3, h4, h5, h6 { 
　font-weight: normal; 
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin: 0px;
}

.main-title
{
	left: -999px;
	top: -999px;
}

/*引用の設定*/
.entry-content blockquote {
	padding: 5px;
	border: 1px dotted #CCCCCC;
	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;
}

/* */


/*ページレイアウト*/
#container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}


#container-inner {
	width: 800px;
	position: static;
	margin: 0px;
}


/*ヘッダ*/
#banner
{
	width: 800px;
	background-image: url(common_imgs/banner.jpg);
	background-repeat: no-repeat;
	height: 197px;
	position: relative; 
}

#banner-inner { position: static; }

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

.banner-header
{
	color: #9999CC;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	left: -999px;
	top: -999px;
	position: absolute;
}


#banner-position {
	font-size: 0px;
	line-height: 0;
	text-indent: -2000px;
	margin-top: 0px;
	margin-left: 8px;
	width: 420px;
	height: 200;
	position: relative;
}

#banner-position h1 a {
	display: block;

	width: 420px;
	height: 170px;

	text-decoration: none;
}

.banner-description
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.125;
	position: absolute;
	left: -999px;
	top: -999px;
}
footer
.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   border: 1px solid #fff; 
   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;
}


/*コンテンツ*/
#pagebody {
	position: relative;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagebody-inner {
	position: static;
	width: 100%;
	background-image: url(common_imgs/main_bg.gif);
	background-repeat: repeat-y;
}


/* フッタ */
#footer
{
	width: 800px;
	clear: both;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(common_imgs/foot.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

.footer-inner
{
	text-align: center;
	font-size: 10px;
	color: #9A7DB3;
	width: 100%;
	height: 100%;
}

/*カラム*/
#alpha, #beta, #gamma, #delta
{
   display: #FFFFFF;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

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

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; }
#gamma, #delta {
	width: 190px;
	height: 100%;
}

#beta-inner,
#gamma-inner,
#delta-inner
{
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 149px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* content */

.content-nav
{
   text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#trackbacks,
#comments,
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

.entry,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 364px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.trackbacks,
.comments
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 334px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}


.trackback-info,
{
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
	font-size: 12px;
	line-height: 200%;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

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

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   margin: 0px;
}

.comments-open-moderated
{
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.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;
}


/*モジュール*/

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-left
{
	position: relative;
	overflow: hidden;
	width: 136px;
}

.module-prof_ph
{
	text-align: center;
}

.module-prof_ttl
{
	font-size: 12px;
	line-height: 130%;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	color: #9A7DB3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #AECD54;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.module-prof_txt
{
	font-size: 10px;
	line-height: 160%;
	color: #339933;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.module-content
{
	position: relative;
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}



.module-list,
.archive-list
{
    padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
}

.module-list2
{
    padding: 0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none;
}


.module-presence img { vertical-align: middle; }
.module-powered { margin-bottom: 10px; }
.module-photo { text-align: center; }
.module-wishlist { text-align: center; }

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

.module-content th,
.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
{
   margin: 0;
}

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

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos { 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 { 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;
}

.module-content a { color: #FF6600; }
.module-content a:hover { color: #FF9900; }

.module-content2 a { color: #554122; }
.module-content2 a:hover { color: #FF6600; }

/*見出し*/

.module-entry
{
	p\osition: relative;
	width: auto;
	w\idth: auto;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background-image: url(common_imgs/enrty_ttl.gif);
	background-repeat: no-repeat;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	position: relative;
	width: 139px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	background-image: url(common_imgs/sttl_bg.gif);
	height: 22px;
	color: #339933;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}


.trackbacks-header2,
.comments-header2
{
	position: relative;
	width: 334px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	height: 26px;
	color: #339933;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}

.calendar-header
{
	position: relative;
	width: 165px;
	font-size: 12px;
	font-weight: bold;
	color: #9A7DB3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2DE6A;
}

.entry-more-link,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 10px;
	text-align: right;
}

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


/* page layout */

.comments-data
{
	font-size: 10px;
	margin-top: 10px;
	font-family:Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif;
	margin-right: 15px;
	margin-left: 15px;
	}


.date-header
{
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #93CA45;
	padding-left: 15px;
	padding-top: 20px;
	width: 349px;
	background-image: url(common_imgs/entry_top.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

.entry-header
{
	margin-top: 0px;
	color: #9A7Db3;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	text-transform: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2de6A;
	width: 334px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(common_imgs/comm_ttl.gif);
	background-repeat: no-repeat;
	height: 23px;
}

.comment-content,
.trackback-content
{
	line-height: 150%;
	clear: both;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.entry-footer
{
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2DE6A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	width: 334px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.date-footer
{
	width: 364px;
	background-image: url(common_imgs/entry_bot.gif);
	background-repeat: no-repeat;
	height: 29px;
}

.comment-footer,
.trackback-footer
{
	margin: 0;
	color: #666666;
	font-size: 10px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2DE6A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.comment-footer,
.trackback-footer
{
	font-size: 10px;
}

.content-nav {
	margin-top: 0;
	font-size: 10px;
	text-align: center;
	width: 364px;
	color: #666666;
}

.trackbacks-info{
	font-size: 12px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.comments-open-footer
{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}


/* modules */

.module
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}


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

/* calendar tweaks */

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

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

.layout-calendar table
{
	text-align:center;
	font-size: 10px;
	color: #666666;
	width: 149px;
}


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


/* 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-search input { font-size: 10px; }
.module-search #search { width: 100px; }

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

.module-powered
{
	margin-bottom: 0;
	border: 1px dashed #FFFFFF;
	padding-bottom: 10px;
	color: #666666;
	border-width: 0;
}

.module-powered
{
color:#FFFFFF;
}

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


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

.module-list-item
{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	margin-left: 0px;
	margin-right: 0px;
}

.module-list-item2
{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B5429;
}


.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
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos { 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 */

#alpha { width: 260px; }
#beta { width: 420px; }

#gamma,
#delta,
#alpha
   {
	width: 204px;
   }

.layout-calendar table
{
	text-align:center;
	font-size: 10px;
}


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

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





/* moblog1 tweaks */

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

   .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 { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

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

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

   .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 */

/*左＆中央カラム*/

#left {
	float:left;
	width: 596px;
	height: 100%;
	background-repeat: repeat-y;
	}

   .layout-three-column #alpha
   {
	margin: 0;
	width: 195px;
	float: left;
	background-repeat: no-repeat;
   }

   .layout-three-column #alpha-inner
   {
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 136px;
   }

   .layout-three-column #beta
   {
	float: left;
	width: 400px;
   }

   .layout-three-column #beta-inner
   {
	border-width: 0;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	margin: 0px;
   }
   
   .layout-three-column #delta
   {
   }

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

   .left-ttl
   {
      padding: 0px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
   }

   .f12
   {
	font-size: 12px;
	line-height: 200%;
   }
    
	  .personal
   {
	font-size: 10px;
	color: #FF6633;
	font-weight: bold;
   }

   .sponser
   {
position: relative;
margin: 5px 10px 10px 10px;
line-height: 110%;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 0px;
}
