/* ROADBIKE 2L YELLOW
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: none 0;
	text-decoration: none;
}

html,
body {
	height: 100%;
}
/*\*/
html:not([lang*=""]) body {
	/* only for Firefox 2, Firefox 3, Safari 4 */
	padding-right: 0.5px;
}
html:not(:only-child:only-child) body {
	/* only for Safari 3, Safari 4 */
	padding-right: 0;
	padding-left: 1px;
}
/**/

/*\*/
html[lang*=""] body {
	/* only for Internet Explorer 7, Safari 2, Opera 9.6 */
	padding-left: 1px;
}
*:first-child+html body {
	/* only for Internet Explorer 7 */
	padding-left: 0px;
}

html[lang*=""] body #container #center {
	/* only for Internet Explorer 7, Safari 2, Opera 9.6 */
	width: 675px;
}
*:first-child+html body #container #center {
	/* only for Internet Explorer 7 */
	width: 676px;
}
body:last-child:not(:root:root) #container #center {
	/* only for Safari 2 */
	width: 676px;
}
/**/

h2 { font-size: 18px; letter-spacing: 1px; line-height: 1.1; font-weight: bold;}
h3 { font-size: 16px; letter-spacing: 1px; line-height: 1.1; font-weight: bold;}
h4, h5, h6 { font-size: 14px; letter-spacing: 1px; line-height: 1.1; font-weight: bold;}

/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #008282;
/*  color: #cf0067;                                 ← Ye1用：赤紫 */
/*  font-weight: bold;                              ← Ye1用：太字 */
}

a:hover {
  color: #44cdcd;
  border-bottom: 1px solid #44cdcd;
/*  color: #cf0067;                                 ← Ye1用：赤紫 */
/*  border-bottom: 1px solid #cf0067;               ← Ye1用：赤紫 */
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
/*  background: #ffd544 url(http://s.asablo.jp/css/common2l/technobike-yellow/background_html.gif) repeat-y top;     ← original */
  background: #ffffff url(http://sougendehunya-zzz.asablo.jp/blog/img/2016/10/22/447ed6.gif) repeat-y top;
}

body {
  color: #39261a;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_body.gif) no-repeat top center;     ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2016/10/22/447eca.gif) no-repeat top center;
/*  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;    ← original */
  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;
  font-size: small;
/*  line-height: 1.7;                               ← original */
  line-height: 1.4;
}

#container {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_container.gif) repeat-y top center; ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2016/10/22/447ecc.gif) repeat-y top center;
  margin: 0 auto;
  width: 900px;
}

#head {
  width: 900px;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_head.gif) no-repeat right top;      ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2016/10/22/447ed2.gif) no-repeat right top;
  height: 302px;
  margin-bottom: -144px;
}

#head h1 {
  padding: 64px 40px 0 21px;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.1;
  font-weight: bold;
}

#head h1 a {
    color: #ffffff;
}
#head h1 a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#center {
  float: right;
  width: 676px;
}

#main {
  min-height: 144px; 
  height: auto !important; 
  height: 144px;
  width: 634px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-position: 20px 0;
}

p {
	padding: 0 0 0 20px;
}

#left {
  float: left;
  width: 224px;
}

pre {
/*  border: 4px dotted #ba9217;                     ← original */
  border: 4px dotted #9bb200;
  margin: 1em 0 0 0;
  padding: 1em;
}

blockquote {
/*  border: 4px double #ba9217;                     ← original */
  border: 4px double #9bb200;
  margin: 1em 0 0 0;
  padding: 1em;
}

hr {
  display: none;
}


/* footer
---------------------------------------------------- */
#footer {
  clear: both;
  padding: 0;
  height: 139px;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_footer.gif) no-repeat;              ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2016/10/22/447ed0.gif) no-repeat;
  background-position: 0px 0px;  
  text-align: left;
}

#footer img {
  border: none;
  text-decoration: none;
  margin: 40px 0 0 718px;
}

