/* 初期化
---------------------------------------------------- */
*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a:link {
    color: #0066cc;
}

a:visited {
    color: #743399;
}

a:active,
a:hover {
    color: #ff4b33;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
  background-color: #bfb0a2;
  color: #000;
}

body {
  background-color: #f1f1f1;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 12px;
  line-height:1.7;
}

#container {
	background-color: #fff;
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
}

#head {
  height: 250px;
  background-image: url(http://s.asablo.jp/css/common2r/asiato_brown/header.gif);
  background-repeat: no-repeat;
}

#head h1 {
  padding: 0;
  color:#663300;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height:1.2;
}

#head h1 a {
  color:#663300;
  border: none;
}

#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#bfb0a1;
}

#center {
	float: left;
	width: 588px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-left: 5px;
}

#right {
  float: right;
  width: 200px;
  padding: 40px 15px 30px 0;
  height: 100%;
}

#footer {
	position: relative;
  clear: both;
  height: 99px;
  background-image:url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/footer.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#footer img{
  position: absolute;
  top: 36px;
  right: 57px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

.msg {
  text-align: left;
  padding: 0 10px 55px 25px;
  margin-bottom: 45px;
  background: no-repeat bottom center;
}

#main .msg a {
}

#main .msg a:hover {
}


.msg-title {
  min-height: 28px;
  height: auto !important;
  height: 28px;
  position: relative;
  padding-right: 40px;
  font-size: 21px;
  font-weight: bold;
  color: #888;
  line-height:1.2;
}

.msg-archives .msg-title {
  min-height: 20px;
  height: auto !important;
  height: 20px;
}

.msg-dow-mon {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-tue {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-wed {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-thu {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-fri {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-sat {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-dow-sun {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-archives {
	background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/msg_footer1.jpg);
}

.msg-title a {
	color: #000;
	display: block;
	width: 320px;
}

.msg-title a:hover {
	color: #ff4b33;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
	position: absolute;
	top: 0px;
	right: 0;
	width: 210px;
	visibility: visible;
	text-align: right;
	font-size: 12px;
	color: #888;
}

.msg-body {
  margin: 20px 0;
  font-size: 12px;
}

.msg-pict {
  margin: 0 0 15px 0;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

#main .msg-footer {
  clear: both;
  display: block;
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

#main .msg-dow-mon .msg-footer,
#main .msg-dow-wed .msg-footer,
#main .msg-dow-fri .msg-footer,
#main .msg-dow-sun .msg-footer {
	padding-right: 120px;
	text-align: left;
}

#main .msg-dow-tue .msg-footer,
#main .msg-dow-thu .msg-footer,
#main .msg-dow-sat .msg-footer {
	padding-right: 120px;
	text-align: left;
}

#main .msg-dow-mon .msg-footer,
#main .msg-dow-thu .msg-footer,
#main .msg-dow-sun .msg-footer {
	padding-top: 30px;
}

.msg-footer a {
}

.msg-footer a:hover {
}

pre {
  border : 4px dotted #333;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #333;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

.msg-body li {
	padding-left: 15px;
	background-image: url(http://s.asablo.jp/css/common2r/asiato_brown/list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style: none;
}

/* コメント部分
---------------------------------------------------- */

h2.comment-caption {
  font-weight:bold;
  margin: 20px;
  font-size: 15px;
  color: #fff;
}

.comment-caption a {
  color: #fff;
  border: none;
}

.comment-caption a:hover {
  border: none;
}


.comment-title {
  padding: 0 20px 10px 70px;
  font-size: 12px;
  color: #825638;
  font-weight: normal;
}

.comment-title a {
	border: none;
	color: #825638;
}

.comment-title a:visited {
  border: none;
}

.comment-title a:hover {
  color: #fff;
  border: none;
}

.comment-body {
  padding: 5px 20px 10px 70px;
  font-size: 12px;
}

.comment-body hr {
	display: none;
}

.comment-body li {
	list-style: none;
}

.comment-form {
	margin: 30px 20px 40px;
  font-size: 12px;
  line-height:1.7;
}

#main .comment-form .comment-caption {
  margin: 0 0 20px 0;
  font-weight:bold;
  font-size: 15px;
  color: #fff;
}

.comment-form p {
  font-size: 12px;
  margin: 5px 0 5px 50px;
}

.comment-form form p {
}

.comment-form form p input {
  display: block;
  font-size: 12px;
  font-weight:normal;
  background: #fff;
  border: 1px solid #999;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  border: 1px solid #999;
  background: #fff;
  width: 400px;
  padding: 5px;
  display: block;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 310px;
padding: 3px;
}

input#asablo-comment-submit {
	border: 2px solid;
	border-color: #fff #333 #666 #fff;
	width: 50px;
	background-color:#ccc;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-weight:bold;
  margin: 20px;
  font-size: 15px;
 }

.tb-caption a {
  color: #fff;
  border: none;
}

.tb-caption a:hover {
  border: none;
}

.tb-title {
  padding: 0 20px 0 70px;
  font-size: 12px;
  color: #825638;
  font-weight: normal;
}

.tb-title a {
	border: none;
  color: #825638;
}

.tb-title a:visited {
  border: none;
}

.tb-title a:hover {
  color: #fff;
  border: none;
}

.tb-url {
  padding: 0 20px 10px 70px;
}

.tb-body {
  padding: 5px 20px 10px 70px;
  font-size: 12px;
}

.tb-attention {
  padding: 0 20px 20px 70px;
  font-size: 12px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
}
	.navi a {
		position: absolute;
		display: block;
		width: 60px;
		height: 27px;
		background-repeat: no-repeat;
		padding-top: 4px;
		padding-left: 18px;
		color: #222;
	}

	#navi-top a {
		top: 263px;
	}

	#navi-bottom a {
		bottom: 108px;
	}
	
	.navi .navi-prev {
		left: 20px;
	}

	.navi .navi-next {
		right: 238px;
	}

	#navi-top .navi-prev {
		background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/navi.gif);
	}

	#navi-top .navi-next {
		background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/navi.gif);
	}

	#navi-bottom .navi-prev {
		background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/navi.gif);
	}

	#navi-bottom .navi-next {
		background-image: url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/navi.gif);
	}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
}


