/* base */
/*@import "http://example.typepad.jp/design/base.css";*/

@import "http://omakase.lekumo.biz/design/base.css";

/* レイアウト */
/*@import "http://example.typepad.jp/design/simple/sand/theme_global.css";*/
@import "http://omakase.lekumo.biz/design/simple/sand/theme_global.css";

/* ロゴ60px 副題なし*/
h1 {
    padding:10px 0px 0px 18px;
}
h1 a {
    height:60px;
    padding:0px;
    display:block;
    background:url(https://e-ouchi.lekumo.biz/main/img/Logo-new03.jpg) no-repeat top left;
    text-indent:-999999px;
    font-size:0.1em;
    text-decoration:none;
}
h2#banner-description {
    text-indent:-999999px;
    font-size:0.1em;
}

/*メイン画像を独自の画像に*/

.layout-three-column #banner {
	width:800px;
	height:280px;
	text-align:left;
	background:transparent url(https://e-ouchi.lekumo.biz/main/img/toppage-logo1.jpg) no-repeat center bottom;
	display:block;
}

/*バナーヘッダーの文字サイズ変更*/

div#banner-inner h1#banner-header{
font-size:20px;
}

/*ヘッダーの文字サイズ変更2010/09/14*/
div.entry h3.entry-header {  font-size: 135%;  font-style: normal;  line-height: 22px;  font-weight: normal;  font-variant: normal;  color: #000000;}