/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://nomano.shiwaza.com/mt-static/themes/base-weblog.css);
@import url(http://nomano.shiwaza.com/mt-static/themes/theme-minimalist/theme-minimalist.css);
/* end StyleCatcher imports */

a
{
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #ff6600; }
a:visited { color: #ff9900; }
a:active { color: #ffcc33; }
a:hover { color: #cc9933; text-decoration: underline; }


.entry-header, #archive-title, .trackbacks-header, .comments-open-header
{
	margin: 1px 0 10px 0;
	padding-left: 8px;
	border: 0;
	
	color: #666666;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 16px;
	text-align: left;
	
	border-bottom: 1px solid #ff6600;
	border-left: 4px solid #ff6600;
}

/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 870px;
	}

	.layout-two-column-right #alpha
	{
					width: 670px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 200px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
/* layout */

body
{
	margin: 0;
	color: #000;
	background: #FFFFFF;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
}

.module-header
{
	margin: 0px 0;
	border: 0;
  	
	color: #336600;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;

	padding-left: 4px;
	border-bottom: 1px solid #ff6600;
	border-left: 4px solid #ff6600;

}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 150%;

	text-align: left;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px
	padding-bottom: 0px;
	border: none;
}

.date-header
{
	border: none;
	padding-left: 4px;
	color: #fff;
	background: #ff6600;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 100%;
}

#banner
{
/* 	padding-top: 60px; */
/*	height: 59px; */
	background: url("http://nomano.shiwaza.com/gps/images/kanto.jpg") ;
	color: #fff;
	text-decoration: bold;
	text-align: left;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
}

#banner-header
{
	margin: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif;
}

BLOCKQUOTE {
	font-size: 9pt;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN-LEFT: 15px;
	WIDTH: auto;
	LINE-HEIGHT: 140%;
	MARGIN-RIGHT: 15px;
	PADDING-TOP: 5px;
	border: 1px dotted;

}

.code{
	font-family: "Osaka-等幅", Osaka, "ＭＳ Ｐゴシック", trebuchet MS, trebuchet, verdana, arial, sans-serif; 
	font-size:small;
	color: White;
 line-height:140%;		
	background-color: #004A00;
	border-left: 10px solid #009400;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
 width: auto
	}

pre {
  background: #f0f0ff;
  border: 1px dashed #000;
  font-size: 9pt;
  font-family: "MS Gothic", "Courier";
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px;
  line-height: 120%;
}