/* @override 
	http://www.nature-technology.com/mt/mt-static/addons/Commercial.pack/themes/universal-black/screen.css
	http://nature-technology.com/mt-css/navi.css
*/

/*

A Six Apart theme adapted for Movable Type default templates 
name: Universal Black  
designer: Jim Ramsey 
designer_url: http://www.jimramsey.net/ 
layouts: layout-wm

*/


/* Default ---------------------------------------------------------------- */

/* Global */

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}

body {
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS PGothic",Helvetica,Arial sans-serif !important;
	background:url("http://nature-technology.com/mt-img/inside-bg.jpg") repeat-x;
	background-position:bottom;
	height:100%
	margin-bottom:1px
}


/* Header */

#header {
    margin:0 !important;
    padding:0;
}

#header-inner {
    position: relative;
}

#header-name {
    margin-bottom: 0;
}

#header-description {
    
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer {
    /* border-top: 1px solid #ccc; */
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

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

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #636363;  
    font-family: georgia;   
    background-color: transparent; 
}

a {
    color: #70a500;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


/* 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 { 
	width:998px;
    margin-top: 25px;  
    margin-bottom: 30px; 
    background:url("http://nature-technology.com/mt-img/content-bg.jpg") repeat-y;
	background-position:right top; 
}

#content-inner{
	display:inline;
}

#container-inner {
    width: 1000px;
    margin:0 auto;
    padding:0;
}


/* Header ----------------------------------------------------------------- */

#header { 
   color: #ccc;
}

#header a {
    color: #aaa;
}

#header-content {
    margin:0 0 0 0;
    padding:0;
}

#header-content p{
	text-align:right;
	padding:0 0 0 0 ;
	margin:-17px 0 3px 0 !important;
}

#header-content h1{
	margin:10px 0 0 0 !important;
	padding:0 !important;
}

#header-content p img{
	margin:0 0 -4px 0;
}

.logo-img{
	margin:0 0 0;
	padding:0 0;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */


#menu-logo{
	float:left;
	margin:0 0 !important;
	height: 50px;
	width:273px;
	padding:0;
	background:url("http://nature-technology.com/mt-img/home.jpg");
}

#menu-logo span{
	display:none;
}


/* Search ---------------------------------------------------------------- */

.widget-search {
    float: right;
    width: 300px;
    position: absolute;
    top: 2px;
    right: 0;
    text-align: right;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #75120e;
    border-top: 1px solid #b25c59;
    border-left: 1px solid #b25c59;
    background: #921712;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
    background-color: #000;
    margin: 0;
    padding: 5px 15px 10px 15px;
    float: right;
    overflow: hidden;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */

#content {
	border:1px solid #cecece;
	margin:0;
    line-height: 1.5;
}

.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
    font-size: 13px;
    padding-top: 15px;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-content{
	font-size:13px !important;
	line-height:200% !important;
}

.entry-content img{
	margin:5px 10px;
}

.entry-asset .asset-meta {
    color: #777 !important;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive-list-item {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
	font: 24px/1.3 Georgia, "Times New Roman", Times, serif;
	color: #eb0071;
	font-weight:bold;
}

.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

.mt-main-index #alpha p {
    line-height:170%;
}

.entry-asset .asset-footer {
    display: none;
}

.mt-entry-archive .entry-asset .asset-footer {
    display: block;
}


#alpha .comments {
    
}

#alpha .trackbacks {
    border-top: 1px dotted #ccc;
}

#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
    background: #fff;
    padding: 10px 10px 0;
    width: 549px;
    margin-bottom: 10px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    background: url(header-arrow-wide.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

ul.recent-comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.recent-comments-list li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

dl.widget-list {
    padding: 0 8px;
    
}

dl.widget-list dt {
    font-size: 18px;
}

dl.widget-list dd {
    margin-bottom: 3px;
}

dl.widget-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
    color: #777;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
}

.comment-header .commenter-profile {
    display: none;
}

.comment-content {
    clear: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header {
    background: url(header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}


#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
	font-size:12px;
	padding:0 0 0 10px;
    margin:0;
}


.widget-content:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}



