@charset "utf-8";

/* Base Theme ============================================================= */
* html .widget-list-item:hover,
* html .widget-tag-cloud .rank-1:hover,
* html .widget-tag-cloud .rank-2:hover,
* html .widget-tag-cloud .rank-3:hover,
* html .widget-tag-cloud .rank-4:hover,
* html .widget-tag-cloud .rank-5:hover,
* html .widget-tag-cloud .rank-6:hover,
* html .widget-tag-cloud .rank-7:hover,
* html .widget-tag-cloud .rank-8:hover,
* html .widget-tag-cloud .rank-9:hover,
* html .widget-tag-cloud .rank-10:hover,
* html .blog-contents,
/*
* html .entry-content,
*/
* html .blog-header,
* html .blog-footer,
* html .date-cloud,
* html #header,
* html .widget-header,
* html .widget-footer,
* html .widget-content,
* html #footer,
* html .comments-open-header,
* html .comments-header,
* html .comment-footer,
* html .comments-open-content,
* html .comments-open-footer,
* html .comments-content,
* html .trackbacks-header,
* html .trackbacks-info,
* html .trackbacks-footer,
* html .search-header,
* html .search-content,
* html .search-footer {
	behavior: expression(PNGTR.fix(this));
}

:link,:visited {
    text-decoration: none;
}
/* form, input,*/
html,body,div,
ul,ol,li,dl,dt,dd,
fieldset,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
/*
a img,:link img,:visited img {
    border: none;
}
*/
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
	text-align: left;
	background-image: url(http://www.spec5zigen.com/blog/images/bg.jpg);
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
	background-position: left top;
}

#container-inner {
    width: 950px;
    min-height: 100%;
    margin: 0;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

#alpha-inner,
#beta-inner {
    overflow: hidden;
    padding: 0px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 708px;
}

.layout-wt #beta {
    width: 232px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}


/*
.asset,
.asset-content,
*/
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
/*
.comments,
.comments-content,
.trackbacks,
*/
.archive,
.search-form {
    margin-bottom: 1.5em;
}


/*
.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
*/
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
/*
.trackbacks-header,
.trackbacks-info,
.trackback-content,
*/
.trackback-footer,
.archive-content,
/*
.search-results-header,
*/
.search-form-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin: 0;
    padding-top: .5em;
}

.content-nav {
	clear: both;
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}


.mt-image-none,
.mt-image-left,
.mt-image-center,
.mt-image-right {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

.mt-image-none {
    margin-bottom: 20px;
}

.mt-image-left {
    float: left;
    margin: 0px 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

/*
.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;

}

*/

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}


/*
.comment-content {
    clear: none;
    line-height: 1.56;
    margin-bottom: 1em;
}
*/

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    /*position: relative;*/
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
}

.widget-footer {
    position: relative;
    margin: 0px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px #000 solid;
	width: 197px;
}

* html .widget-list,
* html .archive-list {
    padding: 0;
    list-style: none;
    border-top: 1px #000 solid;
	width: 188px;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
	border-bottom:1px solid #000000;
	padding:5px 5px 5px 4px;
	display: block;
	width: 188px;
	height: 100%;
}

.widget-list-item:hover {
	background: url(http://www.spec5zigen.com/blog/images/bg_gray_alpha.png) left top;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 3px;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

.widget-tag-cloud .rank-1:hover,
.widget-tag-cloud .rank-2:hover,
.widget-tag-cloud .rank-3:hover,
.widget-tag-cloud .rank-4:hover,
.widget-tag-cloud .rank-5:hover,
.widget-tag-cloud .rank-6:hover,
.widget-tag-cloud .rank-7:hover,
.widget-tag-cloud .rank-8:hover,
.widget-tag-cloud .rank-9:hover,
.widget-tag-cloud .rank-10:hover {
	background: url(http://www.spec5zigen.com/blog/images/bg_gray_alpha.png) left top;
}

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Green  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    /*font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;*/
    font: normal 12px meiryo, hirakakupro-w3, Verdana, arial, "ms pgothic", sans-serif;
}


/* Header */

#header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#header-inner {
    position: relative;
}

#header-name {
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-header,
.asset-content {
	margin-right: 174px;
    padding-left: 50px;
}

* html .asset-content {
	margin-right: 174px;
    padding-left: 50px;
    width: 484px;
}

.asset {
	position: static;
	float: left;
    margin-right: -164px;
    padding-top: 35px;
}

.blog-contents {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
}

* html .blog-contents {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
    width: 632px;
    height: 100%;
}

.entry-content {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_content.png) repeat-y left top;
    line-height: 1.56;
}

