@charset "shift_jis"; /* PublishCharset into mt-config.cgi */


/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";

}

/* リンク */
a,
a:link,
a:visited {
	color: #0D3D71;
	text-decoration: none;

}
a:hover {
    color: #CC3300;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* リスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* 回り込み */
.al-right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;


}
.al-left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
.clear {
    clear: both;
}

/* バナー */
#banner-back {
	background: url(http://www.seikei-ya.com/images/seikei_banner.jpg) no-repeat top;
	width: 800px;
	height: 120px;
	background-position: top;
}
#banner {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#banner a,
#banner a:link,
#banner a:visited {
	color: White;
	font-size: 32px;
	text-decoration: none;
}
#banner a:hover {
}
#banner a:active {}


#banner-header {
	padding: 15px 15px 0px;
}
#banner-description {
	color: #333333;
	padding-left: 110px;
	padding-top: 3px;
	font-size: 11px;



}
#banner h2 {
    color: #FFFFFF;
    font-size: 12px;
}

#bannermenu {
	font-size: 12px;
	padding: 0px 0px 0px;
	margin: 0px;
}
.banner-link a {
	font-size: 12px;
	color: White;
	background-color: #406BE5;
	display: block;
	float: right;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 2px;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-left: 2px;
}

.banner-link a:hover {
	background-color: #42B8CC;
	font-size: 12px;
	color: Red;
}

.banner-link a:visited {
	font-size: 12px;
	color: White;
}
/* サブバナー */
#bannersub {
	background-color: #F7FBB4;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BACCD8;
	font-size: 11px;
}
#bannersub .left {
	padding-top: 0px;
	padding-left: 10px;
}
/* メイン */

.content-title1 {
	font-size: 17px;
	display: block;
	color: #2553BC;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	background-image: url(http://www.seikei-ya.com/images/blogtitle01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	padding-top: 18px;
}

.content-title2 {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: Navy;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	margin-left: 1px;
	color: White;
	margin-bottom: -10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

/* エントリー全体 */

.blog {
	color: #36414d;
	font-size: 12px;
	padding-bottom: 30px;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #a3b8cc;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.entry {
	width: 95%;
	margin: 15px;
	color: #444444;
	line-height: 130%;
	word-break: break-all;
	background-color: #FAFAD2;
	padding-bottom: 5px;
}
.entry a:active {}
.entry img {
}
.entry-content {
	margin-left: 15px;
	line-height: 130%;
	color: #293A5F;
	margin-right: 15px;





}
/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

.entry-morelink {
	background-image: url(http://www.seikei-ya.com/images/morelink.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right center;
	padding-top: 5px;
	margin-top: -10px;
	margin-right: 30px;
	font-size: 11px;
	padding-right: 3px;

}

/* エントリータイトル */
.entry-header  { 
	color: #000033; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #ffffff; 
	margin: 0px 0x 0 0; 
	padding: 4px 0px 2px; 
	border-bottom: 1px dotted #138cff; 
	border-left: 7px solid #138cff;
}
	 
.entry-header2  { 
	color: #000033; 
	font-weight: bold; 
	font-size: 14px; 
	background-position: left center; 
	}

/* 投稿者 */
.entry-footer {
	border-top: 1px dashed #36414d;
	text-align: right;
	color: #36414d;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 5px;



}

/* Typekeyコメンタ−画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;

}


.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}


/* サイドメニュータイトル */
.sidetitle {
	padding: 5px 0 4px;
	text-align: center;
	color: Purple;
	background: #F6F6F6 url(http://www.seikei-ya.com/images/sidetitle.gif) no-repeat;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* サイドメニュー */
.side {
	margin: 0px 0px 5px;
	background-color: #FFF8DC;
	color: #444444;
	font-size: 10px;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;


}
.side-link {
	text-align: center;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 130%;

}
.side-link p {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;



}
#categories {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #444444;
	font-size: 12px;
	text-align: left;
}
/* サイドメニュー(サブカテゴリー用) */

#categories ul {
	padding: 10px 0px 20px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DFE6F7;
}
#categories ul ul {
}
#categories li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #B6D1DE;
	display: block;
	background-image: url(http://www.seikei-ya.com/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#categories li a {
	background-color: #518AF0;
	display: block;
	padding: 8px 6px 3px;
	color: Yellow;
	background-image: url(http://www.seikei-ya.com/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#categories li a:hover {
	background-color: #FFFFFF;
	display: block;
	color: #000000;
}


/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 25px 0 15px;
    padding: 3px 0 1px 5px;
    color: #FFFFFF;
    background: #AAC2CE;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 10px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-one-column {
	margin-bottom: 20px;
	background: #B6891F;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
   background-image: url(http://www.seikei-ya.com/images/bg.gif);
}

.layout-three-column #box,
.layout-two-column-left #box,
.layout-one-column #box {
	width: 800px;
	text-align: left;
	background-color: #ffffff;

}

