/* base css */
@import url(/.shared-ja/themes/common/base-weblog.css);



/* portal css */


/* theme css */
@import url(/.shared-ja/themes/kaminogoya/theme-layout-only.css);


/* user css */
/*
カスタムCSSについて

TypePadのブログをカスタマイズする、代表的なCSS指定は、コメントアウトとして記述されています。コメントアウトを解除することで、CSS指定を有効にすることができます。TypePadのカスタムCSS講座も参照ください。
http://www.sixapart.jp/typepad/inside/2005/12/001261.html
http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=373

CSSの詳しい記述方法については、WEBサイトや書籍などを、参考にしてください。
*/

/*
指定しているのにうまくいかない場合

CSSセレクタの個別性が原因でうまく指定が反映されない可能性があります。セレクタの個別性順序は以下のようになります。

*         { color: black; }
span        { color: blue; }
p span      { color: green; }
span.memo   { color: red; }
span#memo { color: gray; }

の場合、<p><span class="memo" id="memo">サンプル</span></p>の『サンプル』という文字は上記セレクタの順序がちがっても、グレーになります。
指定が反映されない原因が、セレクタの個別性かどうか確認するには、優先させたいプロパティの値のあとに、! important と追加して指定してみてください。

例)

span { color: red ! important; }

*/



/* ブログのバナー背景部分に画像を指定 */

/*
div#banner
{
  background-image: url(http://www.smile-o-en.com/images/ksd/ksd-header.jpg);
  background-repeat: no-repeat;
  background-position: center;
	height: 200px;
	width: 885px;
	padding-right: 15px;
}
*/

/* バナー部分の中身 */
/*
div#banner-inner {}
div#banner-inner h1#banner-header {
 text-indent: -9999px;
}
div#banner-inner h2#banner-description {
 font-size : 11pt;
}
*/
h2#banner-description {
 font-size : 11pt;
}

/* ページの各部分の指定 */
/* 詳しくは http://support.typepad.jp/cgi-bin/typepad_jp.cfg/php/enduser/std_adp.php?p_faqid=374 */

body {background-color: #ffffff;}
div#container {}
div#container div#container-inner {}

div#pagebody {
}
div#pagebody div#pagebody-inner {

}

div.entry {
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #003399;
}
div.entry h3.entry-header {
  background-image: url(http://www.smile-o-en.com/images/midashi-center.jpg);
  height: 22px;
  padding-top: 8px;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 10px;
}
div.entry h3.entry-header a {
  color: #FFFFFF;
}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {
line-height:1.7em;
font-size: 11pt;
}
.entry-more {
line-height: 1.7em;
font-size: 11pt;
}
.entry-more-link a{
line-height:1.7em;
font-size: 11pt;
color : #0000EE;
}

div.entry p.entry-footer {}


/* レイアウト毎に異なる指定 */
/* １カラム */
/*
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
*/
/* ２カラム （左サイドバー = alpha | 本文 = beta） */
/*
body.layout-two-column-left div#alpha {}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta {}
body.layout-two-column-left div#beta-inner {
body-bgcolor:#FFFFFF;
}
*/

/* ２カラム （本文 = alpha | 右サイドバー = beta） */
/*
body.layout-two-column-right div#alpha {}
body.layout-two-column-right div#alpha-inner {}
body.layout-two-column-right div#beta {}
body.layout-two-column-right div#beta-inner {}
*/

/* ３カラム （左サイドバー = alpha | 本文 = beta | 右サイドバー = gamma) */
body.layout-three-column div#alpha {

}
body.layout-three-column div#alpha-inner {
background-color:#FFFFDD;
}
body.layout-three-column div#beta {}
body.layout-three-column div#beta-inner {
 font-size: small;
background-color:#FFFFFF;
}
body.layout-three-column div#gamma {
background-color:#FFFFDD;
width:199px;
}
body.layout-three-column div#gamma-inner {}

.layout-three-column div#pagebody{
       border-left : solid #cccccc 1px !important;
}


/* サイドバー・モジュールの指定 */

div.module {}
div.module h2.module-header {
  background-image: url(http://www.smile-o-en.com/images/ksd/midashi-right.jpg);
background-repeat: no-repeat;
  height: 22px;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 10.5pt;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 10px;
}
div.module h2.module-header a{
  color: #FFFFFF;
}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {
 line-height:1.3em;
 margin-top:10px;
 font-size: 11pt;
}



.layout-three-column #container {
	PADDING-TOP: 15px;

}

/* other css */

.pageBODY {
	background-image: url(http://www.smile-o-en.com/images/main-bg.jpg);
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
.pageBOTTOM {
	height: 71px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.smile-o-en.com/images/footer-bg.jpg);
}
.date-header {
	font-size: 14px;
	color: #3366cc;
	font-weight: bold;
}
.comment-text {
	padding: 5px;
	color: #003399 ! important;
}
.content-header {
 	color: #003399;
	font-weight: bold;  
}

.header {
	height: 190px;
	width: 900px;
	background-image: url(http://www.smile-o-en.com/images/ksd/ksd-header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
.header h1 {
        font-size: 32px;
	font-weight: bold;
	padding-left: 10px;
	/*float: left;*/
	/*padding-top: 110px;*/
       padding-top: 10px;
	line-height: 90%;
}
.header h1 a {
 	background-image: url(http://www.smile-o-en.com/images/ksd/h1-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-left: 55px;
	height: 40px;
	padding-top: 15px;

	text-decoration: none;
       color: #ffffff;
}

.h-left{
 float:left;
 width: 670px;
}
.h-right{
 width: 200px;
 padding-right:10px;
 padding-top:20px;
 text-align: right;
 float:left;
}

.h-des{
    padding-left: 70px;
    line-height:1.5em;
    font-size:14px;
}

.top-photo {
	list-style-type: none;
	padding-right: 15px;
	padding-top: 110px;
}
.top-photo li {
	float: right;
}
.top-photo img {
	margin-left: 10px;
}

.left-bannar {
	margin: 0px;
	padding: 0px;
}
.left-bannar li {
	padding-top: 5px;
	list-style-type: none;

}

/* コメント　関連*/
.comment{
 border : 1px #CCCCCC solid;
}

.comments-header{
 font-size:11pt;
 font-weight:normal;
}

.comment-footer{
 border-bottom: 1px #CCCCCC solid;
 padding: 5px;
 margin: 0px;
 background-color: #FFCCCC;
text-align:right;
}

.comments-open{
 border : 1px #CCCCCC solid;
}
.comments-open-header{
 font-size:11pt;
 font-weight:normal;
 text-align:riight;
 background-color:#FFCCCC;
 margin:0px;
 padding: 5px;
}
.comments-open label{
 font-size:11pt;
 font-weight:normal;
}

.comment-content{
background-color: #FFE6E6;
margin: 0px;
padding: 5px;
font-size: 11pt;
line-height: 1.7em;

}

#comment-author, #comment-email, #comment-url, #comment-text{
       width:400px;
font-size:11pt;
}
/* コメント　関連*/

/*trackback*/
.trackbacks{
margin-top:10px;
border : 1px #CCCCCC solid;
}

.trackbacks-header{
border-bottom : 1px #CCCCCC solid;
background-color:#FFCCCC;
margin:0px;
padding:5px;
}

/* ph=1 */
/* nhm:from_kauri */