* html .entry-content {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_content.gif) repeat-y left top;
    line-height: 1.56;
}


.blog-entry {
	margin-bottom: 35px;
}

*html body .blog-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 10px 0px 0px 87px;
    height: 40px;
    overflow: hidden;
    clear: both;
}

.blog-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 10px 0px 0px 90px;
    height: 30px;
    clear: both;
}

.blog-header h2 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}

.blog-footer {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_footer.png) no-repeat left bottom;
    clear: both;
    width: 658;
    padding: 0px 0px 20px 50px;
}

* html .blog-footer {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_footer.png) no-repeat left bottom;
    clear: both;
    width: 658;
    height: 100px;
    padding: 20px 0px 20px 50px;
}

.date-cloud {
	float: left;
    width: 152px;
    height: 131px;
    position: relative;
    z-index: 1;
    background: url(http://www.spec5zigen.com/blog/images/bg_date_cloud.png) repeat-y left top;
    text-align: center;
    font-weight: bold;
    padding-top: 37px;
    padding-right: 12px;
    color: #000;
}


* html .date-cloud {
	float: left;
    width: 152px;
    height: 131px;
    position: absolute;
    z-index: 1;
    background: url(http://www.spec5zigen.com/blog/images/bg_date_cloud.png) repeat-y left top;
    text-align: center;
    font-weight: bold;
    padding-top: 24px;
    padding-right: 12px;
    color: #000;
    margin-left: 75px;
}

* html .date-cloud div {
	margin: 0px;
	padding: 0px;
    line-height: 1;
}

.date-cloud div {
	margin: 0px;
	padding: 0px;
    line-height: 1.1;
}

.date-cloud .date_month{
	font-size: 42px;
	margin: 0px;
	padding: 0px;
}

.date-cloud .date_day{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.date-cloud p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


.entry-author-shige,
.entry-author-shoji,
.entry-author-masaru,
.entry-author-akira,
.entry-author-takuya,
.entry-author-narita,
.entry-author-iwase {
	float: left;
	padding: 3px 5px;
	margin: 0px;
	border-right: 2px solid #FFFFFF;
}

html:\66irst-child .entry-author-shige,
html:\66irst-child .entry-author-shoji,
html:\66irst-child .entry-author-masaru,
html:\66irst-child .entry-author-akira,
html:\66irst-child .entry-author-takuya,
html:\66irst-child .entry-author-narita,
html:\66irst-child .entry-author-iwase {
	float: left;
	padding: 5px 5px;
	height: 23px;
	margin: 0px;
	border-right: 2px solid #FFFFFF;
}

.entry-author-shige {
	background: #0066CC;
}

.entry-author-shoji {
	background: #ff3366;
}


.entry-author-masaru {
	background: #fb340a;
}

.entry-author-akira {
	background: #07903e;
}

.entry-author-takuya {
	background: #65cdff;
}

.entry-author-narita {
	background: #FF9900;
}

.entry-author-iwase {
	background: #65cdff;
}

.entry-ctarea {
	text-align: right;
	margin: 0px;
	padding: 3px 5px;
}

.navi-top {
	text-align: right;
	width: 558px;
}

.entry-footer {
	width: 558px;
	color: #FFFFFF;
	font-size: x-small;
	background: #000000;
}

.entry-footer a {
	color: #FFFFFF;
}

.entry-footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 10pt 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
/*
.trackbacks-header,
.comments-header,
.comments-open-header,
*/
.archive-header,
/*
.search-results-header,
*/
.search-form-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* Utility */

.widget-header,
/*
.trackbacks-header,
.comments-header,
.comments-open-header,
*/
.archive-header,
.search-form-header, {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

/* Global ----------------------------------------------------------------- */

body {
    color: #333;  
    /*font-family: trebuchet ms; */  
    background-color: #fff; 
}

a {
    /*color: #3d7b22;*/
    color: #990000;
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    /*background-color: #fff;*/
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 950px;
    margin: 0;
}


/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #000;
    background: url(http://www.spec5zigen.com/blog/images/bg_gray_alpha.png) left top; 
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content {
    width: 950px;
}

#header-name {
	width: 228px;
    float: left;
    margin: 57px 0px 17px 50px;
}

* html body #header-name {
	width: 228px;
    float: left;
    margin: 57px 0px 17px 25px;
}

#header-description {
    color: #fff; 
}

#search-form {
	margin: 70px 0px 25px 355px;
	width: 300px;
	float: right;
}

* html body #search-form {
	margin: 70px 0px 0px 255px;
	padding-bottom: 35px;
	width: 300px;
	float: right;
}

