@import url(http://www.kuresc.net/mt/mt-static/themes-base/blog.css);
@import url(http://www.kuresc.net/mt/mt-static/addons/Commercial.pack/themes/professional-black/screen.css);

/* 背景 【参考】MovableType サイトデザイン&レシピ事典／P226 */
body	{
	background: #ffffff;
}
#container {
	background: #ffffff;
}
#container-inner {
	background: #ffffff;
	width:940px;
	margin: 0 auto;
}
/* ヘッダ 【参考】MovableType サイトデザイン&レシピ事典／P227 */
#header-inner	{
	background: #ffffff;
}
/* ヘッダコンパクト化 【参考】MovableType サイトデザイン&レシピ事典／P229 */
#header-content	{
	margin: 10px 20px 5px;
}

/* ナビゲーション 【参考】MovableType サイトデザイン&レシピ事典／P230 */
#main-navigation {
	background-image: url(http://www.kuresc.net/npo/srcimg/bar.png);
	border-top: solid 1px #cccccc;
}

#main-navigation-inner ul {
	margin: 0;
	padding: 0;
}

#main-navigation ul li a {
	border-left: none;
	border-right: 1px solid #cccccc;
}

.widget-search {
	top: -1px;
}

/* ヘッダ画像 【参考】MovableType サイトデザイン&レシピ事典／P231 */
#content {
	margin: 0 0 10px;
}


/* フッター 【参考】MovableType サイトデザイン&レシピ事典／P232 */
#footer-inner {
	border-top: solid 1px #aaaaaa;
	background: #ffffff;
	padding: 0;
}

/* 余白 【参考】MovableType サイトデザイン&レシピ事典／P233 */
#alpha, #beta, #gamma {
	margin-top: 20px;
}
#beta-inner, #gamma-inner {
	margin-top: 20px;
}


/* 再設定 */
/* Global ----------------------------------------------------------------- */

body {
    color: #000;  
    font-family: georgia;   
    background-color: #fff; 
}

a {
    color: #0071be;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.layout-wm .widget-header {
    background-image: url(header-arrow-medium.gif);
}

/* 再設定 */
/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: url(http://www.kuresc.net/npo/srcimg/header-arrow-narrow.gif) no-repeat 0 0;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
    background-image: url(http://www.kuresc.net/npo/srcimg/header-arrow-medium.gif);
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
}


