/*

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

*/


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

/* Global */




/* Header */

#header {
    	margin-bottom: 80px;
}

#header-inner {
    position: relative;
}

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

#header-description {
    
}

#header a {
    text-decoration: none;
}

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


/* Bread Crumbs Nav */

#breadcrumbs-content { 
    font-size: 9.5px;
    line-height: 1.3;
}

#breadcrumbs-content .current { 
    color: #000;
}

#breadcrumbs-content a {
    text-decoration: none;
}
#breadcrumbs-content a:hover {
    text-decoration: underline;
}

/* Blog Header */

#blog-name { 
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 22px;
}

#blog-name a { 
    color: #fff;
}

#blog-description { 
    margin-top: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 95%;
}


/* Content */

.asset-name {
    
}

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

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

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

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

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

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

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

h1#page-title.archive-title, 
h1#page-title.search-results-header  {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    font-size: 12px;
}

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

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



a {
    color: white;
    text-decoration: none !important;
}

a[href]:hover {
	color: silver;
}


/* Layout ----------------------------------------------------------------- */


#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


#footer{
	clear: both;
	position: relative;
}

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

#footer-inner{
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 25px;
}

.link-box-img{
	border: 1px solid white;
	width: 130px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}


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

#header { 
font-family: Helvetica;
    background: #fff /*url(header-bg.gif) repeat-x 0 0*/;
}

#header a {

}

#header-content { 
    margin: 50px 0px 15px 15px;
}
.header-title{
	color: black;
	font: bold 22px Verdana;
	text-align: left;
	display: inline-block;
	width: auto;
}
.header-title a{
	color: black;
}
.header-title a[href]:hover {
	color: gray;
}

.header-menu{
	color: gray;
	font: 12px Verdana;
	display: inline-block;
	text-align: right;
	float: right;
	width: auto;
	clear: both;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	letter-spacing: 1px;
}
.header-menu a{
	color: gray;
}

.header-menu a[href]:hover{
	color: silver;
}

#header-name {
    color: #000; 
    font-size: 25px;
    margin-bottom: 0px;
	font-weight: bold;
}

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




/* 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 0px 10px 0px;
    float: right;
    overflow: hidden;
}

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


/* Breadcrumbs ----------------------------------------------------------------- */

#breadcrumbs-inner { 
    width: 600px;
    margin: 15px auto 0;
}

#breadcrumbs-content { 
    padding: 0 0 25px 0px;
}

#breadcrumbs ul, #breadcrumbs li {
    margin: 0;
    display: inline;
    list-style: none;
}

#breadcrumbs li, 
#breadcrumbs li ul { 
    padding: 0;
}

#breadcrumbs ul li a {
    margin-right: 0.75em;
}

#breadcrumbs ul li a:hover {
    text-decoration: underline;
}


/* Blog Header ----------------------------------------------------------------- */
/*
#blog-header-inner { 
    width: 940px;
    margin: 10px auto 0;
}
*/
/*
#blog-header-content { 
    margin: 0 15px 0 20px;
    padding: 15px 0;
    background-color: #333;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
}
*/

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

#content {
    line-height: 1.6;
}

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

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

.asset-footer {
    font-size: 10px;
   /* border-top: 1px dotted #ccc;*/
    padding-top: 15px;
	clear: both;
}
.assetsub-footer {
    font-size: 10px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.calender-footer {
    border-top: 1px dotted #ccc;
    padding-top: 0px;
}

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

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 12px;
    line-height: 1.3;
margin-top: 40px;
    margin-bottom: 12px;
    font-weight:bold;
}

.entry-asset .asset-meta {
    color: #777;
    /*border-top: 1px dotted #ccc;*/
    /*border-bottom: 1px dotted #ccc;*/
    font-size: 9px;
    padding: 6px 0;
    margin-bottom: 45px;
}

.entry-asset .asset-meta-blog {
    color: #777;
    /*border-top: 1px dotted #ccc;*/
    /*border-bottom: 1px dotted #ccc;*/
    font-size: 9px;
    padding: 6px 0;
    margin-bottom: 25px;
}


.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 li {
    margin-bottom: 5px;
}

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

h1#page-title {
    font-size: 12px;
    line-height: 1.3;
}

.mt-main-index h1#page-title {
    font-size: 12px;
    margin-bottom: .5em;
}
/*
#homepage-image {
    width: 905px;
    height: 170px;
    background: url(homepage-image.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 25px 20px;
}
*/

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

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

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: url(header_bar.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;
}
.layout-wtt h2.comments-header,
.layout-wtt h2.comments-open-header,
.layout-wtt h2.trackbacks-header {
    background: url(header-arrow-wide520.gif) no-repeat 0 0;
}

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

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

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

.widget-recent-entries dl {

}

.widget-recent-entries dl dt {
    font-size: 12px;
}

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

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

