*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #ebf66e;
  padding: 0 0 1px 0;
}

a:hover {
  color: #0d8d56;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
  background-color: #000;
}

body {
  height: 100%;
  color: #fff;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 12px;
  line-height:1.7;
  margin: 0 auto;
  width: 830px;
	background: url(http://s.asablo.jp/css/common2r/network_dark/bg-repeat.jpg) repeat-y;
}

#container {
  background-image: url(http://s.asablo.jp/css/common2r/network_dark/header.jpg);
  background-repeat: no-repeat;
}

#head {
  height: 269px;
  width: 815px;
background: #9CE0FF url(http://www.asahi-net.or.jp/~fu9t-endu/blog_bg3.jpg);
}

#head h1 {
	padding: 30px 300px 0 75px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height:1.2;
}

#head h1 a {
  color:#0000ff;
  border: none;
}

#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#0d8d56;
}

#center {
  float: left;
  width: 454px;
  margin-left: 75px;
}

#right {
  float: right;
  width: 180px;
  height: 100%;
  margin-right: 50px;
  margin-top: 45px;
}

#footer {
  clear: both;
  height: 160px;
  position: relative;
  background-image: url(http://s.asablo.jp/css/common2r/network_dark/footer.jpg);
  background-repeat: no-repeat;
  background-position:left bottom;
}

#footer img{
  position: absolute;
  top: 0px;
  right: 70px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

#main .msg a {
	color: #ebf66e;
}

#main .msg a:hover {
	color: #0d8d56;
}

.msg {
  text-align: left;
  padding-bottom: 105px;
  margin-bottom: 40px;
  background: url(http://s.asablo.jp/css/common2r/network_dark/msg-footer.jpg) no-repeat bottom center;
}

#main .msg a {
	color: #ebf66e;
	border: none
}

.msg-title {
  position: relative;
  background-repeat: no-repeat;
  margin-top: 20px;
  font-size: 16px;
  font-weight:bold;
  color: #000;
  line-height:1.2;
  background-position:bottom center;
  height:auto !important;
  min-height:30px;
  height:30px;
}


.msg-archives a:hover{
  color: #d5dd7a;
  border-bottom : 1px dashed #c9c9c9;
}

.msg-title a {
	color: #0d8d56;
	display: block;
	width: 320px;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	color: #989898;
	visibility: visible;
	text-align: right;
	font-weight: normal;
}

.msg-body {
  margin: 20px 0;
  font-size: 14px;
}

.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 {
	text-align: right;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.msg-footer a {
	color: #eaec05;
}

.msg-footer a:hover {
	color: #f4a966;
}

pre {
  border : 4px dotted #eee;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #eee;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

.msg-body li {
	padding-left: 13px;
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/list.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
}

/* コメント部分
---------------------------------------------------- */

h2.comment-caption {
  font-weight:bold;
  height: 16px;
  margin: 20px 0;
  background-image: url(http://s.asablo.jp/css/common2r/network_dark/comm-title.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.comment-caption a {
	display: block;
  border: none;
  overflow: hidden;
}

.comment-caption a:hover {
  color: #d5dd7a;
  border: none;
}


.comment-title {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #8bcf90;
  font-weight: normal;
}

.comment-title a {
	border: none;
	color: #8bcf90;
}

.comment-title a:visited {
  border: none;
}

.comment-title a:hover {
  color: #ebf66e;
  border: none;
}

.comment-body {
  padding: 5px 20px 10px 0;
  font-size: 14px;
}

.comment-body hr {
	display: none;
}

.comment-body li {
	list-style: none;
}

.comment-form {
	margin: 30px 0 40px;
  font-size: 14px;
  line-height:1.7;
}

#main .comment-form .comment-caption {
  background-image: url(http://s.asablo.jp/css/common2r/network_dark/comm-please.jpg);
  background-repeat: no-repeat;
  height: 16px;
  text-indent: -9999px;
}

.comment-form p {
  font-size: 14px;
  margin: 20px 0;
}

.comment-form form p {
}

.comment-form form p input {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight:normal;
  background: #000;
  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 {
  color: #fffffc;
  border: 1px solid #999;
  background: #000;
  width: 450px;
  display: block;
  font-size: 14px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 310px; 
}

form{ 
}

#main p {
}

input#asablo-comment-submit {
	border: 1px solid;
	border-color: #999 #eee #eee #999;
	width: 50px;
	background-color: #373737;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  height: 16px;
  background-image: url(http://s.asablo.jp/css/common2r/network_dark/track-title.jpg);
  background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 20px 0;
 }

.tb-caption a {
	display: block;
  border: none;
}

.tb-caption a:hover {
  color: #d5dd7a;
  border: none;
}

.tb-title {
  padding: 0 20px 0 0;
  font-size: 12px;
  color: #0d8d56;
  font-weight: normal;
}

.tb-title a {
	border: none;
  color: #8bcf90;
}

.tb-title a:visited {
  border: none;
}

.tb-title a:hover {
  color: #ebf66e;
  border: none;
}

.tb-url {
  padding: 0 20px 20px 0;
}

.tb-body {
  padding: 5px 20px 10px 0;
  font-size: 12px;
}

.tb-attention {
  padding: 0 20px 20px 0;
  font-size: 12px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
}


.sidebar a {
  color: #8bcf90;
}

.sidebar a:hover {
  color: #ebf66e;
}


.mod {
  margin: 0 0 30px 0;
}

/* title */

div.mod-mobile .mod-caption,
.mod-caption {
	height: 16px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.mod-description .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/discription.jpg);
}

div.mod-recent-articles .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/recent.jpg);
}

div.mod-comment .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/comment.jpg);
}

div.mod-trackback .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/trackback.jpg);
}

div.mod-mobile .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/mobile.jpg);
}

div.mod-category .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/category.jpg);
}

div.mod-backno .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/backno.jpg);
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 14px;
	color: #0d8d56;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod-description .mod-text {
	padding-left: 15px;
}

.mod-link-to-archives {
    padding-left: 15px;
}

.mod-link-to-archives a {
}

.mod-link-to-archives a:hover {
  color: #ebf66e;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 12px;
}

.mod-body li.mod-text {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
}

.mod-backno .mod-body li.mod-text {
	background-image: none;
}

div.mod-mobile .mod-body {
	width: 98px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  text-align: center;
  margin-left: 15px;
}

.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar a {
   color: #8bcf90;
}

.calendar a:hover {
}

.calendar-title {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-title a {
	color: #009966;
}

.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;
  width: 25px;
  height: 27px;
}

.calendar-title a{
  text-decoration: none;
  border: none;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
  color: #ebf66e;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/calender_a.gif);
	background-repeat: no-repeat;
  font-weight: bold;
  color: ##3399CC;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/rss.jpg);
	display: block;
	width: 43px;
	height: 13px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/network_dark/login.jpg);
	display: block;
	width: 57px;
	height: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}