*:first-child+html body #search-form {
	margin: 70px 0px 25px 355px;
	padding-bottom: 10px;
	width: 300px;
	float: right;
}


#rss {
	background: url(http://www.spec5zigen.com/blog/images/rss.gif) no-repeat left top;
	height: 19px;
	padding-left: 23px;
	padding-top: 1px;
	position: absolute;
	margin-top: -55px;
	margin-left: 214px;
}

/* Search ---------------------------------------------------------------- */
#search-form input#search {
	color:#FFFFFF;
	background:transparent url(http://www.spec5zigen.com/blog/images/form_search_center.png) repeat-x scroll center top;
	border:0px none;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Geneva,Arial,Verdana,sans-serif;
	/*font-size:12px;*/
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0pt;
	padding:3px 0pt 0pt;
	position:absolute;
	right:61px;
	/*top:0pt;*/
	width:234px;
	height:20px;
}

#search-form .left {
	background:transparent url(http://www.spec5zigen.com/blog/images/form_search_left.png) no-repeat scroll left top;
	display:block;
	height:20px;
	position:absolute;
	/*top:0pt;*/
	right:295px;
	width:6px;
}

#search-form .right {
	background:transparent url(http://www.spec5zigen.com/blog/images/form_search_center.png) no-repeat scroll right top;
	display:block;
	height:20px;
	position:absolute;
	right:60px;
	/*top:0pt;*/
	width:1px;
}

#search-form .submit {
	display:block;
	position:absolute;
	right:10px;
	/*top:0pt;*/
}

/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #CC0000;
}

.asset-footer {
    border-top-color: #c9e1be;
}


/*
.comments-header,
.comments-open-header,
.trackbacks-header,
*/
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #c9e1be;
}


.asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header {
    padding-right: 15px;
    padding-left: 15px;
}


.widget-header {
	background: url(http://www.spec5zigen.com/blog/images/bg_widget_header.png) no-repeat left top; 
    font-size: 14px; 
    font-family: trebuchet ms;
    padding-top: 35px;
    height: 15px;
    text-align: center;
}

.widget-footer {
	background: url(http://www.spec5zigen.com/blog/images/bg_widget_footer.png) no-repeat left top;
    height: 30px;
}

.widget-header,
.widget-header a {
    color: #FFFFFF;
    font-weight: normal;
}

.widget-content a {
    color: #FFF;
    text-decoration:none;
}

#content .widget-powered .widget-content {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #c9e1be;
    background-color: #f9fff6;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    width: 202px;
    font-size: 11px;
    background: url(http://www.spec5zigen.com/blog/images/bg_widget.png) repeat-y left top; 
}

* html .widget-content {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    width: 232px;
    font-size: 11px;
    background: url(http://www.spec5zigen.com/blog/images/bg_widget.png) repeat-y left top; 
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .footer-mt {
    padding-right: 0;
    padding-left: 0;
    margin-left: 420px;
    position: absolute;
    float: right;
}

* html #footer .footer-mt {
    padding-right: 0;
    padding-left: 0;
    margin-left: 750px;
    margin-top: -35px; 
    position: absolute;
    float: right;
}

*:first-child+html body #footer .footer-mt {
    padding-right: 0;
    padding-left: 0;
    margin-left: 750px;
    margin-top: -35px; 
    position: absolute;
    float: right;
}

#footer #footer_title {
    padding-right: 0;
    padding-left: 0;
    margin-left: 50px;
    float: left;
    height: 24px;
}

* html #footer #footer_title {
    padding-right: 0;
    padding-left: 0;
    margin-left: 25px;
    float: left;
    height: 24px;
}

#footer .widget-powered .footer-mt {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #000;
    background: url(http://www.spec5zigen.com/blog/images/bg_gray_alpha.png) left top;  
    height: 65px;
}

*:first-child+html body #footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #000;
    background: url(http://www.spec5zigen.com/blog/images/bg_gray_alpha.png) left top;  
    height: 75px;
}

#footer-content {
    margin: 20px 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
/*#footer-inner,*/
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

/* Membber Menu ---------------------------------------------------------- */