#footer a {
  display: block;
  width: 160px;
  height: 34px;
}
#footer a:hover {
  border: none;
}

/* 記事部分
---------------------------------------------------- */

.msg-title {
  margin: 0 0 0 20px;
  min-height: 56px; 
  height: auto !important; 
  height: 56px;
/*  color: #ffe442;                                 ← original */
  color: #ffffff;
  padding: 35px 50px 15px 90px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
.msg-title a {
	font-weight: bold;
	text-decoration: none;
	color: #39261a;
	font-size: 18px;
}
.msg-title a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #39261a;
    border-bottom: 1px solid #39261a;
	font-size: 18px;
}

.msg-dow-sun .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_sun.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e45.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-mon .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_mon.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e46.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-tue .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_tue.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e47.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-wed .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_wed.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e48.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-thu .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_thu.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e49.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-fri .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_fri.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e4a.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-dow-sat .msg-title {
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_title_sat.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e4b.gif) left top no-repeat;
  background-position: 0px 21px;
}

.msg-date {
  color: #39261a;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
  display: block;
  margin: 5px 0 38px 0;
}

.msg-body {
  padding: 0 50px 0 40px;
  clear: right;
}

/* 画像オリジナル　リンクを入れると"Click"文字が入る
---------------------------------------------------- */
.msg-pict {
  margin: 0 0 15px 15px;
  float: right;
  border: none;
}

.msg-pict a,
.msg-pict a:hover {
  border: none;
}

/* 画像を文章の右（R）に配置　margin[上][右][下][左]
---------------------------------------------------- */
.msg-pict-R {
  margin: 0 0 15px 15px;
  float: right;
  border: none;
}

.msg-pict-R a,
.msg-pict-R a:hover {
  border: none;
}

/* 画像を文章の左（L）に配置　margin[上][右][下][左]
---------------------------------------------------- */
.msg-pict-L {
  margin: 0px 15px 15px 0px; 
  float: left;
  border: none;
}

.msg-pict-L a,
.msg-pict-L a:hover {
  border: none;
}

/* 表をコピペしたときの左マージン（padding）リセット
---------------------------------------------------- */
.MsoNormal {
  padding: 0 0 0 0px;
}

/* 関連記事キャプション
---------------------------------------------------- */
.msg-tips {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0px;
  padding: 6px 0 0 68px;
  min-height: 30px; 
  height: auto !important; 
  height: 30px;
  color: #39261a;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_tb.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e56.gif) left top no-repeat;
}
.msg-tips a {
  color: #39261a;
}

/* 記事部分のフッター
---------------------------------------------------- */
.msg-footer {
  padding: 20px 6px 40px 40px;
  margin-right:15px;
  width: 575px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_footer.gif) right bottom no-repeat;        ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e5b.gif) right bottom no-repeat;
  clear: right;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 40px 0 0 68px;
  min-height: 30px; 
  height: auto !important; 
  height: 30px;
  color: #39261a;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_tb.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e56.gif) left top no-repeat;
  background-position: 0px 34px;
}

.comment-caption a {
  color: #39261a;
}

.comment-caption a:hover {
  color: #39261a;
  border-bottom: 1px solid #39261a;
}



.comment-title {
  padding: 10px 40px 0 120px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  margin: 10px 40px 0 120px;
  padding-bottom: 10px;
  font-size: small;
/*  line-height: 1.7;                               ← original */
  line-height: 1.5;
/*  border-bottom: dotted 1px #cd791b;              ← original */
  border-bottom: dotted 1px #aca400;
}

.comment-form {
  font-size: small;
  line-height: 2;
}

.comment-form .comment-caption {
  font-size: 14px;
  font-weight: bold;
  margin: 35px 0 0 20px;
  padding: 6px 40px 0 68px;
  min-height: 30px; 
  height:auto !important; 
  height: 30px;
  color: #39261a;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_tb.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e56.gif) left top no-repeat;
}

.comment-form p {
  padding: 10px 40px 0 120px;
  font-size: 11px;
}
.comment-form p.comment-caption {
  padding: 6px 15px 0 68px;
}