.sidebar a {
}

.sidebar a:hover {
}


.mod {
  margin: 0 0 30px 0;
}

div.mod-mobile .mod-caption,
.mod-caption {
	height: 17px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #222;
}

div.mod-description .mod-caption {
	background-image: none;
}

div.mod-recent-articles .mod-caption {
	background-image: none;
}

div.mod-comment .mod-caption {
	background-image: none;
}

div.mod-trackback .mod-caption {
	background-image: none;
}

div.mod-mobile .mod-caption {
	background-image: none;
}

div.mod-category .mod-caption {
	background-image: none;
}

div.mod-backno .mod-caption {
	background-image: none;
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
	padding-left: 0px;
}

.mod-description .mod-text {
	padding-left: 0px;
}

.mod-link-to-archives {
    padding-left: 15px;
}

.mod-link-to-archives a {
}

.mod-link-to-archives a:hover {
  color: #fff;
}

.mod ul {
	list-style: square;
}

.mod-body {
  font-size: 12px;
}

.mod-body li.mod-text {
	padding-left: 0px;
	margin-left: 12px;
/*	background-repeat: no-repeat;
	background-position: left 3px;
	background-image:url(http://s.asablo.jp/css/common2r/asiato_brown/list.gif);*/
}

.mod-comment .mod-body li.mod-text,
.mod-trackback .mod-body li.mod-text,
.mod-backno .mod-body li.mod-text {
	background-image: none;
}

div.mod-mobile .mod-body {
	width: 98px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  height: 202px;
  background-image:url(http://www.asahi-net.or.jp/~rz9t-hrgc/imgblog/calendar.gif);
  background-repeat: no-repeat;
  text-align: center;
}

.calendar {
  width: 180px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

.calendar a {
}

.calendar a:hover {
  color:#bfb0a1;
}

.calendar a:visited {
}

.calendar-title {
  padding: 5px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-title a {
  color:#663300;
  text-decoration: none;
  border: none;
}

.calendar-sun-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
  color:#bfb0a1;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
  font-weight: bold;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/asiato_brown/rss.gif);
	display: block;
	width: 50px;
	height: 12px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/asiato_brown/login.gif);
	display: block;
	width: 50px;
	height: 12px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives {
  color: #4f4843;
}

.msg-archives h3 {
	font-size: 15px;
}

.msg-archives ul {
	list-style: square;
}

#main .msg-archives .msg-footer {
	margin-top: 0;
}