/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mtos/mt-static/themes-base/blog.css);
@import url(/mtos/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */

.entry-content p {
	line-height: 1.4em;
}

.entry-content h1 {
	background: #eee;
	font-weight: bold;
	font-size: 150%;
	margin: 15px 0px 15px 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #aaa;
}

.entry-content h2 {
	font-weight: bold;
	font-size: 130%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #aaa;
}

.entry-content h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	border-left:   5px solid #222;
}

.entry-content h4 {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #222;
}

.mt-search-results .entry-content h2,
.mt-entry-archive .entry-content h2 {
	font-weight: bold;
	font-size: 130%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	border-width: 0px 0px 0px 8px;
	border-left: 8px solid #222;
}

.entry-content .box {
	border-top:  1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
}

.entry-content code {
	overflow: auto;
}

.entry-content pre {
	background: #eef;
	margin: 0px 10px 10px 10px;
	padding: 15px 10px;
	border-top:  1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
	overflow: auto;
}

.entry-content .scroll {
	overflow: auto;
}

.entry-content .tag, .entry-content .gmodifire {
	padding: 5px;
	margin: 20px 0px;

	border-top:  1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
}

.entry-content dt {
	font-weight: bold;
	margin-top: 5px;
}

.entry-content dd {
	padding-left: 30px;
	margin-bottom: 5px;
}

.category-description {
	border-left:   10px solid #222;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
}

.widget-powered .widget-content {
	float: left;
}


/* Usage & Tags */
.usage h3, .tags h3, .params h3, .gmodifires h3 {
	margin: 5px 0px 5px 0px;
}

.usage h4, .tags h4, .params h4, .gmodifires h4 {
	margin: 2px 0px 2px 0px;
}

.usage h5, .tags h5, .params h5, .gmodifires h5 {
	margin: 1px 0px 1px 0px;
}

.usage h5.system, .usage h5.blog,
.usage .license h5,
.tags h5.usage, .tags h5.modifire,
.params h5.usage, .params h5.values,
.gmodifire h5.usage,
.usage_header_5_line
{
	margin: 15px 0px 0px 0px;
}

.usage hr, .tags hr, .params hr, .gmodifires hr {
	margin: 5px 0px;
}

.usage dl, .tags dl, .params dl, .gmodifires dl {
	margin: 0px 0px 0px 20px;
}

.usage > div, .params > div {
	padding: 5px;
	margin: 20px 0px;
	border: gray solid 1px;
}

.params > div li {
	margin: 0px 0px 0px 20px;
}

table.fields {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.fields th {
	background: #eee;
}


table.fields th, table.fields td {
	text-align: center;
	border: 1px solid #333;
}

.column .paragraph {
	padding: 5px;
	margin: 20px 0px;
	border: gray solid 1px;
}


.entry-content blockquote {
	background: #eef;
	margin: 0px 10px 10px 10px;
	padding: 15px 10px;
	border-top:  1px solid #aaa;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
}

.entry-content a.quote {
	display: block;
}

#header {
	background: transparent url(img/header-logo-background.jpg) no-repeat scroll center center;
	border-width: 0px;
}

#header-logo {
        position: absolute;
        top: 0px;
        left: 0px;
}

#header-name {
        position: relative;
}

#header a, #header-description {

	color:#526A16;

        /* サムライブルー */
        /*
        color:#0a3190;
        */
}

#header-inner {
	height: 200px;
}

#header-content {
	margin:120px 0 40px 210px;
	width:842px;
}

#content {
	margin-bottom: 0px;
	margin-top: 0px;
}

#content-inner {
	background: transparent url(img/content-background.jpg) repeat-y scroll center;
	padding-bottom: 30px;
	padding-top: 20px;
}

.alert {
	color: red;
}