/* "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,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 50%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


/* Footer ----------------------------------------------------------------- */

#footer { 
    color: #aaa;
    padding:0;
	margin:0;
	background:#transparent;
}

#footer p{
	padding:0;
	margin:0;
	background:#transparent;
}

#footer a {
    color: #aaa;
    background:#transparent;
}

#footer-inner{
	padding:0;
	margin:0;
	background:#transparent;
}

#footer .widget-header {
    display: none;
}

#footer-content01 {
	width:400px;
	float:left;
    padding:0;
	margin:0;
}

#footer-content02 {
	width:400px;
	float:right;
    padding:0;
	margin:0;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}


/* Utilities -------------------------------------------------------------- */


/* Custom Styles ---------------------------------------------------------- */

#news-cont{
	color:#fff;
	width:1000px;
	margin:0 auto;
	background-color:#666666;
}

#news-cont a{
	color:#eee;
}

#news-cont a:hover{
	color:#fff;
}


.news-index{
	border-left:1px solid #555;
	padding:0;
	margin:0;
	width:744px;
	float:left;
}

.news-index li{
	list-style-type:none;
	width:736px;
	padding:5px 3px;
	margin:0;
	border-bottom:1px solid #555;
}

.news-index li img{
	margin:0 0 -3px 0;
}

.news-indivi{
	  white-space:nowrap;    text-overflow:ellipsis; /* for internet explorer */    overflow:hidden;    width:730px;    display:block; } 

html>body .news-indivi li{
	    clear:both; 
	    } 
html>body .news-indivi li:after {    content: "..."; } html>body .news-indivi li {    max-width:730px;    width:auto !important;    float:left; } 


#ichiran{
	text-align: right;
	padding:5px 3px;
}

#ichiran img{
	margin:0 0 -4px 0;
}

#news-logo{
	width:251px;
	float:left; 
	padding:0;
	margin:0;
}

#news-log-inner{
	background:#666 url("http://nature-technology.com/mt-img/news-logo.jpg") no-repeat;
	height:180px;
	padding:0;
	margin:0;
	}

#news-logo h3{
	font-size:15px;
	text-align:center;
	padding:80px 0 0 0;
}

#news-box{
	font-size:11px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.rss img{
	margin:0 0 -3px 0;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

#copyright{
	text-align:right;
}

#banner{
	width:266px;
	float:right;
	text-align:right;
	margin:0px 0 0 0;
	padding:0px 5px;
	}

#banner img{
	
	}


#beta{
	width:290px !important;
	float:left;
	background:url("http://nature-technology.com/mt-img/side-bg.jpg") no-repeat;
	background-position:right top;
}

#beta-inner{
	background:#transparent;
}


#beta h3{
	font-size:18px;
	text-align:center;
	padding:0;
	margin:40px 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #eb0071;
}

#beta h4{
	font-size:14px;
	text-align:right;
	padding:0 20px;
	margin:0px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #7f7f7f;
}

#alpha{
	width:695px !important;
	float:right;
	padding-bottom:20px;
	background:#transparent;
}

#alpha-inner{
	background:#transparent;
	padding:0 75px !important;
}

.widget-list{
	list-style-type:none;
	padding:0 ;
}

.widget-list:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.widget-list-item{
	text-align:right;
	font-size:16px;
	border-bottom:1px solid #eee;
	padding:5px;
}

#nav2{
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
	font-size:11px;
	background-color:#eee;
	margin:20px 0;
}

.nav a{
	padding:0 10px;
}

.highlight{
	font-weight:bold;
	color:#666;
	text-decoration:underline !important;
}

#pg ul li{
	padding:5px;
}

.asset-body p{
	line-hight:200% !important;
	padding:0;
	margin:20px 0;
	font-size: 1.1em !important;
}

.asset-body table, td{
	border:none;
	
}

.asset-body{
	font-size: 1.1em !important;
    line-hight:200% !important;
}

.asset-body table{
	font-size:13px !important;
}

