/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.use-eng.jp/mt/mt-static/themes/base-weblog.css);
@import url(http://www.use-eng.jp/mt/mt-static/themes/theme-stevenson/theme-stevenson.css);
/* end StyleCatcher imports */

/* 画像右配置 */
.imageright{
	padding-left: 10px;
	float: right;
}

/* インデント(1文字) */
.indent1 {
	padding-top: 0;
	padding-left: 1.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* インデント(2文字) */
.indent2 {
	padding-top: 0;
	padding-left: 2.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* インデント(3文字) */
.indent3 {
	padding-top: 0;
	padding-left: 3.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* ブロック背景色 ADD 2007/10/11 M.MIZUNO */
.info {
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px 5px 4px 6px;
}

/* エントリーアーカイブ フッター ADD 2008/07/16 M.MIZUNO */
.footer {
	font-size: 9px; 
	margin: 0 0 20px 0;
	border-top: 1px solid #eee;
	padding-top: 2px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

.footer a:link {
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
}