.comment-form form p input {
  display: block;
/*  background: #fffa6d;                            ← original */
  background: #f3fed7;
/*  border: 1px solid #cca029;                      ← original */
  border: 1px solid #abb901;
  margin-left: 1px;
  color: #39261a;
  width: 200px;
  font-size: small;
/*  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;    ← original */
  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;
}

.comment-form form p input[type="hidden"] {
  display: none;
  background: none;
  border: none;
  margin: 0;
  width: 0;
  padding: 0;
}

.comment-form form br {
  display: none;
}

.comment-form textarea {
  margin: 0 0 3px 0;
  padding: 2px;
  width: 380px;
  display: block;
  color: #39261a;
/*  border: 1px solid #cca029;                      ← original */
  border: 1px solid #abb901;
/*  background: #fffa6d;                            ← original */
  background: #f3fed7;
  font-size: small;
/*  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;    ← original */
  font-family: "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", Verdana, arial, sans-serif;
}


/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 0 20px;
  padding: 6px 0 0 68px;
  min-height: 30px; 
  height: auto !important; 
  height: 30px;
  color: #39261a;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/background_tb.gif) left top no-repeat;         ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e56.gif) left top no-repeat;
}
.tb-caption a {
  color: #39261a;
}

.tb-caption a:hover {
  color: #39261a;
  border-bottom: 1px solid #39261a;
}
.tb-title {
  padding: 20px 40px 0 120px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  padding: 0px 40px 0 120px;
  font-size: 12px;
/*  line-height: 1.7;                               ← original */
  line-height: 1.5;
}

.tb-url code {
  display: block;
}

.tb-url a {
  text-decoration: none;
}

.tb-url a:hover{
  text-decoration: none;
}

.tb-body {
  margin: 7px 40px 0 120px;
  padding: 0 0 20px 3px;
/*  border-bottom: dotted 1px #cd791b;              ← original */
  border-bottom: dotted 1px #aca400;
  font-size: small;
/*  line-height: 1.7;                               ← original */
  line-height: 1.5;
}

.tb-attention {
  padding: 0px 40px 0 120px;
  font-size: 11px;
/*  line-height: 1.7;                               ← original */
  line-height: 1.5;
}

/* <<前   次>> の表示
---------------------------------------------------- */
.navi {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 25px 0 0 20px;
  text-decoration: none;
}
.navi a {
  color: #39261a;
}
.navi a:hover {
  color: #39261a;
  border-bottom: 1px solid #39261a;
}
#navi-top{
  padding: 5px 0 0 20px;
}
#navi-bottom{
}

/* カテゴリ部分－基本
---------------------------------------------------- */
.sidebar {
  padding: 5px 0px 10px 20px;
}

.mod {
  margin: 20px 0 0 0;
}

.mod-caption {
  font-size: 12px;
/*  padding: 5px 0 5px 20px;                        ← original */
  padding: 5px 0 5px 0px;
}

.mod-mailpia-button {
  margin: 20px 0 0 0;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_caption.gif) left top repeat-y;
  padding: 0;
  min-height: 47px; 
  height: auto !important; 
  height: 47px;
}

.mod-mailpia-button .mod-caption {
  padding: 5px 0 0 20px;
}

.mod-mailpia-button .mod-text {
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_caption.gif) left top repeat-y;
  padding: 0 0 5px 20px;
}