.asset-body table td{
	padding:10px;
	background:#fff;
}

#alpha-inner a img{
	margin:0 10px 0 0;
	border: 5px solid #eee;
}

#interview td{
	padding:10px !important;
	margin:0 0 0;
	border-bottom:1px solid #ccc !important;
}

#recent-entry{
	padding:0;
	margin:0 0 20px 0;
}

#recent-entry:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#recent-entry li{ 
   list-style-type:none;
   border-bottom:1px solid #ccc;
 } 

.ellipsis span {
	 padding:5px 0;
	text-align:left;
   white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   -webkit-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   overflow:hidden;
   width:270px;
   display:block;
}

html>body .ellipsis {
   clear:both;
}

html>body .ellipsis span:after {
   content: "...";
}

html>body .ellipsis span {
   max-width:260px;
   width:auto !important;
   float:left;
}

a img{
	border:none;
}

.entry-categories{
	text-align:right;
	padding:0;
	margin:0;
}

.entry-categories ul{
	list-style-type: none;
	padding:0 0 0 5px;
}

.entry-category a{
	padding:3px;
	background:#eee;
	border:1px solid #ccc;
}

.entry-title{
	font-weight:bold !importnat;
	font-size: 16px !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	border-left:3px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	margin:10px 0;
}

.blog-name{
	font-size:15px !important;
}

.blog-name a{
	border:1px solid #ccc;
	padding:5px;
	background:#eee;
}

.blog-index{
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 10px 30px;
}

.blog-indivi{
	padding:5px;
	border-bottom:1px solid #ccc;
}

.blog-indivi img{
	margin:0 0 -3px 0;
}


.theirblog{
	margin:0 0 30px 0;
}

.theirblog img{
	margin:0 0 -3px 0 !important;
	border:none !important;
}

/************************************************
* mail form * 
************************************************/
dl.form dt {
padding-top: 10px !important;
padding-left: 0.3em;
padding-right: 0 ;
padding-bottom: 0;
}
dl.form dd {
line-height: 1.6;
margin-top: -1.6em;
margin-left: 8em;
margin-right: 0;
margin-bottom: .8em;
}

#mailform textarea{
	margin:10px 0;
}

.typein{
	padding:10px 0 !important;
}

#header-inner,
#main-navigation-inner,
 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#main-navigation {
    background: url("http://nature-technology.com/mt-img/menu-bg.jpg") repeat-x;
    border-bottom: 1px solid #ccc;
    font-family: verdana;
    margin:0;
    padding:0;
}

#main-navigation-inner {
	float:right;
    width:727px;
    margin:0 0;
    padding:0 0;
}

#main-navigation ul {
	position:relative;
	display:block;
    padding: 0;
    margin:0;
    float:right;
    list-style: none;
}

#main-navigation ul li {
	height:50px;
	border-left: 1px solid #eb3781;
    padding: 0px;
    margin:0;
    display:block;
    float:left;
}

#main-navigation ul li span{
	font-size:9px;
}

#main-navigation ul li a {
	width:90px;
	text-align:center;
	color:#ffffff;
    display: block;
    text-decoration: none;
    padding: 12px 10px;
    float:left;
}

#main-navigation ul li a:hover {
    background:url("http://nature-technology.com/mt-img/navi-hover.jpg") no-repeat;
    text-decoration:none !important;
}

#main-navigation .search-options {
    display: none;
}

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content: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,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}

.mt-archive-listing{
	margin:0;
	padding:0;
}

#navigator-box{
	margin:5px 0 10px 0;
	border-bottom:1px dashed #ccc !important;
}

ul#navigator{
	list-style-type:none;
	padding: 0 0;
	margin: 0 0;
	display:block;
	}

#navigator:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#navigator li{
	float:left;
}

.layout-wm{
	width:1000px;
	margin:0 auto;
	background:#transparent;
	padding:0;
}

.asset-meta{
	display:none;
}

.address{
	width:300px;
}

#pg{
	height:360px;
	overflow:scroll;
}

#print-this{
	margin:0;
	padding:0;
}

#print-this:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}