ul.member_list {
	width:176px;
    height:300px;
    list-style:none;
    padding-left: 15px;
    margin: 0px;
}

ul.member_list li {
    width:176px;
    height:50px;
    margin-bottom: 12px;
    position: static;
}

ul.member_list li a {
    display:block;
    width:100%;
    height:100%;
    background-image:url(http://www.spec5zigen.com/blog/images/member_menu_bg.jpg);
    background-repeat:no-repeat;
    text-indent:-1000em;
    text-decoration:none;
}

ul.member_list li a:hover {
    background-image:url(http://www.spec5zigen.com/blog/images/member_menu_bg.jpg);
}

.menu_shige a {
    background-position:0px 0px;
}
.menu_shige a:hover {
    background-position: -176px 0px;
}

.menu_shoji a {
    background-position:0px -50px;
}
.menu_shoji a:hover {
    background-position: -176px -50px;
}

.menu_masaru a {
    background-position:0px -100px;
}
.menu_masaru a:hover {
    background-position: -176px -100px;
}

.menu_akira a {
    background-position:0px -150px;
}
.menu_akira a:hover {
    background-position: -176px -150px;
}

.menu_takuya a {
    background-position:0px -200px;
}
.menu_takuya a:hover {
    background-position: -176px -200px;
}

.menu_narita a {
    background-position:0px -250px;
}
.menu_narita a:hover {
    background-position: -176px -250px;
}

.menu_iwase a {
    background-position:0px -300px;
}
.menu_iwase a:hover {
    background-position: -176px -300px;
}


span.new {
    position: absolute;
    margin-top: -55px;
    margin-left: 155px;
    clear:both;
    display: none;
}

* html body span.new {
    position: absolute;
    margin-top: -55px;
    margin-left: 155px;
    clear:both;
    z-index: 1;
}

/* Membber Menu ---------------------------------------------------------- */

* html .comments-open-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 40px;
    clear: both;
}

.comments-open-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 30px;
    clear: both;
}

.comments-open-header h2 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding:0;
	margin:0;
}

* html .comments-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 40px;
    clear: both;
}

.comments-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 30px;
    clear: both;
}

.comments-header h2 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding:0;
	margin:0;
}

.comment-footer {
	height: 10px;
	background: url(http://www.spec5zigen.com/blog/images/bg_ct_footer.png) no-repeat left top;
	margin-bottom: 20px;
}

.comments-open-content {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	padding: 10px 50px;
}

* html .comments-open-content {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	width: 632px;
    height: 100%;
}

.comments-open-footer {
	height: 10px;
	background: url(http://www.spec5zigen.com/blog/images/bg_ct_footer.png) no-repeat left top;
	margin-bottom: 20px;
}

.comments-content {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	padding: 9px 90px 10px 50px;
	clear: none;
}

* html .comments-content {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	width: 532px;
    height: 100%;
}

* html .trackbacks-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 40px;
    clear: both;
}

.trackbacks-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 30px;
    clear: both;
}

.trackbacks-header h2 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	padding:0;
	margin:0;
}

.trackbacks-info {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	padding: 10px 50px;
}

* html .trackbacks-info {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	width: 632px;
    height: 100%;
}

.trackbacks-footer {
	height: 10px;
	background: url(http://www.spec5zigen.com/blog/images/bg_ct_footer.png) no-repeat left top;
	margin-bottom: 20px;
}


.search-header {
    background: url(http://www.spec5zigen.com/blog/images/bg_entry_header.png) no-repeat left top;
    padding: 9px 0px 0px 90px;
    height: 30px;
    clear: both;
    color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}

.search-content {
	background: url(http://www.spec5zigen.com/blog/images/bg_entry.png) repeat-y left top;
	line-height: 1.56;
	width: 532px;
	padding: 10px 50px;
    height: 100%;
}

.search-footer {
	height: 10px;
	background: url(http://www.spec5zigen.com/blog/images/bg_ct_footer.png) no-repeat left top;
	margin-bottom: 20px;
}

.search-header h1 {
	/*
    margin-bottom: .25em;
    border: 1px solid #666666;
    background-color: #999999;
    width: 612px;
    padding: 10px;
    margin-bottom: 10px;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    */
}

.search-results-header {
	/*
    margin-bottom: .25em;
    border: 1px solid #666666;
    background-color: #999999;
    width: 612px;
    padding: 10px;
    margin-bottom: 10px;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    */
	font-size: medium;
	font-weight: bold;
}

.banner {
	text-align: center;
}