/* 3カラム */
.layout-three-column #content {
	width: 400px;
	background-color: #F0E68C;
	border-right: 1px solid #666699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;

}
.layout-three-column #content .blog .entry {
	width: auto;
	margin: 15px 5px;
	color: #444444;
	line-height:130%;
	word-break: break-all;
	background-color: #F5FAFA;
	padding-bottom: 5px;



}
.layout-three-column #links-left-box {
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
	background: #BBCEF0;
}
.layout-three-column #links-right-box {
    width: 200px;
	 background: #A1BDEE;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
	padding: 0px 5px 10;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	width: 600px;
	background-color: White;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
}
.layout-two-column-left #links-left-box {
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
	background: #DFE6F7;
}
.layout-two-column-left #links-left {
	padding: 0px 5px 10;

}


/* 1カラム */

.layout-one-column #content {}

.layout-one-column #container {
    margin-bottom: 0;
}




/* テキストエリア */

input,textarea {
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;

}

/* フッタ */
#footer {
	width: 800px;
	color: White;
	font-size: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9BA3AA;
	background-color: #00017D;
	margin-top: 3px;
}
#footer td {
	padding-top: 3px;
	padding-left: 10px;
}

#footermenu {
	width: 800px;
	color: Black;
	font-size: 12px;
	border-top-width: 0
	px;
	background-color: #F2EFC2;
	margin-top: 15px;
	text-align: center;
	line-height: 180%;
}
/* トップブログ */
#topblog-topcontent1 {
	font-size: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 200px;




}


#topblog-topcontent1 .title {
	color: #000066;
	background-color: #AED5E6;
	padding: 4px 4px 2px;
	width: 200px;
	background-image: url(http://www.seikei-ya.com/images/entry-header01.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #678ebe;
	border-right: 1px solid #B6D1DE;
	border-bottom: 1px solid #B6D1DE;
	border-left: 1px solid #B6D1DE;




}
#topblog-topcontent1 .content1 ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0pt;


}
#topblog-topcontent1 .content1 li {
	list-style-type: none;
	margin: 0px;
	border-bottom: 1px solid #B6D1DE;
	display: block;
	background-image: url(http://www.seikei-ya.com/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: 0pt;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B6D1DE;
	border-left-color: #B6D1DE;




}
#topblog-topcontent1 .content1 li a {
	background-color: #FFFFFF;
	display: block;
	padding: 8px 6px 4px 8px;
	color: #000099;
	background-image: url(http://www.seikei-ya.com/images/catback01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;



}
#topblog-topcontent1 .content1 li a:hover {
	background-color: #E0F4F8;
	display: block;
	color: #000000;
}

#topblog-topcontent1 .content2 li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	list-style-position: outside;
}
#topblog-topcontent1 .content2 {
	width: 380px;
	border-right: 1px solid #B6D1DE;
	border-bottom: 1px solid #B6D1DE;
	border-left: 1px solid #B6D1DE;
	padding-right: 5px;
	line-height: 120%;



}
#topblog-topcontent1 .content2 p {
	margin: 0px;

}
#topblog-topcontent3 {
	line-height: 130%;
	color: #666666;
	background-color: #F0E68C;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;



}
#topblog-topcontent3 p {
	margin: 0px;
	padding: 0px;
}
#topblog-topcontent3 p img {
	margin: 0px;
	padding: 0px;
	border: none;


}

#topblog-topcontent4 p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #FFF8DC;
	color: #254765;
	font-size: 13px;
	line-height: 130%;
}
#topblog-topcontent4 {
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 130%;



}

#box {
	color: White;
}

#box2 {
	color: White;
}