.widget-recent-assets .item { 
    width: 72px;
    margin: 0 4px 8px;
}

.widget-recent-assets .item img { 
    border: 1px solid #ccc;
}

.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-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: 0;
    margin-left: 0;
	
}

.widget-header {
    height: 20px;
    margin-bottom: 8px;
    /*background: url(http://chelsea.s160.coreserver.jp/mt-interface/mt-static/support/themes/professional-black/header-arrow-narrow.gif) no-repeat 0 0;*/
	border-bottom: 1px dotted #ccc;
    color: #000;
    border: none;
    padding: 0;
	letter-spacing: 1px;
	font: bold 11.5px/20px verdana;
}

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

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

.layout-wm .widget-header {
    /*background-image: url(http://chelsea.s160.coreserver.jp/mt-interface/mt-static/support/themes/professional-black/header-arrow-medium.gif);*/
	border-bottom: 1px dotted #ccc;
}

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

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0 0px 0 0;
	font-size: 10px;
}


	
.widget-content-post {
    margin-top: 5px;
    margin-bottom: 15px;
	line-height: 1.85em;
	font-size: 10.5px;
	padding: 0 0px 0 5px;
}

.widget-content-post a{
	color: white;
}
/*
.widget-content a[href]:hover{
	color: silver;
}
*/

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
	border-bottom: 1px dotted #ccc;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 9px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 40%;
float: right;
text-align: right;
}

#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: 158px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


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



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

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

.asset-body {
	padding-right: 20px;
	line-height: 1.5em;
}


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

.profile-content {
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
}

html>body .profile-content {
  padding-bottom: 10px;
}

.profile-content .user-pic {
  float: left;
  width: 100px;
  margin-right: 20px;
  padding: 2px 0 20px 2px;
}

.profile-content .user-pic img {
  margin: 0;
  padding: 0;
}

.profile-content dl {
  font-size: 11px;

}

/*
.profile-content dl dt {
  float: left;
  width: 120px;
  padding: 2px 5px 5px 5px;
  text-align: left;
}
*/

.profile-content dl dd {
  padding: 1px 5px 5px 5px;
}

.profile-content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

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

#calendar{
	background:transparent /*url("http://www.muku-magazine.com/mt-interface/mt-static/images/postCatLine.gif") repeat-x scroll center bottom*/;
	margin-bottom:10px;
    margin-left:40px;
	padding-bottom:10px;
	padding-top:0px;
    float: left;

	}
	
#calendar table{
	width:260px;
	margin-top:0px;
        margin-left:15px;
        margin-right:40px;
	}

	
#calendar table caption{
	font-family: normal arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", Lucida Grande;
    text-align:center;
	font-weight:bold;
	font-size:11px;
	margin-bottom:3px;
	color: white;
}

#calendar table th{
	text-align:center;
font-size:9px;
	}

#calendar table td{
	text-align:center;
    font-size:9px;
	background:#ffffff;
	margin:1px;
	padding:1px;
	color: gray;
}
#calendar table tr th{
	color: white;
}



/* Img Round ---------------------------------------------------------- */
div.kadomaru {
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */

}

a img:hover {
	 filter: alpha(opacity=95);
	 -moz-opacity:0.95;
	 opacity:0.95;
}

/* メニュー */
#menu-box{
	color: white;
}
#menu-box-header{
	width: 170px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	height: 30px;
	font: bold 11px Verdana;
}
#menu-box-content{
	text-align: left;
	width: 140px;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.menu-cont{
	list-style-type: none;
	margin-bottom: 5px;
	font: 10px 'Megrim', cursive;
	letter-spacing: 3px;
}

/* info-box */
#info-box{
	text-align: left;
	width: 160px;
	font-size: 9px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	color: silver;
}
.info-box-cont a{
	color: silver;
}
.info-box-cont a:hover{
	color: gray;
}
.info-box-cont ul, .info-box-cont li{
	list-style-type: none;
	margin-left: 0;
}
.info-box-cont li{
	margin-bottom: 20px;
}



/* movie-box */
.box-title{
	font: 20px 'Megrim', cursive;
	padding-left: 3px;
	letter-spacing: 3px;
}

#movie-box{
	padding: 15px 15px 15px 25px;
	clear: both;
	min-height: 500px;
}
.youtube-box{
	background: url(line_b.gif) repeat;
	padding: 15px;
	position: relative;
	width: 670px;

	margin-bottom: 15px;
}
.blank{
	width: 450px;
	height: 253px;
}
.movie-title{
	width: 450px;
	background-color: black;
	color: white;
	margin-top: 10px;
	font: 12px/1.5em 'Megrim', cursive;
	text-align: center;
	height: 1.5em;
	clear: both;
}
/*
.movie-title:hover{
	background-color: #c11010;
}
*/
.mov-title{
	float: left;
	margin-left: 10px;
	letter-spacing: 1px;
}

