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

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

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 */
	padding: 0;
   	width: 740px;
   	text-align: left;
}

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


#headread {
	position: relative;
	margin: 0;
	padding: 0;
}

#headread-inner {
	position: static;
	height:35px;	
	background: url(http://www.nomura-implant.com/mt/images/bg_headread.gif);
}

#headread-inner h1#headread-header {
    margin: 0;
    padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}


#banner {
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CDCDCD;
}

#banner-inner {
	position: static;
	height: 168px;	
	background: url(http://www.nomura-implant.com/mt/images/bg_headtitle.jpg) no-repeat 0 0;
}

#banner-inner h1#banner-header {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 97px;
    left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #252525;
}

#banner-inner h2#banner-description {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 130px;
    left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
}


#pagebody {
	width: 100%;
        position: relative;
}

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

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

#footer {
	position: relative;
	margin: 0;
	padding: 0;
}

#footer-inner {
	position: static;
	height: 1px;
	margin: 0;
padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
text-indent:-9999px;
background-color:#097c24;
}

#copyrights {
	position: relative;
	margin: 0;
	padding: 0;
}

#copyrights-inner {
	position: static;
	margin: 0;
                padding: 10px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
	color: #7F7F7F;
	text-align: center;
}






/* content */

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

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

.trackbacks,
.comments {
   width: 90%;
   margin: 0 10px 0 40px;
}

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

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



/* modules */

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

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

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

.module-list-item {
   margin: 0;
}

.module-list-entry-item {
   margin: 0;
}

.module-powered .module-content {
	margin-bottom: 10px;
}





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

/* basic page elements */

body {
	font-family: "Arial","Helvetica","Verdana","ＭＳ ゴシック","Osaka",sans-serif;
	font-size:90.5%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#banner a {
	color: #252525;
}

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

.module-content a {
	color: #666;
}

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

.module-content-ex a {
	color: #666;
}

.module-content-ex a:hover {
	color: #666;
}

#footer-inner a {
	color: #FFF;
}

#footer-inner a:hover {
	color: #FFF;
}

.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 #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   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,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

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





/* page layout */
/* -----カラー変更箇所１---- */
body {
   min-width: 740px;
   color: #333;
   background:#FFFDDF url(http://www.nomura-implant.com/mt/images/bg_body.jpg) repeat-y center top;
}

#container {
   width: 740px;
   margin-bottom: 20px;
   background: #FFF;
}

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

#banner {
   width: 740px; /* necessary for ie win */
}

.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: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha {
	width: 160px;
	margin: 13px 0 0 5px;
}

#beta {
	width: 565px;
	margin: 13px 0 0 5px;
}

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

#beta-inner,
#gamma-inner,
#delta-inner {
   padding: 4px 0 0 0;
}

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

.category-header {
   width: 100%;
   height: 37px;
   margin: 0;
   padding: 11px 0 0 50px;
   color: #FFF;
   font-size: 14px;
   font-weight: bold;
   background: url(http://www.nomura-implant.com/mt/images/bg_categorytitle.gif) no-repeat 0 0;
}



.pankuzu {
   margin: 0 10px 10px 35px;
   line-height: 1.5;
}

/* ----------------------------------------------カラー変更箇所２--------------------------------------------- */
.entry-header {
   height: 31px;
   margin: 0 10px 0 35px;;
   padding: 10px 0 0 16px;
   color: #000000;
   font-size: 12px;
   background: url(http://www.nomura-implant.com/mt/images/bg_entrytitle.gif) no-repeat 0 0;
}

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

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 10px 20px 40px;
   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;
}


#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 20px 0;
}

/* ----------------------------------------------カラー変更箇所３--------------------------------------------- */

.module-content {
   margin: 0;
   padding: 0;
   border-top: 1px solid #f4edda;
   border-right: 1px solid #f4edda;
   border-left: 1px solid #f4edda;
   font-size:12px;
   line-height: 1.2;
   background: url(http://www.nomura-implant.com/mt/images/bg_modulecontent.gif);
}

.module-powered-mt {
	border-width: 0;
}

.module-powered-mt .module-content-mt {
   margin-bottom: 0;
   padding-bottom: 10px;
}

.module-powered-ex {
	border-width: 0;
}

.module-powered-ex .module-content-ex {
   margin-bottom: 0;
   padding-bottom: 10px;
}

.module-rss {
	border-width: 0;
}

.module-rss .module-content-rss {
   margin-bottom: 0;
   padding-bottom: 20px;
}

.module-list {
   margin: 0;
   padding: 0;
}

.module-list-entry {
   margin: 4px 0 0 0;
   padding: 0;
}

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

/* --------カラー変更箇所４------ */
.module-list-item {
   margin: 0;
   padding: 8px 4px 8px 24px;
   color: #666;
   line-height: 1.2;
   background: url(http://www.nomura-implant.com/mt/images/arrow_modulelist.gif) no-repeat 8px 8px;
   border-bottom: 1px solid #f4edda;
}

.module-list-entry-item {
   margin-top: 0;
   padding: 2px 4px 2px 10px;
   color: #666;
   line-height: 1.2;
   background: url(http://www.nomura-implant.com/mt/images/arrow_modulelist_entry.gif) no-repeat 0 4px;
}