.mod-description .mod-caption {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_about.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-comment .mod-caption {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_recent_comments.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-recent-articles .mod-caption {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_recent_entries.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-rss-button .mod-caption {
  min-height: 28px; 
  height: auto !important; 
  height: 28px;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_rss_button.gif) left top no-repeat;        ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e59.gif) left top no-repeat;
  text-indent: -9999px;
  margin-left:11px;
  padding: 0;
}

.mod-rss-button .mod-caption a {
  display: block;
  width: 167px;
  height: 28px;
}
.mod-rss-button .mod-caption a:hover {
  border: none;
}
.mod-login-button {
  margin: 13px 0 0 0;
}
.mod-login-button .mod-caption {
  min-height: 28px; 
  height: auto !important; 
  height: 28px;
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_login_button.gif) left top no-repeat;      ← original */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e58.gif) left top no-repeat;
  text-indent: -9999px;
  margin-left: 11px;
  padding: 0;
}
.mod-login-button .mod-caption a {
  display: block;
  width: 167px;
  height: 28px;
}
.mod-login-button .mod-caption a:hover {
  border: none;
}

.mod-trackback .mod-caption {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_recent_trackbacks.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-category .mod-caption {
  min-height: 16px; 
  height: auto !important; 
  height: 16px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_categories.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-backno .mod-caption {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/mod_back_number.gif) left top no-repeat;
  text-indent: -9999px;
  padding: 0;
}

.mod-calendar {
  width: 203px;
}


/* カテゴリ部分－テキスト文字制御
---------------------------------------------------- */
.mod-body {
  padding: 5px 0 0 0;
}

.mod-text {
/*  padding: 0 5px;             上下0 左右5px ← original */
  padding: 0 0 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.mod-text a,
.mod-link-to-archives a {
/*  color: #39261a;                                 ← original */
  color: #008282;
}

.mod-text a:hover,
.mod-link-to-archives a:hover {
/*  color: #39261a;                                 ← original */
/*  border-bottom: 1px solid #39261a;               ← original */
  color: #44cdcd;
  border-bottom: 1px solid #44cdcd;
}

.mod-body .mod-text img {
  text-decoration: none;
  border: none;
}

.mod ul {
/*  list-style: none;                                 ← original */
  padding: 0 0 0 20px;
  list-style: disc;    /* ---disc● circl○ square■--- */
  color: #008282;
}


/* カテゴリ部分－カレンダー
---------------------------------------------------- */
.calendar {
  padding: 0px 0px 10px 0;
  font-size: 12px;
  font-weight: bold;
  width: 203px;
  height: 170px;
  background: none;
  text-align: center;
/*  border: solid 2px #ba9217;                    ← orginal */
  border: solid 2px #9bb200;
  border-collapse: collapse; 

}

.calendar-title {
  padding: 0px 0px;
  font-size: 14px;
  letter-spacing: 1.0px;
}
.calendar-sun-name {
  padding: 0 2px;
  text-align: center;
/*  background: #eeaf23 url(http://s.asablo.jp/css/common2l/technobike-yellow/calendar_row.gif) repeat-x top;        ← orginal */
  background: #ccc000 url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e57) repeat-x top;
}
.calendar-wday-name {
  padding: 0 2px;
  text-align: center;
/*  background: #eeaf23 url(http://s.asablo.jp/css/common2l/technobike-yellow/calendar_row.gif) repeat-x top;        ← orginal */
  background: #ccc000 url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e57) repeat-x top;
}
.calendar-sat-name {
  padding: 0 2px;
  text-align: center;
/*  background: #eeaf23 url(http://s.asablo.jp/css/common2l/technobike-yellow/calendar_row.gif) repeat-x top;        ← orginal */
  background: #ccc000 url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e57) repeat-x top;
}
.calendar tr.calendar-row{
/*  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/calendar_row.gif) repeat-x top;                ← orginal */
  background: url(http://sougendehunya-zzz.asablo.jp/blog/img/2013/03/16/276e57.gif) repeat-x top;
}
.calendar-cell {
  text-align: center;
  width: 26px;
  height: 23px;
}

.calendar-cell a{
  font-weight: bold;
}


/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style: none;
}

.msg-archives .msg-title {
  min-height: 15px; 
  height: auto !important; 
  height: 15px;
  background: url(http://s.asablo.jp/css/common2l/technobike-yellow/msg_archive.gif) left top no-repeat;
  text-indent: -9999px;
  margin-left: 20px;
  padding: 10px 0px 0px 10px;
}