/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://shibirekulage.com/mt/mt-static/support/theme_static/smart_blog/style_library/base.css);
@import url(http://shibirekulage.com/mt/mt-static/support/theme_static/smart_blog/style_library/equivalent/screen.css);
/* end StyleCatcher imports */

/* Header, Footer */
.ui-bar-a,
.page-header, 
.page-footer,
.menu .detail {
    background: #000000;
}

/* Text Link */
a, 
.ui-link {
    color: #274a78;
}

/*blockquote設定*/
blockquote {
	color: #000;
	margin:5px 40px 5px 40px;
	font-size:small;
	font-weight:normal;
	line-height:150%;
	padding: 10px; 
	border-left: 6px solid  #000;
	width: auto;
	}

/*quotetitle設定*/
.quotetitle{
	font-size:medium;
	font-weight:normal;
	border-bottom: 1px solid #000; 
	padding: 3px;
	}
/*固定フォント設定*/
.asset-body	pre{
			color: #666;
			font-size:small;
 			line-height:120%;
			font-family:monospace; 
 		}
.fixfont{
	color: #666;
	font-size:small;
 	line-height:140%;
	font-family: monospace;
 	}
em	{
	color: red;
	font-style: normal;
 	}
/*Newface設定*/
.newface{
	line-height: 120%;
	font-size : x-small;
	}
.newface	TABLE{
			background-color : gray;
			border-spacing: 0px;
		}
.newface	TH,TD{
			border-width: 1px;
			border-style: solid;
			padding: 1px;
		}
.newface	TR{
			color : black;
			background-color : silver;
		}
.newface	TH{
			color : white;
			border-color: black black black black;
			background-color : black;
		}
.newface	TD{
			font-size : x-small;
			border-color: black black black black;
			width : 67px;
		}
.newface	a{
			text-decoration: none;
			color : white;
		}
.newface	a:link{
			text-decoration: none;
			color : white;
		}
.newface	a:visited{
			text-decoration: none;
			color : white;
		}
.newface	a:hover{
			text-decoration: none;
			color : gray;
		}
.jcy	{ color : red; }
.hs	{ color : blue; }
.un	{ color : #008000; }
.staff	{
	background-color : white;
	color : black;
	}
.notj	{ color : gray; }
.j2	{ color : aqua; }
.team	{ width : 56px; }
/*コンテンツ内イメージ設定*/
.asset-body img{
		border-width : 0px 0px 0px 0px;
		float : right;
		margin-left : 5px;
		}
/*画像表示設定*/
.photo{
	width:32%;
	padding:2px;
	float:left;
	}
.photo img{
	border-width : none;
	float: none;
	margin-left : none;
	}
.album {
	padding:2px;
	}
.album img{
	border-width : none;
	float: none;
	border-width : 0px 0px 0px 0px;
	}