/*table*/
table.border {border: 1px solid #F7E0B2; }
tr.t1 {background-color:#EEEEEE; margin-left:0px;}
tr.t1 a:link{color:#0000FF; text-decoration:none;}
tr.t1 a:visited, tr.t1 a:alink {font-size:12pt;color:#330066;text-decoration:none;}
tr.t1 a:hover{color:#6666CC;text-decoration:under-line;}



/* basic elements */

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

body
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: versdana, 'trebuchet ms', sans-serif;
	line-height: 160%;
}

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

.copy{	font-size: 11px;}
.bNav{
padding:6px;}
.bNav-color{
padding:6px;
background-color:#ddf}
/*
.katsudo_nav{font-size:14px; }
.katsudo_nav a:link,a:visited {color:#330066;font-weight:bold; }
.katsudo_nav a:hover{
background-color:#fff0f0;color:#ff3366;}
*/
.h1 {color:#1348b2;font-size:16.5px;line-height:1.2em;}
.t2{font-size:15px;line-height:1.7em; color:#fa1043}
.t3{padding: 12px;font-size:10pt; border: 1px solid #cccccc;}
.cap{font-size:12px;color:#444444;}
#bg a:link{
background-color:#fff; text-decoration:none;}
#bg a:visited, a:alink {font-size:12pt;color:#330066;text-decoration:none;}
#bg a:hover{
background-color:#fff0f0;color:#ff3366;text-decoration:under-line;}

/* .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: 950px;
   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, #gamma, #beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }
#beta-inner,{
position:relative;}

#alpha-inner, #gamma-inner, #delta-inner
{
   position: static;
}
/* content */
.content-nav
{
   margin: 10px;
   text-align: center;
}
/* modules */

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

.module-content
{
	position: relative;
	margin: 5px 10px 30px;
	line-height: 160%;
	font-size: 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;
}


/* basic page elements */

body
{
   font-size: 12px;
}

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

.module-content a { color: #36414d; }
.module-content a:hover { color: #183390; }

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 */
   position: relative;

   width: 170px;

   margin: 0;
   border-left: 5px solid #a3b0bf;
   border-bottom:1px solid #a3b0bf;
   padding: 8px;
   color: #333;
   background: #fff;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}
.module-header-shinkan
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;

   width: auto;

   margin: 0;
   padding: 5px;
   color: #333;
   background: #c9d8f5;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   background-image: url(../images/tag_shinkan.gif);
   background-repeat: no-repeat;
}
.module-header-osusume
{
   /* ie win (5, 5.5, 6) bugfix */
   position: relative;

   width: auto;

   margin: 0;
   padding: 5px;
   color: #333;
   background: #c9d8f5;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   background-image: url(../images/tag_osusume.gif);
   background-repeat: no-repeat;
}

.module-header a:visited,
.module-header a:link,
.trackbacks-header a:visited,
.trackbacks-header a:link,
.comments-header a:visited,
.comments-header a:link,
.comments-open-header a:visited,
.comments-open-header a:link
.archive-header a:visited,
.archive-header a:link
{
   color: #333;
   text-decoration:none;
}



.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover
.archive-header a:hover
{
   color: #333;
   text-decoration:underline;
}

.date-header{padding:5px; float:right}


/* page layout */

body
{
   min-width: 950px;
   color: #333;
   background: #36414d;
}

#container
{
   width: 950px;
   margin-bottom: 20px;
   background: #fff;
}

#container-inner
{
   border-width: 0 5px 5px 5px;
   border-style: solid;
   border-color: #292e33;
}

#banner
{
   width: 940px; /* necessary for ie win */
   /*background: #a3b8cc;*/
}

#banner-inner
{
   padding: 15px 7px 0px 7px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
   background-image:url(../images/top_title.jpg);
   background-repeat:no-repeat;
}

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

#banner-nav
{
	margin: 0;
}

#banner-bk
{
   margin-top:4px;
   padding: 0px 13px 0px;
  /* background-color: #ddf;*/
   border-top:2px #ddf solid;

}


#alpha { margin: 15px 15px 0 15px; width: 200px; }

#gamma, #delta { width: 180px; background: #e6ecf2; }

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

#test
{
   float:right;
   margin-top: 0;
   background-color:#ddf;

}

.content-nav { margin-top: 0; }
/* modules */

.module
{
   margin: 0 0 10px;
}

.module-content
{
   margin: 0 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: 12px;
   line-height: 1.5;
}
.module-nav
{
   margin: 0 0 10px 0;
   /*border-top: 1px solid #cfd4d9;*/
   padding: 10px 10px 0 0px;
   font-size: 10px;
   line-height: 1.2;
}

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

/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 200px;
      height: 480px;
      /*background: #e6ecf2;*/
      /*background-image: url(../images/menu_bg.jpg);*/
	  /*background-repeat:no-repeat;*/
   }

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

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   .layout-three-column #delta
   {
   float:right;
      margin: 0;
      width: 220px;
      background: #f5faff;
   }

   .layout-three-column #delta-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }
   .layout-three-column #gamma
   {
      margin: 10px 15px 0 15px;
      width: 900px;
      background: none;
   }

   .layout-three-column #gamma-inner
   {
   padding: 0px 7px 15px 7px;
   border-width: 1px;
   border-style: solid;
   border-color: #eee;
   }