.mov-date{
	float: right;
	margin-right: 10px;
	font-size: 11px;
	letter-spacing: 1px;
}
.caption-box{
	width: 190px;
	background-color: black;
	margin-top: 10px;
	padding: 10px;
	height: 262px;
	letter-spacing: 1px;
	position: absolute;
	top: 5px;
	right: 15px;
	font: 'Megrim', cursive;
}
.caption-box p{
	margin: 0 0 4px;
	color: silver;
	font-size: 9.5px;
}


/* blog-box */
#blog-box{
	clear: both;
	padding: 15px 15px 15px 25px;
	min-height: 500px;
	width: 700px;
}

.blog-user-box{
	float: left;
	width: 165px;
	overflow: hidden;
	background: url(line.gif) repeat;
	padding: 15px;
	margin: 0 18px 18px;
}
.blog-user-box-img{
	overflow: hidden;
	width: 165px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.blog-user-box-top-name, .blog-user-box-top-disc{
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 8.5px;
	background-color: black;
	width: 165px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

.blog-user-box-top-disc{

}
.blog-user-box-top-name span{
	
}

/* about-box */
#about-box{
	padding: 15px;
	clear: both;
}

/* contact-box */
#contact-box{
	min-height: 500px;
	padding: 15px 15px 15px 25px;
	clear: both;
}


/* Bloger---------------------------------------------------------- */


#blog-prof-img-box{
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	width: 200px;
	overflow: hidden;
}

.blog-prof-img{
	background: url(line_b.gif) repeat;
	display: block;
	width: 185px;
	height: 125px;
	overflow: hidden;
}

#blog-user-widget-box{
	clear: both;
	overflow: hidden;
	height: 200px;
	padding-top: 40px;
}

.blog-calender{
	width: 200px;
	float: left;
	margin-right: 40px;
}
.blog-calender-header{
	color: white;
	text-align: center;
	padding-top: 5px;
	font: 11px 'Megrim', cursive;
	
}
.blog-calender td{
	font: 10px 'Megrim', cursive;
	color: gray;
	letter-spacing: 1px;
}
.blog-calender td a{
	color: white;
}
.blog-calender th{
	color: white;
	font: 10px 'Megrim', cursive;
	letter-spacing: 1px;
}

#blog-prof-box{
	width: 500px;
	float: left;
	margin-left: 10px;
}

.blog-title-box, .blog-title-box-top{
	/*width: 100%;*/
	margin-bottom: 20px;
	position: relative;
	margin-left: 0px;
	width: 400px;
}

.blog-title-box-top{
	margin-top: 20px;
}

.blog-title-name{
	display: inline-block;
	color: white;
	font-size: 16px;
}

.blogpage-title-box-top{
	margin-top: 30px;
	margin-left: 40px;
}

.blogpage-title-name{
	width: auto;
	height: auto;
	color: white;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
}

.blog-title-name-en{
	color: white;
	padding-left: 10px;
	font-size: 11px;
	display: inline-block;
	margin: auto 0;
	/*bottom: 50%;
	position: absolute;
	left: 40px;
	top: 50%;*/
}


.widget-content-user {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 0px 0 0;
	width: 170px;
	margin-left: 12px;
}

.blog-profile-txt{
	color: white;
	font-size: 10px;
	display: inline-block;
	margin-left: 0px;

	line-height: 1.8em;
	clear: both;
	margin-bottom: 10px;
}

#blog-recent-box{
	color: white;
	font-size: 9px;
	margin-left: 0px;
	line-height: 1.8em;
	margin-top: 7px;
}
#recent-header{
	font: 12px 'Megrim', cursive;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#blog-recent-box li{
	list-style-type: none;
	font-size: 9px;
	margin-bottom: 1.5px;
}
.user-ph-box{
	float: left;
	width: 35px;
	height: 40px;
	display: block;
	margin-right: 5px;
	overflow: hidden;
	margin-bottom: 3px;
	background: url(line_b.gif) repeat;
}
.user-ph-box img{
display: block;
    margin: 0 auto;
    position: relative;
}

.user-txt-box{
	display: block;
	color: white;
}
.user-box-clear, .link-box-clear{
	height: 1%;
	clear: both;
	display: block;
}

.user-box-title{
	font-size: 9px;

}
.user-box-bodytxt{
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.user-box-date{
	font-size: 8.5px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: gray;
}
#index-archive-link{
	font: 14px 'Megrim', cursive;
	padding-bottom: 70px;
	padding-top: 15px;
	border-top: 1px dotted gray;
	letter-spacing: 1px;
	position: relative;
}
#index-archive-link a{
	color: silver;
}
#index-archive-link a:hover{
	color: white;
}
#scroll-arrow{
	position: absolute;
	right: 0;
	top: 15px;
}



