/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://jijikuri.sakura.ne.jp/mt/mt-static/themes-base/blog.css);
@import url(http://jijikuri.sakura.ne.jp/mt/mt-static/support/themes/minimalist-blue/minimalist-blue.css);
/* end StyleCatcher imports */

/* Global */
body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:rgb(40,40,40);
	line-height:140%;
}
#container-inner{
	background-color:rgb(220,220,220);
}

/* ヘッダ */
#header{
	border-color: rgb(80,65,100);
	border-width: 25px;
}
#header-inner{
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	background-color:rgb(250,250,255);
}

/* リンク */
a.link3 {
	color: #3530a0;
	text-decoration: none;
	font-weight:bold;
}
a.link3:hover {
	background-color: #c5c2dd;
	text-decoration: none;
	padding:2px;
	border-color: #c5c5cc;
	color: #404070;
}
a.link2 {
	color: #3530a0;
	text-decoration: none;
}
a.link2:hover {
	background-color: #c5c2dd;
	text-decoration: none;
	padding:2px;
	border-color: #c5c5cc;
	color: #404070;
}

/* コンテンツ */
#content{
	margin-top:0px;
	margin-botom:0px;
	background-color:rgb(220,220,220);
}
#content-inner{
	border:solid 1px #aaaaaa;
	background-color:rgb(255,255,255);
	background-image:url("images/back_1.png");
	background-repeat:repeat-x;
}

/* コンテンツ メイン */
#alpha-inner{
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	background-color:rgb(255,255,255);
	padding-top:10px;
	min-height:1024px;
}
.asset-header{
	width:488px;
	margin-left:12px;
	border-bottom:solid 1px #aaaaaa;
}
.asset-content{
	width:488px;
	margin-left:12px;
}
.asset-content img{
	margin-bottom:5px;
}
#page-title{
	font-size:16px;
}
.archive-title{
	font-size:14px;
}

/* 左サイドバー */
#beta-inner{
	padding-top:25px;
}

/* 右サイドバー */
#gamma-inner{
	padding-top:25px;
}

/* ウィジェット */
.widget-content{
	font-size:12px;
}

/* フッタ */
#footer { 
    background-color: rgb(80,65,100);
}
